integer, factor, odd number, power...

This topic has expert replies
Source: — Problem Solving |

Legendary Member
Posts: 1153
Joined: Wed Jun 20, 2007 6:21 am
Thanked: 146 times
Followed by:2 members

by parallel_chase » Wed Aug 20, 2008 8:36 pm
list all the odd number which are multiples of 5
105 = 5
115 = 5
125 = 5*5*5
135 = 5
145 = 5
155 = 5
165 = 5
175 = 5*5
185 = 5
195 = 5

k = 13

I was able to this in less than 2 mins but any shorter way would be helpful.

Legendary Member
Posts: 574
Joined: Sun Jun 01, 2008 8:48 am
Location: Bangalore
Thanked: 28 times

by vishubn » Wed Aug 20, 2008 10:35 pm
Hi

I didnt understand the stem of the question :( , could u please expalin wat is that we trtying to find coz it says product of odd number so i felt 105*110*so on ...

thanks in adavcne
Vishu

Legendary Member
Posts: 1153
Joined: Wed Jun 20, 2007 6:21 am
Thanked: 146 times
Followed by:2 members

by parallel_chase » Wed Aug 20, 2008 10:59 pm
The question stem says:

product of odd numbers from 99 to 199 i.e.

99*101*103*105*107*.......*199 has how many factors of 5

Hope its clear now.

Legendary Member
Posts: 829
Joined: Mon Jul 07, 2008 10:09 pm
Location: INDIA
Thanked: 84 times
Followed by:3 members

by sudhir3127 » Thu Aug 21, 2008 2:45 am
parallel_chase wrote:list all the odd number which are multiples of 5
105 = 5
115 = 5
125 = 5*5*5
135 = 5
145 = 5
155 = 5
165 = 5
175 = 5*5
185 = 5
195 = 5

k = 13

I was able to this in less than 2 mins but any shorter way would be helpful.
I have different method..

here it goes..

99- 199. number of odd numbers are 51

thus number of 5's are

51/5 + 51/5^2 = 12 but 125 will have 5^3 so need t take one more 5

thus its 12 + 1 =13.

hope it helps..