Estimation Strategies

Estimation Strategies

7 min read Updated Mar 26, 2026

A physics question asks for the kinetic energy of a 68 kg runner moving at 4.7 m/s. You could compute (12\frac{1}{2})(68)(4.7)Β² exactly, but that takes forever without a calculator. Instead: round 68 to 70, round 4.7 to 5, and 525^{2} = 25. KE = (12\frac{1}{2})(70)(25) = 875 J. The answer choices are 400 J, 750 J, 1100 J, and 2200 J. Only 750 J is close, and your rough estimate of 875 J (slightly high because you rounded both numbers up) confirms it. Twelve seconds, no calculator, correct answer.

This section ties together everything in this chapter into a unified estimation strategy. On the MCAT, speed and confidence matter more than precision.

Strategy 1: Round to One Significant Figure

This is your default move. Replace every number with its first non-zero digit.

  • 6.02 x 102310^{23} becomes 6 x 102310^{23}
  • 4.7 becomes 5
  • 0.082 becomes 0.08
  • 9.8 becomes 10
  • 3.14 becomes 3

Then do the arithmetic with these simpler numbers. You will typically be within 10-20% of the exact answer, which is more than enough given MCAT answer spacing.

Strategy 2: Use Known Approximations

Memorize these common values:

ApproximationExact ValueError
sqrt(2) = 1.41.414< 1%
sqrt(3) = 1.71.732< 2%
Ο€ = 33.14159< 5%
e = 2.72.718< 1%
g = 10 m/sΒ²9.8 m/sΒ²< 3%
log 2 = 0.30.301< 1%
log 3 = 0.50.477< 5%
13\frac{1}{3} = 0.330.333…< 1%

Strategy 3: Powers-of-10 Reasoning

When the question really just asks β€œhow big is this?” you do not need the coefficient at all. Just track the powers of 10.

Example: Avogadro’s number is about 102310^{23}. The mass of a proton is about 10βˆ’2710^{-27} kg. How many protons are in 1 kg?

Number = 1 / 10βˆ’2710^{-27} = 102710^{27}. But each mole of protons is about 1 g = 10βˆ’310^{-3} kg and contains 102310^{23} protons. So 1 kg contains about 10310^{3} moles x 102310^{23}/mole = 102610^{26} protons. The exact coefficient does not matter - you are on the right order of magnitude.

Strategy 4: Process of Elimination

Even a rough estimate can eliminate 2-3 answer choices. Then, if needed, refine your estimate to choose between the remaining options.

Example: A question asks for the wavelength of light with frequency 5 x 101410^{14} Hz.

Ξ» = c/f = (3 x 10810^{8}) / (5 x 101410^{14}) = 0.6 x 10βˆ’610^{-6} = 6 x 10βˆ’710^{-7} m = 600 nm

If the choices are: (A) 6 nm, (B) 60 nm, (C) 600 nm, (D) 6000 nm - you only needed the exponent to eliminate three choices.

Strategy 5: Bracket the Answer

If you are unsure about rounding direction, calculate twice: once rounding up and once rounding down. The correct answer must lie between those two estimates.

Example: What is 67 x 8.3?

Lower bound: 60 x 8 = 480
Upper bound: 70 x 9 = 630
Actual: 556

If the answer choices are 280, 420, 560, and 840 - only 560 falls in the bracket.

Strategy 6: Compensating Rounds

When you round one number up, try to round the other down to partially cancel the error.

Example: 4.2 x 7.8

If you round both up: 5 x 8 = 40 (too high)
If you compensate: round 4.2 up to 4.5 and 7.8 down to 7.5: 4.5 x 7.5. Or simpler: 4 x 8 = 32 (round one down, other up). Actual: 32.76. The compensating round was nearly exact.

Worked Practice Examples

Problem 1: What is the pH of a 0.003 M HCl solution?

HCl is a strong acid, so [H+] = 3 x 10βˆ’310^{-3} M. pH = -log(3 x 10βˆ’310^{-3}) = -(log 3 + log 10βˆ’310^{-3}) = -(0.5 - 3) = 2.5.

Problem 2: A sound increases from 40 dB to 70 dB. By what factor did the intensity increase?

Change = 30 dB. Every 10 dB = 10x intensity. 30 dB = 10 x 10 x 10 = 1000x increase.

Problem 3: An electron (m = 9.1 x 10βˆ’3110^{-31} kg) moves at 2 x 10610^{6} m/s. Estimate its kinetic energy.

KE = (12\frac{1}{2})mv2v^2 = (0.5)(10βˆ’3010^{-30})(2 x 10610^{6})Β² = (0.5)(10βˆ’3010^{-30})(4 x 101210^{12}) = 2 x 10βˆ’1810^{-18} J. Rounding 9.1 to 10 and doing quick exponent math gets you there in seconds.

Estimate without a calculator: What is (4.8 x 10510^5) / (1.6 x 10βˆ’210^{-2})?
Click to reveal answer
Round to (5 x 10510^5) / (1.6 x 10βˆ’210^{-2}). Coefficients: 51.6\frac{5}{1.6} = about 3. Exponents: 10510^5 / 10βˆ’210^{-2} = 10710^{7}. Answer: approximately 3 x 10710^{7}. The exact answer is 3.0 x 10710^{7}. Rounding 4.8 to 5 introduced minimal error because the denominator (1.6) was already clean.
A ball is dropped from a height of 45 m. Estimate the speed just before it hits the ground. Use g = 10 m/sΒ².
Click to reveal answer
v = sqrt(2gh) = sqrt(2 x 10 x 45) = sqrt(900) = 30 m/s. Using g = 10 instead of 9.8 makes the calculation trivial. The exact answer with g = 9.8 is 29.7 m/s - the estimation is off by about 1%.