how to find if a number is a perfect square and if it is a perfect square how to find it square root
Answers
1st u hv to accept a no and try to split if it splits completely in 2 same nos then its a perfect square (i.e. Converse is not necessarily true).
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:
Digital roots are 1, 4, 7 or 9. No number can be a perfect square unless its digital root is 1, 4, 7, or 9. You might already be familiar with computing digital roots. (To find digital root of a number, add all its digits. If this sum is more than 9, add the digits of this sum. The single digit obtained at the end is the digital root of the number.)
If unit digit ends in 5, ten’s digit is always 2.
If it ends in 6, ten’s digit is always odd (1, 3, 5, 7, and 9) otherwise it is always even. That is if it ends in 1, 4, and 9 the ten’s digit is always even (2, 4, 6, 8, 0).
If a number is divisible by 4, its square leaves a remainder 0 when divided by 8.
Square of even number not divisible by 4 leaves remainder 4 while square of an odd number always leaves remainder 1 when divided by 8.
Total numbers of prime factors of a perfect square are always odd.
4539 ends in 9, digit sum is 3. Therefore, 4539 is not a perfect square.
5776 ends in 6, digit sum is 7. Therefore, 5776 may be a perfect square.
Step 1: A perfect square never ends in 2, 3, 7 or 8.
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.
Step 2: Obtain the digital root of the number:
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.
Let’s take the digital root of this number.
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.
6 2 3 4 6 1
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
to find square root :
suppose a no. 16 is taken
√16 = √4*4 =4 ; hence the sqr root of 16 is 4 we will take as many same no. as 1 single no as the root ....if it is sqr root then 2 same no will b taken as 1
it is cube root then 3 same no will b taken as 1
Answer:
STEP 1: Separate The Digits Into Pairs. To begin, let's organize the workspace. ...
STEP 2: Find The Largest Integer. ...
STEP 3: Now Subtract That Integer. ...
STEP 4: Let's Move To The Next Pair. ...
STEP 5: Find The Right Match. ...
STEP 6: Subtract Again.