SQUARE ROOT TIPS AND TRICKS First we will have to remember this table Number Square Last Digit 0 0 0 1 1 1 2 4 4 3 9 9 4 16 6 5 25 5 6 36 6 7 49 9 8 64 4 9 81 1 The last digits for the squares of 1 and 9 are both 1. The last digits for the squares of 2 and 8 are both 4. The last digits for the squares of 3 and 7 are both 9. The last digits for the squares of 4 and 6 are both 6. Now suppose we want to find the square root of 3249 Step-1 : Ignore the last two digit i.e 49 Consider only 32 Now 5^2=25 will be the number which is close to 32 because 6^2=36 is greater than 25 ...