Pre Algebra

Squares and Square Roots

Last updated: March 2026 · Beginner
Before you start

You should be comfortable with:

Real-world applications
πŸ“
Carpentry

Measurements, material estimation, cutting calculations

⚑
Electrical

Voltage drop, wire sizing, load balancing

Squaring a number means multiplying it by itself. Taking a square root reverses that process β€” it asks, β€œWhat number was multiplied by itself to produce this value?” These two operations are inverses, just like addition and subtraction or multiplication and division. Square roots appear in the Pythagorean theorem, distance formulas, area calculations, and electrical formulas.

What Is a Perfect Square?

A perfect square is the result of multiplying a whole number by itself. Here are the perfect squares you should memorize:

nnn2n^2nnn2n^2
11981
2410100
3911121
41612144
52513169
63614196
74915225
864

Knowing these by heart will make algebra, geometry, and standardized tests much faster.

The Square Root

The square root of a number aa is the value bb such that b2=ab^2 = a. We write it using the radical symbol:

a=bmeansb2=a\sqrt{a} = b \quad \text{means} \quad b^2 = a

Example 1: Evaluate 49\sqrt{49}

We need a number that, when squared, gives 49.

7Γ—7=49β‡’49=77 \times 7 = 49 \quad \Rightarrow \quad \sqrt{49} = 7

Answer: 49=7\sqrt{49} = 7

Example 2: Evaluate 144\sqrt{144}

12Γ—12=144β‡’144=1212 \times 12 = 144 \quad \Rightarrow \quad \sqrt{144} = 12

Answer: 144=12\sqrt{144} = 12

Example 3: Evaluate 1\sqrt{1} and 0\sqrt{0}

1=1because1Γ—1=1\sqrt{1} = 1 \quad \text{because} \quad 1 \times 1 = 1

0=0because0Γ—0=0\sqrt{0} = 0 \quad \text{because} \quad 0 \times 0 = 0

Squaring and Square Roots Are Inverses

Squaring and taking the square root undo each other:

n2=n(forΒ nβ‰₯0)\sqrt{n^2} = n \quad \text{(for } n \geq 0\text{)}

(n)2=n(forΒ nβ‰₯0)(\sqrt{n})^2 = n \quad \text{(for } n \geq 0\text{)}

Example 4: Verify the Inverse Relationship

Start with 8.

82=6464=88^2 = 64 \qquad \sqrt{64} = 8

Start with 64.

64=882=64\sqrt{64} = 8 \qquad 8^2 = 64

Either direction brings you back to where you started.

Estimating Non-Perfect Square Roots

Not every number is a perfect square. What is 50\sqrt{50}? Since 50 falls between the perfect squares 49 and 64, we know:

49=7and64=8\sqrt{49} = 7 \quad \text{and} \quad \sqrt{64} = 8

So 50\sqrt{50} is between 7 and 8. Since 50 is much closer to 49 than to 64, the answer is just a little more than 7.

Estimation method:

Step 1: Find the two consecutive perfect squares that surround the number. For 50: 4949 and 6464.

Step 2: Determine the square roots of those: 77 and 88.

Step 3: Figure out where the number falls between the two perfect squares.

50βˆ’4964βˆ’49=115β‰ˆ0.07\frac{50 - 49}{64 - 49} = \frac{1}{15} \approx 0.07

Step 4: Add that fraction to the lower root.

50β‰ˆ7+0.07=7.07\sqrt{50} \approx 7 + 0.07 = 7.07

Calculator check: 50β‰ˆ7.071\sqrt{50} \approx 7.071. Our estimate is very close.

Example 5: Estimate 30\sqrt{30}

Step 1: The surrounding perfect squares are 25 and 36.

Step 2: 25=5\sqrt{25} = 5 and 36=6\sqrt{36} = 6.

Step 3: Where does 30 fall?

30βˆ’2536βˆ’25=511β‰ˆ0.45\frac{30 - 25}{36 - 25} = \frac{5}{11} \approx 0.45

Step 4: Estimate.

30β‰ˆ5+0.45=5.45\sqrt{30} \approx 5 + 0.45 = 5.45

Calculator check: 30β‰ˆ5.477\sqrt{30} \approx 5.477. Close enough for most practical purposes.

Example 6: Estimate 200\sqrt{200}

Step 1: 196196 and 225225 are the surrounding perfect squares.

Step 2: 196=14\sqrt{196} = 14 and 225=15\sqrt{225} = 15.

Step 3:

200βˆ’196225βˆ’196=429β‰ˆ0.14\frac{200 - 196}{225 - 196} = \frac{4}{29} \approx 0.14

Step 4:

200β‰ˆ14+0.14=14.14\sqrt{200} \approx 14 + 0.14 = 14.14

Calculator check: 200β‰ˆ14.142\sqrt{200} \approx 14.142. Excellent estimate.

Using a Calculator for Square Roots

On most calculators:

  • Scientific calculator: Press the x\sqrt{\phantom{x}} button, then enter the number.
  • Phone calculator: Many phone calculators have a square root button when turned to landscape/scientific mode.
  • Computer: Type sqrt(number) in a search engine or use a programming language.

Calculators give decimal approximations for non-perfect squares. For exact answers on tests, leave the radical: 50\sqrt{50} rather than 7.0717.071.

Real-World Application: Carpentry β€” Diagonal of a Square Room

A carpenter is installing a diagonal brace across a square room that measures 12 feet on each side. The diagonal is found using the Pythagorean theorem:

d=122+122=144+144=288d = \sqrt{12^2 + 12^2} = \sqrt{144 + 144} = \sqrt{288}

Estimate: 289=17\sqrt{289} = 17, so 288β‰ˆ16.97\sqrt{288} \approx 16.97.

Answer: The diagonal is approximately 16.97 feet, so the carpenter should cut the brace just under 17 feet.

Real-World Application: Electrician β€” Current from Power

An electrician uses the formula P=I2RP = I^2 R (power equals current squared times resistance). If a circuit has 100 watts of power and 4 ohms of resistance, the current is:

I2=PR=1004=25I^2 = \frac{P}{R} = \frac{100}{4} = 25

I=25=5Β ampsI = \sqrt{25} = 5 \text{ amps}

Answer: The current is 5 amps.

Common Mistakes to Avoid

  1. Thinking a+b=a+b\sqrt{a + b} = \sqrt{a} + \sqrt{b}. This is false. For example, 9+16=25=5\sqrt{9 + 16} = \sqrt{25} = 5, but 9+16=3+4=7\sqrt{9} + \sqrt{16} = 3 + 4 = 7. Square roots do not distribute over addition.

  2. Confusing squaring with doubling. 52=255^2 = 25, not 1010. Squaring means multiplying by itself, not by 2.

  3. Forgetting that square roots of negative numbers are not real. In pre-algebra, βˆ’4\sqrt{-4} has no real answer (imaginary numbers come later in algebra 2).

  4. Not simplifying when possible. 50\sqrt{50} can be simplified to 525\sqrt{2} in algebra, but in pre-algebra it is fine to use the decimal approximation.

Practice Problems

Problem 1: Evaluate 81\sqrt{81}.

9Γ—9=819 \times 9 = 81

Answer: 81=9\sqrt{81} = 9

Problem 2: Evaluate 196\sqrt{196}.

14Γ—14=19614 \times 14 = 196

Answer: 196=14\sqrt{196} = 14

Problem 3: Estimate 75\sqrt{75} without a calculator.

64=8\sqrt{64} = 8 and 81=9\sqrt{81} = 9, so 75\sqrt{75} is between 8 and 9.

75βˆ’6481βˆ’64=1117β‰ˆ0.65\frac{75 - 64}{81 - 64} = \frac{11}{17} \approx 0.65

75β‰ˆ8.65\sqrt{75} \approx 8.65

(Calculator: 75β‰ˆ8.660\sqrt{75} \approx 8.660)

Answer: Approximately 8.658.65

Problem 4: Is 150 a perfect square? Explain.

122=14412^2 = 144 and 132=16913^2 = 169. Since 150 falls between these and is not equal to either, it is not a perfect square.

Answer: No. No whole number squared equals 150.

Problem 5: A square garden has an area of 225 square feet. What is the side length?

Side=225=15Β feet\text{Side} = \sqrt{225} = 15 \text{ feet}

Answer: Each side is 15 feet.

Problem 6: Find the length of the diagonal of a rectangle that is 6 feet by 8 feet.

d=62+82=36+64=100=10d = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10

Answer: The diagonal is 10 feet.

Key Takeaways

  • A perfect square is the result of a whole number multiplied by itself. Memorize the perfect squares from 12=11^2 = 1 through 152=22515^2 = 225.
  • The square root undoes squaring: a2=a\sqrt{a^2} = a (for non-negative aa).
  • To estimate a non-perfect square root, find the two surrounding perfect squares and interpolate.
  • Square roots do not distribute over addition: a+bβ‰ a+b\sqrt{a + b} \neq \sqrt{a} + \sqrt{b}.
  • Square roots of negative numbers have no real value at the pre-algebra level.

Return to Pre-Algebra for more topics in this section.

Last updated: March 29, 2026