Without manually calculating find the square of the number 995
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Why does this work? Can you explain the reasoning behind this?
Dear Challenge Master and @Lakshiminarayana Potukuchi ,
Let a number be a5 where a can be any integer. The value of the number is therefore 1 0 a + 5 . We have ( 1 0 a + 5 ) 2 = 1 0 0 a 2 + 2 ( 1 0 a ) ( 5 ) + 2 5
= 1 0 0 a 2 + 1 0 0 a + 2 5 = 1 0 0 a ( a + 1 ) + 2 5 .
Evidently, 1 0 0 a ( a + 1 ) ends with two zeroes so adding it to 2 5 , the last two digits are always 2 5 . As for the digits preceding 2 5 , they are only determined by the value of a ( a + 1 ) so we have a(a+1)25 as the square. Hope this helps.
What do you mean by append?
Log in to reply
to find the square of any number that ends with 5; simply remove 5 from it and multiply the number with 1 added to it; then append 25 to it. Eg. 35 x 35 = (3 4) + append 25 i.e. 1225 Eg. 45 x 45 = (4 5) + append 25 i.e. 2025
995^2=(1000-5)(1000-5)=1000000+25-10000 by the principle of (a-b)^2=a^2+b^2-2ab
1000^2 - 995^2 = (1000 + 995) (1000 - 995)
1000^2 - 995^2 = (1995) (5)
1000000 - (1995) (5) = 995^2
1000000 - 9975 = 995^2 = 990025
Problem Loading...
Note Loading...
Set Loading...
995 x 995 = 99 x 100 + append 25