Thursday 17 November 2011

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

if the given no is more than 100 
first take that no
now first subtract 100 from that no
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:-
108^2=?
108-100=8

here first part is 108+8=116
and last two digit will be 8^2=64
so the ans will be=11664

116^2=?
116-100=16
here first part is 116+16=132
and last two digit will be 16^2=256
132+2=134
so the ans will be=13456

No comments:

Post a Comment