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.
integer, factor, odd number, power...
This topic has expert replies
Source: Beat The GMAT — Problem Solving |
-
parallel_chase
- Legendary Member
- Posts: 1153
- Joined: Wed Jun 20, 2007 6:21 am
- Thanked: 146 times
- Followed by:2 members
-
parallel_chase
- Legendary Member
- Posts: 1153
- Joined: Wed Jun 20, 2007 6:21 am
- Thanked: 146 times
- Followed by:2 members
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.
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.
-
sudhir3127
- Legendary Member
- Posts: 829
- Joined: Mon Jul 07, 2008 10:09 pm
- Location: INDIA
- Thanked: 84 times
- Followed by:3 members
I have different method..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.
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..

















