Show worked solution
Worked solution
Understand the condition
We need the smallest integer n whose square root beats 20.5.
Square both sides
Squaring keeps the order for positive numbers, turning the root condition into a plain inequality.
Plan the squaring
Split 20.5 to square it mentally.
Expand the square
Use the expansion of a two-part square: 400 plus 20 plus 0.25.
Evaluate
So the condition is n greater than 420.25.
Find the smallest integer
The smallest integer strictly greater than 420.25 is 421.
Check 421 works
421 is beyond 420.25, so its root is beyond 20.5. ✓
Check 420 fails
420 falls short of 420.25, so its root falls short of 20.5 — 420 fails.
Confirm minimality
Since 420 fails and 421 works, 421 is the smallest possible n.
Estimate the root of 421 as a check
Root 421 is about 20.518, just above 20.5 — a comfortable but tight pass.
Watch for the boundary error
Rounding 420.25 down to 420 is the classic slip; the strict inequality demands going above 420.25.
Watch for the equality trap
Even the exact value 420.25 (if n could be a decimal) only equals 20.5 — the strict inequality rules it out.
Reflect on the method
Threshold problems with roots are solved by squaring the boundary and taking the next integer.
General lesson
For positive values, root conditions convert exactly into squared conditions.
State the answer
The smallest integer n is 421.