Square Root by Repeated Subtraction

The repeated subtraction method is an easier way that uses a special property of odd numbers. When you add up consecutive odd numbers, starting from 1, you always get a perfect square.

Using this property of consecutive odd numbers, we can check whether the given number is perfect square or not. To check for any number, we can use the following steps:

Step 1: Start with the given number.

Step 2: Subtract consecutive odd numbers.

Step 3: Count the number of times you subtract.

Step 4: The count is the square root.

Let’s illustrate this with an example:

Example: Find the square root of 81 by repeated subtraction.

Solution:

Start with the given number: 81.

Subtract consecutive odd numbers starting from 1 until reaching zero:

  1. 81 − 1 = 80
  2. 80 − 3 = 77
  3. 77 − 5 = 72
  4. 72 − 7 = 65
  5. 65 − 9 = 56
  6. 56 − 11 = 45
  7. 45 − 13 = 32
  8. 32 − 15 = 17
  9. 17 − 17 = 0

Count the number of times you subtracted an odd number: 9.

The square root of 81 is the number of times you subtracted, which is 9.

So, the square root of 81 is 9.

Which is the Quickest Method?

Quickest method for prime factorization depends on the number you’re trying to factorize and personal preference. However, in many cases, using the repeated subtraction method can be quicker for smaller numbers, especially when you’re dealing with numbers that have small prime factors.

Finding Square Root Through Prime Factorization and Repeated Subtraction

Square Root is the one of the many arithmetic operations in mathematics. Square root can be calculated using various methods in mathematics such as long division, prime factorization, repeated subtraction, etc. In this article, we will discuss methods of calculation of square root using prime factorization and repeated subtraction method.

Table of Content

  • What are Square Roots?
  • Square Root by Prime Factorization
  • Square Root by Repeated Subtraction
  • FAQs

Similar Reads

What are Square Roots?

Square root of a number is a value that, when multiplied by itself, gives the original number. It is represented using the symbol ‘√’. The number under the square root symbol is called the radicand....

Square Root by Prime Factorization

Prime factorization is the process of finding the prime factors of a number, which are the prime numbers that multiply together to make the original number....

Square Root by Repeated Subtraction

The repeated subtraction method is an easier way that uses a special property of odd numbers. When you add up consecutive odd numbers, starting from 1, you always get a perfect square....

Conclusion

Next time you want to find a square root, think about what you need. If it’s a perfect square and you want a quick answer, try repeated subtraction. But if you also want to know about the prime factors and understand the number better, go for prime factorization. Both methods show how interesting numbers can be and how they work in different ways....

Solved Example on Prime Factorization and Repeated Subtraction Method

Example: Find the square root of 7056 using prime factorization....

Practice Problems on Prime Factorization and Repeated Subtraction Method

Problem 1: Find the square root of 81?...

FAQs on Prime Factorization and Repeated Subtraction Method

What is Prime Factorization?...