How To Check If A Number Is A Perfect Square
How To Check If A Number Is A Perfect Square
All perfect squares end in 1, 4, 5, 6, 9 or 00 (i.e. Even number of zeros). Therefore, a number that ends in
2, 3, 7 or 8 is not a perfect square.
For all the numbers ending in 1, 4, 5, 6, & 9 and for numbers ending in even zeros, then remove the zeros
at the end of the number and apply following tests:
This is the first observation you will make to check if the number is a perfect square or not. For example,
consider the example 15623.
15623
By just noticing the number itself, we can conclude that 15623 cannot be a perfect square. We do not
have to go to Step 2.
How does the digital root of a number would help in determining if a number is a perfect square or not. It
turns out; a perfect square will always have a digital root of 0, 1, 4 or 7.
Take the number 15626 for example. This number ends in digits 6. So it satisfies Step 1. But still we
cannot conclude, this number as a perfect square.
1 5 6 2 6 = 5 + 6 = 11 = 1 + 1 = 2
So, the digital root of this number is 2. A perfect square will never have a digital root 2. Hence, we can
conclude 15626 is not a perfect square.
Now, there is a rider for this shortcut though, even if both Steps are satisfied, that does not guarantee
that the number is a perfect square.
Let us take up an example here. Consider the number 623461, which is not a perfect square.
Notice that the unit digit is 1. This number could be a perfect square. Let us take the digital root.
623461
The digital root of 623461 is 4. So it satisfies both Step 1 and 2. Still we cannot conclude that 623461 is
a perfect square though.
However, this shortcut comes in really handy to eliminate obvious choices which are not a perfect
square to solve competitive examination where you need to find the perfect squares.
Examine both the units digits and the digital roots of perfect squares to help determine whether or not a
given number is a perfect square.
As we know a perfect square can only end in a 0, 1, 4, 5, 6, or 9; this
should allow us to determine whether the first of our numbers is a perfect square. However, it isn't
sufficient to draw a conclusion about the second number.
Again as we know that if a perfect square ends in 9; it’s tens digit is always even. Alas, even if we do this,
it won't rule out numbers ending in 89, because '...89' is a possible square.
However, as we know no number can be a perfect square unless its digital root is 1, 4, 7, or 9; so, find the
digital root of our second number. It’s 5. As 5 isn't in this list, then the number is definitely not a perfect
square.
Share 7
15 comments:
Replies
Reply
Reply
Replies
Reply
Replies
Reply
Replies
‹ Home ›
View web version
Powered by Blogger.