sohailmbaprep wrote:Q) How many times would 3 appear in all the numbers from 255 to 432 (both inclusive) ?
How can i find that ?
Hi sohailmbaprep!
Just to verify, are you asking how many multiples of 3 are in this list, OR if we factored every number in this list, how many 3s would we have total?
For example, if I had the list from 1 - 30 inclusive. The multiples of 3 would just be:
3, 6, 9, 12, 15, 18, 21, 24, 27, 30 = 10 total multiples.
BUT, if I wanted to know how many 3s are in this if I completely factor each number, I would have to remember that #s like 9 and 18 have two-3s each (because they are divisible by 9), and 27 would have three-3s (because it is 3^3).

Whit