let x is the number of the factors of 100
let y is the sum of the first 100 positive integers
let z is the number of zeroes in 100!
compute x+y+z
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.
IT WILL BE BETTER IF YOU CAN CHANGE YOUR STATEMENT; SUM OF FIRST HUNDRED INTEGERS TO SUM OF FIRST 100 NATURAL NUMBERS
SOLUTION:
(a) Number of factors of 100
=100 can be written as 2 2 X 5 2
=Therefore, no. of factors
="+1" the power of prime numbers
=(1+2)(1+2)
= 9
(b)1+2+3.....+99+100
= 2 n ( n + 1 )
= 2 1 0 0 ( 1 0 1 )
= 5 0 5 0
(c)no. of trailing zeros:
= 5 1 0 0 = 2 0
= 5 2 0 = 4
(divide any given positive integer repeatedly by 5 until it gets divided by it to find the no. of trailing zeroes.)
therefore, the answer is:
= 9 + 5 0 5 0 + 2 0 + 4
= 5 0 8 3