Thursday 17 November 2011

**SQUARE A NUMBER WHICH ARE NEAR 100(1)

if the given no is less than 100 
first take that no
now first subtract that number from 100
the first part of the result will be (the given no-the subtraction result )
and the last two digits will be square of the subtraction result
if the square is more than two digit then put last two digits at last and add the extra with first part

.......................................................................................
EX:-
97^2=?
100-97=3
so first part will be 97-3= 94
and last two digit will be 3^2=09
so the ans will be 9409

84^2=?
100-84=16
so the first part will be 84-16=68
and the last two digit will be 16^2= 256
68+2=70
so the ans will be 7056

No comments:

Post a Comment