"Between which two integers does \sqrt{57} lie?" You reach for a calculator and the teacher stops you. No calculator. No tables. Just your head and two minutes. What do you do?

The answer is the simplest mental tool for locating any square root on the number line: sandwich N between two consecutive integer squares. If k^2 \leq N \leq (k+1)^2, then k \leq \sqrt{N} \leq k + 1. That is the whole trick, and it is the only way to locate irrational roots under exam pressure.

The core fact

The square root function \sqrt{\;\cdot\;} is increasing on non-negative reals: if a \leq b, then \sqrt{a} \leq \sqrt{b}. So if you can bracket N between two integer squares, the brackets transfer to \sqrt{N} between two integers.

k^2 \;\leq\; N \;\leq\; (k+1)^2 \quad\Longleftrightarrow\quad k \;\leq\; \sqrt{N} \;\leq\; k + 1.

The left and right squares are consecutive integer squares — no gaps. So this sandwich always pins \sqrt{N} down to exactly one integer interval.

Why the bracket transfers: taking \sqrt{\;} on an inequality a \leq b with a, b \geq 0 preserves the direction of the inequality. Apply it to both sides: \sqrt{k^2} = k and \sqrt{(k+1)^2} = k+1, giving k \leq \sqrt{N} \leq k+1.

The squares table you already know

You have memorised, without realising it, this table:

1^2 = 1, \; 2^2 = 4, \; 3^2 = 9, \; 4^2 = 16, \; 5^2 = 25, \; 6^2 = 36, \; 7^2 = 49, \; 8^2 = 64, \; 9^2 = 81, \; 10^2 = 100, \; 11^2 = 121, \; 12^2 = 144, \; 13^2 = 169, \dots

For most board-exam N, the answer is a scan of this table: find the largest perfect square that is \leq N.

Mental pass: \sqrt{57}. Scan the table. 49 < 57 < 64, so 7 < \sqrt{57} < 8. Done.

Mental pass: \sqrt{150}. 144 < 150 < 169, so 12 < \sqrt{150} < 13.

Mental pass: \sqrt{200}. 196 < 200 < 225 (because 14^2 = 196, 15^2 = 225), so 14 < \sqrt{200} < 15.

Three seconds each. No calculator touched.

Square root of 57 sandwiched between 7 and 8A horizontal number line from 6 to 9 with integer ticks. A curly brace marks the interval between 7 and 8. Above the line, two perfect squares 49 and 64 are labelled at positions 7 squared and 8 squared. A red dot marked square root of 57 sits between 7 and 8, closer to 7.5. Annotations show 49 less than 57 less than 64 gives 7 less than square root of 57 less than 8.6789√57 lives in here√57 ≈ 7.557² = 49 < 57 < 64 = 8²⇒ 7 < √57 < 8
Start from the squares table. $49 < 57 < 64$ means $7^2 < 57 < 8^2$, so $\sqrt{57}$ lives between $7$ and $8$. Sandwich located in one look at the table.

Refining within the interval

Once you know 7 < \sqrt{57} < 8, you often need the first decimal digit. Halve the interval and check:

7.5^2 = 56.25.

Is 57 > 56.25? Yes. So \sqrt{57} > 7.5, giving 7.5 < \sqrt{57} < 8.

Try 7.6:

7.6^2 = 57.76.

Is 57 < 57.76? Yes. So \sqrt{57} < 7.6, giving 7.5 < \sqrt{57} < 7.6.

So \sqrt{57} \approx 7.55, and the actual value is 7.5498\dots. Each halving of the interval roughly halves your error.

Why halving works: the squaring function on a small interval is roughly linear. Doubling the number of bracket steps roughly quadruples your decimal precision. After four or five halvings you have two correct decimal places, which is usually plenty for an MCQ.

Cube roots, higher roots — same idea

The trick generalises to any root. For \sqrt[3]{N}, sandwich N between consecutive integer cubes:

k^3 \;\leq\; N \;\leq\; (k+1)^3 \quad\Longleftrightarrow\quad k \;\leq\; \sqrt[3]{N} \;\leq\; k + 1.

You need the cubes table: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000.

Mental pass: \sqrt[3]{100}. Scan cubes. 64 < 100 < 125, so 4 < \sqrt[3]{100} < 5. (Actual value \approx 4.64.)

Mental pass: \sqrt[3]{2000}. 1728 < 2000 < 2197 (because 12^3 = 1728, 13^3 = 2197), so 12 < \sqrt[3]{2000} < 13.

Same idea, different table.

When the answer is a perfect square

If N is itself a perfect square, the sandwich collapses: both brackets equal \sqrt{N}. \sqrt{49} = 7 exactly, not between 6 and 7 or between 7 and 8. Always check first: is N on the squares table? If yes, \sqrt{N} is an integer and you are done.

The sandwich trick is for non-perfect squares, where \sqrt{N} is irrational and you want to pin it down to an interval of length 1 (then refine).

The common exam patterns

Full calculation: $\sqrt{72}$ to one decimal

Step 1 — sandwich. Scan the squares table. 64 < 72 < 81, so 8 < \sqrt{72} < 9.

Step 2 — refine with midpoint 8.5. 8.5^2 = 72.25. Is 72 < 72.25? Yes. So \sqrt{72} < 8.5, giving 8 < \sqrt{72} < 8.5.

Step 3 — refine further with 8.4. 8.4^2 = 70.56. Is 72 > 70.56? Yes. So \sqrt{72} > 8.4, giving 8.4 < \sqrt{72} < 8.5.

Step 4 — compare to midpoint of [8.4, 8.5]. Midpoint is 8.45. 8.45^2 = 71.4025. Is 72 > 71.4025? Yes. So \sqrt{72} > 8.45, and closer to 8.5.

Answer: \sqrt{72} \approx 8.5 to one decimal place. (Actual: 8.485\dots.)

No calculator. Three squaring operations. Thirty seconds.

This is the workhorse technique for every "place \sqrt{N}" question in Classes 9–11 and on JEE Main. The trick is to treat the squares table (up to 20^2 = 400, ideally) as part of your mental furniture, and to reach for sandwich-then-refine the moment you see a square root of a non-perfect-square integer.

Related: Number Systems · Constructing √2 on the Number Line · Is √4 Irrational Because It's Under a Root Sign?