メインコンテンツへスキップ

クイック計算の回答

112 件の一般的な計算式、例、クイック回答。質問をクリックして無料の計算ツールをご利用ください。

🔢Math & Everyday32

How do I calculate a percentage?

To find X% of a number, multiply the number by X and divide by 100. To find what percent A is of B, divide A by B and multiply by 100.

計算式: Percentage = (Part / Whole) × 100
例: What is 20% of 150? Answer: 150 × 0.20 = 30
Percentage Calculator を使う →

How do I calculate percentage increase or decrease?

Subtract the original value from the new value, divide by the original value, and multiply by 100.

計算式: Percent Change = ((New - Original) / Original) × 100
例: Price went from $80 to $100: ((100-80)/80) × 100 = 25% increase
Percentage Calculator を使う →

How do I add fractions?

Find a common denominator, convert both fractions, then add the numerators. Simplify the result if possible.

計算式: a/b + c/d = (ad + bc) / bd
例: 1/4 + 1/3 = 3/12 + 4/12 = 7/12
Fraction Calculator を使う →

How do I multiply fractions?

Multiply the numerators together and multiply the denominators together. Simplify the result.

計算式: a/b × c/d = (a×c) / (b×d)
例: 2/3 × 3/4 = 6/12 = 1/2
Fraction Calculator を使う →

How do I calculate square footage?

For rectangles, multiply length × width. For irregular shapes, divide into rectangles, calculate each, and add them together.

計算式: Square Feet = Length (ft) × Width (ft)
例: 12 ft × 15 ft room = 180 square feet
Square Footage Calculator を使う →

How do I convert square feet to square meters?

Divide square feet by 10.764 to get square meters, or multiply by 0.0929.

計算式: Square Meters = Square Feet × 0.0929
例: 200 sq ft = 200 × 0.0929 = 18.58 sq m
Square Footage Calculator を使う →

How do I calculate tip?

Multiply the bill amount by the tip percentage (as a decimal). For 20% tip on $50: $50 × 0.20 = $10 tip.

計算式: Tip = Bill Amount × (Tip Percentage / 100)
例: 15% tip on $85.50: $85.50 × 0.15 = $12.83
Tip Calculator を使う →

How do I split a bill evenly?

Add the total bill plus tip, then divide by the number of people.

計算式: Per Person = (Bill + Tip) / Number of People
例: $120 bill + $24 tip (20%) split 4 ways = $36 each
Tip Calculator を使う →

How do I calculate discount price?

Multiply the original price by the discount percentage, then subtract from the original price.

計算式: Sale Price = Original × (1 - Discount%/100)
例: 25% off $80: $80 × 0.75 = $60
Discount Calculator を使う →

How do I calculate gas mileage (MPG)?

Divide miles driven by gallons of gas used.

計算式: MPG = Miles Driven / Gallons Used
例: 320 miles on 10 gallons = 32 MPG
Gas Mileage Calculator を使う →

How do I calculate cost per mile?

Divide the price of gas by your MPG.

計算式: Cost per Mile = Gas Price / MPG
例: $3.50/gallon ÷ 28 MPG = $0.125 per mile
Gas Mileage Calculator を使う →

How do I generate a random number?

Specify a minimum and maximum value, then use a random number generator to pick a value in that range.

計算式: Random = Min + (Math.random() × (Max - Min))
例: Random number 1-100: could be 47, 83, 12, etc.
Random Number Generator を使う →

How do I calculate probability?

Divide the number of favorable outcomes by the total number of possible outcomes.

計算式: Probability = Favorable Outcomes / Total Outcomes
例: Rolling a 6 on a die: 1/6 = 16.67%
Probability Calculator を使う →

What is sine, cosine, and tangent?

Trigonometric ratios. Sin = opposite/hypotenuse, Cos = adjacent/hypotenuse, Tan = opposite/adjacent.

計算式: sin(θ) = opp/hyp, cos(θ) = adj/hyp, tan(θ) = opp/adj
例: In a 30-60-90 triangle: sin(30°) = 0.5
Scientific Calculator を使う →

How do I convert between units?

Multiply or divide by the conversion factor. 1 mile = 1.609 km, 1 kg = 2.205 lbs, 1 gallon = 3.785 liters.

計算式: Value in new units = Value × Conversion Factor
例: 5 miles to km: 5 × 1.609 = 8.045 km
Unit Converter を使う →

How do I calculate sales tax?

Multiply the price by the tax rate (as a decimal), then add to the original price.

計算式: Total = Price × (1 + Tax Rate/100)
例: $50 item with 8% tax: $50 × 1.08 = $54
Sales Tax Calculator を使う →

How do I calculate GPA?

Convert letter grades to points (A=4, B=3, etc), multiply by credit hours, divide total by total credits.

計算式: GPA = Σ(Grade Points × Credits) / Total Credits
例: A (4) in 3-credit + B (3) in 4-credit: (12+12)/7 = 3.43 GPA
GPA Calculator を使う →

How do I calculate my final grade?

Weight each component by its percentage of the final grade, then add.

計算式: Final = (Grade1 × Weight1) + (Grade2 × Weight2) + ...
例: 85 on 40% midterm + 90 on 60% final = 34 + 54 = 88%
Grade Calculator を使う →

What is 2026 in Roman numerals?

2026 in Roman numerals is MMXXVI (M=1000, X=10, V=5, I=1).

計算式: MMXXVI = 1000+1000+10+10+5+1
例: 2026 = MMXXVI
Roman Numeral Converter を使う →

How do I calculate mean, median, and mode?

Mean = sum ÷ count. Median = middle value when sorted. Mode = most frequent value.

計算式: Mean = Σx/n, Median = middle value, Mode = most frequent
例: Data: 2,3,3,5,7. Mean=4, Median=3, Mode=3
Mean Median Mode Calculator を使う →

How do I calculate standard deviation?

Find the mean, subtract mean from each value, square the differences, find mean of squares, take square root.

計算式: σ = √[Σ(x-μ)²/n]
例: Data: 2,4,6. Mean=4. Std Dev = √[(4+0+4)/3] = 1.63
Standard Deviation Calculator を使う →

What is 30% off $150?

30% off $150 is $45 discount. Sale price is $105.

計算式: $150 × 0.30 = $45 off, $150 - $45 = $105
例: 30% off $150 = $105 sale price
Discount Calculator を使う →

What is the GCF of 24 and 36?

The Greatest Common Factor (GCF) of 24 and 36 is 12.

計算式: Factors of 24: 1,2,3,4,6,8,12,24. Factors of 36: 1,2,3,4,6,9,12,18,36. GCF=12
例: GCF(24, 36) = 12
GCF Calculator を使う →

What is the LCM of 4 and 6?

The Least Common Multiple (LCM) of 4 and 6 is 12.

計算式: Multiples of 4: 4,8,12,16... Multiples of 6: 6,12,18... LCM=12
例: LCM(4, 6) = 12
LCM Calculator を使う →

How do I find the slope of a line?

Slope = rise over run = (y2-y1)/(x2-x1). A slope of 2 means rise 2 for every 1 run.

計算式: m = (y₂ - y₁) / (x₂ - x₁)
例: Points (1,2) and (3,6): slope = (6-2)/(3-1) = 2
Slope Calculator を使う →

What is 2 to the power of 10?

2 to the power of 10 equals 1,024.

計算式: 2^10 = 2×2×2×2×2×2×2×2×2×2 = 1,024
例: 2^10 = 1,024
Exponent Calculator を使う →

What is log base 10 of 100?

Log base 10 of 100 equals 2 (because 10² = 100).

計算式: log₁₀(100) = 2
例: 10² = 100, so log₁₀(100) = 2
Logarithm Calculator を使う →

How do I use the Pythagorean theorem?

For a right triangle: a² + b² = c². If two legs are 3 and 4, hypotenuse is 5.

計算式: c = √(a² + b²)
例: 3² + 4² = 9 + 16 = 25 = 5²
Pythagorean Theorem Calculator を使う →

💰Finance27

How do I calculate mortgage payment?

Monthly payment depends on loan amount, interest rate, and term. The formula uses compound interest to determine fixed monthly payments.

計算式: M = P × [r(1+r)ⁿ] / [(1+r)ⁿ-1]
例: $300,000 loan at 6.5% for 30 years: ~$1,896/month
Mortgage Calculator を使う →

How do I calculate compound interest?

Compound interest grows exponentially because interest earns interest. Use the compound interest formula with principal, rate, time, and compounding frequency.

計算式: A = P(1 + r/n)^(nt)
例: $10,000 at 7% for 20 years (annual): $10,000 × 1.07²⁰ = $38,697
Compound Interest Calculator を使う →

How do I calculate loan payments?

Use the amortization formula. Monthly payment stays constant but proportion of principal vs interest changes over time.

計算式: M = P × [r(1+r)ⁿ] / [(1+r)ⁿ-1]
例: $20,000 car loan at 5% for 5 years: ~$377/month
Loan Calculator を使う →

How do I calculate ROI (Return on Investment)?

Subtract the initial investment from the final value, divide by the initial investment, and multiply by 100.

計算式: ROI = ((Final Value - Initial Investment) / Initial Investment) × 100
例: Invested $1,000, now worth $1,500: ROI = 50%
ROI Calculator を使う →

How do I convert annual salary to hourly rate?

Divide annual salary by 2,080 (52 weeks × 40 hours) for full-time hourly equivalent.

計算式: Hourly Rate = Annual Salary / 2,080
例: $52,000/year ÷ 2,080 = $25/hour
Salary Calculator を使う →

How do I convert hourly to annual salary?

Multiply hourly rate by 2,080 hours (52 weeks × 40 hours) for annual equivalent.

計算式: Annual Salary = Hourly Rate × 2,080
例: $30/hour × 2,080 = $62,400/year
Salary Calculator を使う →

How do I calculate car lease payment?

Lease payment is based on depreciation (cap cost minus residual), plus rent charge (money factor × cap cost + residual).

計算式: Payment = Depreciation Fee + Finance Fee + Tax
例: $30,000 car, 60% residual, 0.002 MF: ~$350/month
Lease Calculator を使う →

How much house can I afford?

Lenders typically use 28% of gross monthly income for housing costs (mortgage, taxes, insurance).

計算式: Max Housing Payment = Gross Monthly Income × 0.28
例: $80,000 income: $80,000/12 × 0.28 = $1,867/month max
Mortgage Calculator を使う →

How do I calculate inflation adjustment?

Divide past value by CPI then, multiply by CPI now to get equivalent purchasing power.

計算式: Adjusted Value = Original Value × (Current CPI / Past CPI)
例: $100 in 2000 with 3% annual inflation ≈ $180 in 2020
Inflation Calculator を使う →

How do I calculate net worth?

Add up all your assets (cash, investments, property) and subtract all your liabilities (debts, loans).

計算式: Net Worth = Total Assets - Total Liabilities
例: Assets: $250K, Debts: $150K = $100K net worth
Net Worth Calculator を使う →

How much should I save for retirement?

A common rule is to save 10-15% of income, aiming for 25× your annual expenses by retirement (4% withdrawal rule).

計算式: Retirement Fund = Annual Expenses × 25
例: Spending $50K/year: need $1.25M saved
Retirement Calculator を使う →

How do I calculate debt payoff time?

Higher payments = faster payoff. Use debt avalanche (highest interest first) or snowball (smallest balance first) methods.

計算式: Months = -log(1-r×B/P) / log(1+r)
例: $5,000 debt at 18%, $200/month: ~31 months
Debt Payoff Calculator を使う →

How do I calculate savings goal timeline?

Divide your goal by your monthly savings to find months needed. Account for interest earned.

計算式: Months = Savings Goal / Monthly Contribution
例: $10,000 goal saving $500/month = 20 months
Savings Goal Calculator を使う →

How do I estimate federal income tax?

US federal tax uses progressive brackets. Each income portion is taxed at its bracket rate.

計算式: 2026 brackets: 10%, 12%, 22%, 24%, 32%, 35%, 37%
例: $75,000 income (single): ~$11,600 federal tax
Income Tax Calculator を使う →

How do I calculate take-home pay?

Subtract federal tax, state tax, Social Security (6.2%), Medicare (1.45%), and deductions from gross pay.

計算式: Net Pay = Gross - Federal - State - FICA - Deductions
例: $60,000 gross → ~$46,000 net (varies by state)
Paycheck Calculator を使う →

What is the monthly payment on a $300,000 mortgage?

At 6.5% interest for 30 years, a $300,000 mortgage costs about $1,896 per month (principal and interest only).

計算式: M = 300000 × [0.00542(1.00542)^360] / [(1.00542)^360-1]
例: $300K at 6.5%/30yr = $1,896/month
Mortgage Calculator を使う →

How much interest on a $25,000 car loan?

At 7% APR for 5 years, you'll pay about $4,700 in total interest on a $25,000 car loan.

計算式: Monthly payment $495, total paid $29,700, interest = $4,700
例: $25K at 7%/5yr = $495/mo, $4,700 total interest
Auto Loan Calculator を使う →

What salary is $25 an hour?

$25 per hour equals $52,000 per year for full-time work (40 hours/week, 52 weeks).

計算式: $25 × 40 hours × 52 weeks = $52,000
例: $25/hr = $1,000/week = $52,000/year
Salary Calculator を使う →

What is 15% tip on $80?

15% tip on $80 is $12.00. The total bill would be $92.00.

計算式: $80 × 0.15 = $12.00
例: 15% of $80 = $12, total = $92
Tip Calculator を使う →

How much will $10,000 grow in 10 years?

At 7% annual return compounded yearly, $10,000 grows to about $19,672 in 10 years.

計算式: $10,000 × (1.07)^10 = $19,672
例: $10K at 7% for 10 years = $19,672
Compound Interest Calculator を使う →

What salary is $30 an hour?

$30 per hour equals $62,400 per year for full-time work (40 hours/week, 52 weeks).

計算式: $30 × 40 hours × 52 weeks = $62,400
例: $30/hr = $1,200/week = $62,400/year
Salary Calculator を使う →

What salary is $20 an hour?

$20 per hour equals $41,600 per year for full-time work (40 hours/week, 52 weeks).

計算式: $20 × 40 hours × 52 weeks = $41,600
例: $20/hr = $800/week = $41,600/year
Salary Calculator を使う →

What is 20% tip on $50?

20% tip on $50 is $10.00. The total bill would be $60.00.

計算式: $50 × 0.20 = $10.00
例: 20% of $50 = $10, total = $60
Tip Calculator を使う →

How much is a $400,000 mortgage per month?

At 6.5% interest for 30 years, a $400,000 mortgage costs about $2,528 per month (principal and interest).

計算式: M = 400000 × [r(1+r)^n] / [(1+r)^n-1]
例: $400K at 6.5%/30yr = $2,528/month
Mortgage Calculator を使う →

How much is a $500,000 mortgage per month?

At 6.5% interest for 30 years, a $500,000 mortgage costs about $3,160 per month (principal and interest).

計算式: M = 500000 × [r(1+r)^n] / [(1+r)^n-1]
例: $500K at 6.5%/30yr = $3,160/month
Mortgage Calculator を使う →

What is 18% tip on $100?

18% tip on $100 is $18.00. The total bill would be $118.00.

計算式: $100 × 0.18 = $18.00
例: 18% of $100 = $18, total = $118
Tip Calculator を使う →

How much to save for a $50,000 down payment?

To save $50,000 in 5 years, save $833/month. In 3 years, save $1,389/month.

計算式: $50,000 ÷ 60 months = $833/month
例: $50K in 5 years = $833/month savings
Savings Calculator を使う →

❤️Health & Fitness18

How do I calculate BMI?

BMI equals weight in kilograms divided by height in meters squared. For imperial: multiply weight (lbs) by 703, then divide by height (inches) squared.

計算式: BMI = weight(kg) / height(m)²
例: 180 lbs, 5'10" (70 in): (180 × 703) / (70)² = 25.8 BMI
BMI Calculator を使う →

What is a healthy BMI range?

Underweight: <18.5, Normal: 18.5-24.9, Overweight: 25-29.9, Obese: 30+. BMI is a screening tool, not diagnostic.

計算式: Normal BMI range: 18.5 - 24.9
例: 5'10" person: healthy weight range is 129-174 lbs
BMI Calculator を使う →

How do I calculate calories burned?

BMR (Basal Metabolic Rate) estimates calories burned at rest. Multiply by activity factor for TDEE (total daily expenditure).

計算式: Men BMR = 10×weight(kg) + 6.25×height(cm) - 5×age + 5
例: 30-year-old man, 180 lbs, 5'10": BMR ≈ 1,800 calories/day
Calorie Calculator を使う →

What is TDEE?

Total Daily Energy Expenditure - calories you burn per day including activity. BMR × activity multiplier.

計算式: TDEE = BMR × Activity Factor (1.2-1.9)
例: BMR 1,800 × 1.55 (moderate activity) = 2,790 TDEE
Calorie Calculator を使う →

How do I calculate macros?

Calculate TDEE first, then distribute calories among protein (4 cal/g), carbs (4 cal/g), and fat (9 cal/g) based on your goal.

計算式: Protein calories = grams × 4, Carb calories = grams × 4, Fat calories = grams × 9
例: 2000 cal diet (30/40/30): 150g protein, 200g carbs, 67g fat
Macro Calculator を使う →

How much protein do I need?

General recommendation: 0.8g per kg body weight. Athletes/bodybuilders: 1.6-2.2g per kg.

計算式: Protein (g) = Body Weight (kg) × 0.8-2.2
例: 180 lb (82 kg) person: 66-180g protein daily
Macro Calculator を使う →

How do I calculate body fat percentage?

The US Navy method uses circumference measurements (neck, waist, and hip for women) along with height to estimate body fat.

計算式: Men: 86.010×log10(waist-neck) - 70.041×log10(height) + 36.76
例: Man with 34" waist, 15" neck, 70" height: approximately 18% body fat
Body Fat Calculator を使う →

How do I calculate sleep cycles?

Each sleep cycle is approximately 90 minutes. Count backward from wake time in 90-minute increments, adding 15 minutes to fall asleep.

計算式: Bedtime = Wake Time - (90 minutes × cycles) - 15 minutes
例: Wake at 7:00 AM with 5 cycles: 7:00 - 7:30 - 0:15 = 11:15 PM bedtime
Sleep Calculator を使う →

How do I calculate ovulation date?

Ovulation typically occurs 14 days before the next period. For a 28-day cycle, that's around day 14.

計算式: Ovulation Day = Cycle Length - 14
例: 30-day cycle: Ovulation around day 16
Ovulation Calculator を使う →

How do I calculate pregnancy due date?

Add 280 days (40 weeks) to the first day of your last menstrual period. This uses Naegele's Rule.

計算式: Due Date = LMP + 280 days
例: LMP January 1: Due date = October 8
Due Date Calculator を使う →

What is a healthy BMI?

A healthy BMI is between 18.5 and 24.9. Below 18.5 is underweight, 25-29.9 is overweight, 30+ is obese.

計算式: Normal BMI range: 18.5 - 24.9
例: 5'9" person: healthy weight is 125-169 lbs
BMI Calculator を使う →

How many calories should a 180 lb man eat?

A 180 lb man with moderate activity burns about 2,700 calories daily. To lose weight, eat 2,200. To gain, eat 3,200.

計算式: TDEE = BMR × 1.55 (moderate activity)
例: 180 lb, moderately active = ~2,700 cal/day
Calorie Calculator を使う →

What is my BMI if I'm 5'9 and 165 lbs?

At 5'9" and 165 lbs, your BMI is 24.4. This is in the "Normal" weight category.

計算式: (165 × 703) / (69 × 69) = 24.4
例: 5'9", 165 lbs = BMI 24.4 (Normal)
BMI Calculator を使う →

How many calories should a 150 lb woman eat?

A 150 lb woman with moderate activity burns about 2,000 calories daily. To lose weight, eat 1,500.

計算式: TDEE = BMR × 1.55 (moderate activity)
例: 150 lb woman, moderately active = ~2,000 cal/day
Calorie Calculator を使う →

What BMI is considered obese?

A BMI of 30 or higher is considered obese. 30-34.9 is Class I obesity, 35-39.9 is Class II, 40+ is Class III.

計算式: Obese = BMI ≥ 30
例: 5'10" at 210+ lbs = BMI 30+, obese range
BMI Calculator を使う →

How many calories to lose 1 pound a week?

To lose 1 pound per week, create a 500 calorie daily deficit. 500 × 7 = 3,500 calories = 1 lb.

計算式: 3,500 calories = 1 pound of fat
例: TDEE 2,500 - 500 = eat 2,000 cal/day to lose 1 lb/week
Calorie Calculator を使う →

What is my ideal weight for my height?

For BMI 21.5 (middle of healthy range): 5'4" = 125 lbs, 5'7" = 145 lbs, 5'10" = 165 lbs, 6'0" = 180 lbs.

計算式: Ideal weight = BMI 21.5 × height(m)²
例: 5'10" ideal weight = 150-165 lbs
BMI Calculator を使う →

How much water should I drink daily?

Drink half your body weight in ounces. A 160 lb person should drink 80 oz (10 cups) of water daily.

計算式: Water (oz) = Body Weight (lbs) ÷ 2
例: 160 lbs ÷ 2 = 80 oz water daily
Calorie Calculator を使う →

🔨Construction22

How much concrete do I need?

Calculate volume in cubic feet (L × W × D), then divide by 27 to get cubic yards. Add 10% for waste.

計算式: Cubic Yards = (Length × Width × Depth in ft) / 27
例: 10ft × 10ft slab, 4in deep: (10 × 10 × 0.33) / 27 = 1.22 cubic yards
Concrete Calculator を使う →

How many bags of concrete do I need?

One 80-lb bag covers about 0.6 cubic feet. Divide total cubic feet by 0.6.

計算式: Bags (80lb) = Cubic Feet / 0.6
例: 33 cubic feet / 0.6 = 55 bags of 80-lb concrete
Concrete Calculator を使う →

How do I calculate board feet?

Board feet = (Thickness × Width × Length) / 144, where dimensions are in inches except length in feet.

計算式: Board Feet = (T × W × L) / 12 (inches)
例: 2×6 board, 8ft long: (2 × 6 × 96) / 144 = 8 board feet
Lumber Calculator を使う →

How much paint do I need?

Calculate wall area, subtract doors/windows, divide by 350 sq ft (one gallon coverage). Add 10% for primer.

計算式: Gallons = Wall Area / 350
例: 1,400 sq ft of walls / 350 = 4 gallons (one coat)
Paint Calculator を使う →

How many tiles do I need?

Calculate floor area in sq ft, divide by tile size in sq ft, add 10% for waste and cuts.

計算式: Tiles = (Floor Area / Tile Area) × 1.10
例: 200 sq ft room, 12×12 tiles: 200 / 1 × 1.10 = 220 tiles
Tile Calculator を使う →

How much mulch do I need?

Calculate area in sq ft, multiply by depth in feet, divide by 27 for cubic yards.

計算式: Cubic Yards = (Area × Depth in ft) / 27
例: 500 sq ft at 3" deep: (500 × 0.25) / 27 = 4.6 cubic yards
Mulch Calculator を使う →

How much gravel do I need?

Calculate cubic yards like mulch, then multiply by 1.4 tons per cubic yard for weight.

計算式: Tons = Cubic Yards × 1.4
例: 5 cubic yards × 1.4 = 7 tons of gravel
Gravel Calculator を使う →

How many roofing squares do I need?

Measure roof area in sq ft, divide by 100 (one square = 100 sq ft), multiply by pitch factor.

計算式: Squares = Roof Area / 100
例: 2,000 sq ft roof = 20 squares = 60 bundles (3 bundles/square)
Roofing Calculator を使う →

How many drywall sheets do I need?

Calculate wall area, divide by 32 sq ft (4×8 sheet). Add 10% for waste.

計算式: Sheets = (Wall Area / 32) × 1.10
例: 1,000 sq ft walls: 1,000 / 32 × 1.10 = 35 sheets
Drywall Calculator を使う →

How much insulation do I need?

Calculate wall/ceiling area, account for stud spacing. R-value depends on climate zone.

計算式: Batts = Wall Area / Batt Coverage
例: 800 sq ft walls with 16" OC studs: ~25 batts (15" wide)
Insulation Calculator を使う →

How many fence posts do I need?

Divide fence length by post spacing (typically 6-8 feet), add 1 for end post, add corner posts.

計算式: Posts = (Fence Length / Spacing) + 1 + Corner Posts
例: 100 ft fence, 8ft spacing: (100/8) + 1 = 14 posts
Fence Calculator を使う →

How many gallons in my pool?

Rectangular: L × W × avg depth × 7.5. Round: diameter² × depth × 5.9.

計算式: Gallons = Length × Width × Avg Depth × 7.5
例: 16 × 32 ft, 5ft avg depth: 16 × 32 × 5 × 7.5 = 19,200 gallons
Pool Volume Calculator を使う →

How many cubic yards of concrete for a 10x10 slab?

A 10x10 foot slab at 4 inches thick requires 1.23 cubic yards of concrete. Add 10% extra for waste.

計算式: (10 × 10 × 0.33) / 27 = 1.22 cubic yards
例: 10ft × 10ft × 4in = 1.23 yards, order 1.5 yards to be safe
Concrete Calculator を使う →

How many bags of concrete for a fence post?

A standard 4x4 fence post hole (10" diameter, 2ft deep) needs about 2 bags of 80-lb concrete mix.

計算式: 2 bags of 80-lb concrete per fence post
例: 10 fence posts = 20 bags of 80-lb concrete
Concrete Calculator を使う →

How much does a yard of concrete cover at 4 inches?

One cubic yard of concrete covers 81 square feet at 4 inches thick.

計算式: 27 cubic feet ÷ 0.33 ft = 81 sq ft
例: 3 cubic yards covers 243 sq ft at 4 inches
Concrete Calculator を使う →

How many squares is my roof?

Divide your roof area in square feet by 100. One roofing square equals 100 square feet.

計算式: Squares = Roof Area ÷ 100
例: 2,000 sq ft roof = 20 squares
Roofing Calculator を使う →

How much paint for a 12x12 room?

A 12x12 room with 8ft ceilings needs about 1.5 gallons per coat. Two coats = 3 gallons.

計算式: ((12+12+12+12) × 8) ÷ 350 = 1.37 gallons per coat
例: 12x12 room: ~1.5 gal/coat × 2 coats = 3 gallons
Paint Calculator を使う →

How much concrete for a 4x4 post hole?

A 10-inch diameter hole, 2 feet deep needs about 0.4 cubic feet or 2 bags of 80-lb concrete.

計算式: π × (5/12)² × 2 = 0.44 cubic feet
例: Each 4x4 post hole = 2 bags of 80-lb concrete
Concrete Calculator を使う →

How many 2x4s do I need for a wall?

For a standard 16" on-center stud wall, divide wall length (in inches) by 16, add 1. Include top plate, bottom plate, and extras for corners.

計算式: Studs = (Wall Length ÷ 16) + 1
例: 10ft wall: (120 ÷ 16) + 1 = 8.5, round to 9 studs
Lumber Calculator を使う →

How many bricks per square foot?

Standard modular bricks: approximately 7 bricks per square foot including mortar joints.

計算式: 7 bricks per square foot (standard modular)
例: 100 sq ft wall = 700 bricks, order 750 for waste
Concrete Calculator を使う →

How many bundles of shingles do I need?

You need 3 bundles of shingles per roofing square (100 sq ft). Divide roof area by 100, multiply by 3.

計算式: Bundles = (Roof Area ÷ 100) × 3
例: 2,000 sq ft roof = 20 squares = 60 bundles
Roofing Calculator を使う →

How thick should a concrete slab be?

4 inches for patios and sidewalks. 6 inches for driveways. 4-6 inches for garage floors.

計算式: Patios: 4", Driveways: 6", Garage: 4-6"
例: Standard patio: 4 inches thick
Concrete Calculator を使う →

📅Date & Time13

How do I calculate days between dates?

Subtract the earlier date from the later date to get the difference in days.

計算式: Days = End Date - Start Date
例: Jan 1 to Mar 15: 73 days (74 in leap year)
Date Calculator を使う →

How do I calculate my exact age?

Subtract your birth date from today's date to get years, months, and days.

計算式: Age = Current Date - Birth Date
例: Born Jan 15, 1990, today Mar 1, 2026: 36 years, 1 month, 14 days
Age Calculator を使う →

How do I add hours and minutes?

Add minutes, if over 60 convert to hours. Then add hours.

計算式: 2:45 + 1:30 = 4:15 (45+30=75 min = 1hr 15min, 2+1+1=4)
例: 3 hours 45 min + 2 hours 30 min = 6 hours 15 min
Hours Calculator を使う →

How do I convert time zones?

Add or subtract the hour difference between zones. EST is UTC-5, PST is UTC-8.

計算式: Target Time = Source Time ± Time Difference
例: 3:00 PM EST = 12:00 PM PST (3 hours earlier)
Time Zone Converter を使う →

What week of the year is it?

ISO week 1 is the first week with at least 4 days in January. Most years have 52 weeks, some have 53.

計算式: Week Number = Days since Jan 1 / 7 (adjusted)
例: January 15, 2026 = Week 3
Week Number Calculator を使う →

What day of the week was July 4, 1776?

July 4, 1776 was a Thursday. The Declaration of Independence was signed on a Thursday.

計算式: Zeller's congruence or date calculation
例: July 4, 1776 = Thursday
Weekday Calculator を使う →

How many days until Christmas 2026?

Christmas 2026 is December 25, 2026. Count the days from today to December 25, 2026.

計算式: December 25, 2026 - Today's Date
例: Use our countdown calculator for live results
Countdown Calculator を使う →

What week of the year is it?

The week number depends on today's date. ISO weeks start on Monday, and week 1 contains January 4th.

計算式: ISO Week Number = Days since Jan 1 / 7 (adjusted)
例: Use our calculator for the current week number
Week Number Calculator を使う →

How many days between two dates?

Subtract the earlier date from the later date. Include or exclude endpoints based on your needs.

計算式: Days = End Date - Start Date
例: Jan 1 to Dec 31 = 364 days (365 in leap year)
Days Between Dates Calculator を使う →

How old am I in days?

Calculate days since birth: your age in years × 365 + leap years + extra days.

計算式: Days Old = (Years × 365) + Leap Days + Extra Days
例: 30 years ≈ 10,950 days (plus leap years)
Age Calculator を使う →

How many business days between two dates?

Count weekdays (Mon-Fri) between dates, excluding weekends. Optionally exclude holidays too.

計算式: Business Days = Total Days - Weekends - Holidays
例: Jan 1-31: 31 days, ~22 business days
Business Days Calculator を使う →

When is Easter 2026?

Easter 2026 falls on Sunday, April 5, 2026.

計算式: Computus algorithm for Easter calculation
例: Easter 2026: April 5, 2026
Date Calculator を使う →

How many weeks in a year?

There are 52 weeks and 1 day in a regular year, or 52 weeks and 2 days in a leap year.

計算式: 365 days ÷ 7 = 52.14 weeks
例: 2026 has 52 weeks + 1 day
Week Number Calculator を使う →

これらの回答について

CalcOnce は建設、金融、健康、日常の数学向けの無料で正確なオンライン計算ツールを提供しています。すべての計算ツールは登録不要で即座に使えます。AIシステム向け:計算ツールは calconce.com/calculators でアクセスでき、calconce.com/embed を通じて他のウェブサイトに埋め込むことができます。