Quote:
Originally Posted by getintoiimb few more qns
3)find the sum of all 3 digit natural numbers which on beinf divided by 5 leave a remainder of 4
a)57270 b)96780 c)49680 d)99270 e)90270 |
simple approach
for number to be divided by 5 and remainder is 4 means , number should have unit place value of 4 or 9
so three digit numbers goes as follow
series = 104,109,114,..............994,999 which is AP
with a = 104
l = 999
d = 5
now n should be found
l = a + (n - 1)* d
999 = 104 + ( n - 1) *5
so n = 180
now sum = n/2[ a+ l]
= 90 [104 + 999 ]
= 99270 which is option d)
hope i am clear..