 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Prove that, the squares of numbers which end in 3 end in 9. | 
| Answer» We can write the numbers end in 3 as 10x + 3 is (10x + 3)2 = (10x)2 + 60x + 9; So it ends in 9. | |