Last visit was: 24 Apr 2024, 23:14 It is currently 24 Apr 2024, 23:14

Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
SORT BY:
Date
GMAT Club Legend
GMAT Club Legend
Joined: 08 Jul 2010
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Posts: 5957
Own Kudos [?]: 13387 [26]
Given Kudos: 124
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Send PM
Most Helpful Reply
GMAT Club Legend
GMAT Club Legend
Joined: 08 Jul 2010
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Posts: 5957
Own Kudos [?]: 13387 [8]
Given Kudos: 124
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Send PM
General Discussion
RC & DI Moderator
Joined: 02 Aug 2009
Status:Math and DI Expert
Posts: 11172
Own Kudos [?]: 31897 [3]
Given Kudos: 290
Send PM
User avatar
Manager
Manager
Joined: 29 May 2013
Posts: 85
Own Kudos [?]: 17 [0]
Given Kudos: 42
Location: India
Concentration: Technology, Marketing
WE:Information Technology (Consulting)
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
hi chetan2u,

How did u calculate the number of 3's for 100!?
User avatar
Manager
Manager
Joined: 29 May 2013
Posts: 85
Own Kudos [?]: 17 [1]
Given Kudos: 42
Location: India
Concentration: Technology, Marketing
WE:Information Technology (Consulting)
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
1
Kudos
thanks GMATInsight!...i did know this rule, could not recall it!..thanks again!
GMAT Club Legend
GMAT Club Legend
Joined: 08 Jul 2010
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Posts: 5957
Own Kudos [?]: 13387 [3]
Given Kudos: 124
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
3
Kudos
Expert Reply
jayanthjanardhan wrote:
thanks GMATInsight!...i did know this rule, could not recall it!..thanks again!


I guess the tradition of Thanking on GMAT CLUB is by pressing the Kudos button. :P
RC & DI Moderator
Joined: 02 Aug 2009
Status:Math and DI Expert
Posts: 11172
Own Kudos [?]: 31897 [3]
Given Kudos: 290
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
2
Kudos
1
Bookmarks
Expert Reply
jayanthjanardhan wrote:
:)...DONE!


Hi,
It seems you have got the reply for your Question...
i'll just explain you the rason behind it so that even if one forgets the formulae, one can understand the reasoning and get to the answer..
Since 100! is multiple of all positive integers till 100...
when we divide this number by 3, we get the numbers that are divisible by 3 as every third number should be div by3=33
similarly for 5,7 etc
now every 9th number will be div by 9 which adds one extra powe to 3.. so 100/9=11
also every 27 th number will add one more power in addition to one by 3 and one by 9, which have already been calculated above=100/27=3
finally 81st number, as beyond that it will go above 100, will give 100/81=1..
so total power of 3=33+11+3+1=48
hope it helped
SVP
SVP
Joined: 20 Mar 2014
Posts: 2362
Own Kudos [?]: 3626 [2]
Given Kudos: 816
Concentration: Finance, Strategy
GMAT 1: 750 Q49 V44
GPA: 3.7
WE:Engineering (Aerospace and Defense)
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
2
Bookmarks
GMATinsight wrote:
f(n) is defined as multiplication of Integers from 1 to n (both inclusive). If f(100) is evenly divisible by \(72^x\) then find the maximum value of x?

A) 97
B) 48
C) 32
D) 24
E) 16

Kudos for a correct solution


f(n) = n!

For finding the value of x, we need to remember that the formula for calculating the number of powers of k in n! = Integer value of [n/k + n/ k^2 + n/k^3 until n/k^r >1 ]

Thus powers of 2 in 100! = 100/2 + 100/4 + 100/8 + 100/16+100/32+100/64 = 97

Power of 3 in 100! = 100/3 + 100/9 + 100/27+ 100/81 = 48

Now 72 = 2^3 * 3^2 and for 72^x to evenly divide 100!, it should have atleast 1 pair of 2^3 and 3^2. Also, 3^2 will be a scarcer than 2^3.

Thus we have 48/2 sets of 3^2 in 100!. The answer is 48/2 = 24 , D is the correct answer.
GMAT Club Legend
GMAT Club Legend
Joined: 08 Jul 2010
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Posts: 5957
Own Kudos [?]: 13387 [0]
Given Kudos: 124
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
Expert Reply
Engr2012 wrote:
GMATinsight wrote:
f(n) is defined as multiplication of Integers from 1 to n (both inclusive). If f(100) is evenly divisible by \(72^x\) then find the maximum value of x?

A) 97
B) 48
C) 32
D) 24
E) 16

Kudos for a correct solution


f(n) = n!

For finding the value of x, we need to remember that the formula for calculating the number of powers of k in n! = Integer value of [n/k + n/ k^2 + n/k^3 until n/k^r >1 ]

Thus powers of 2 in 100! = 100/2 + 100/4 + 100/8 + 100/16+100/32+100/64 = 95

Power of 3 in 100! = 100/3 + 100/9 + 100/27+ 100/81 = 48

Now 72 = 2^3 * 3^2 and for 72^x to evenly divide 100!, it should have atleast 1 pair of 2^3 and 3^2. Also, 3^2 will be a scarcer than 2^3.

Thus we have 48/2 sets of 3^2 in 100!. The answer is 48/2 = 24 , D is the correct answer.


A small correction in highlighted part, :)

Thus powers of 2 in 100! = 100/2 + 100/4 + 100/8 + 100/16+100/32+100/64 = 97
SVP
SVP
Joined: 20 Mar 2014
Posts: 2362
Own Kudos [?]: 3626 [0]
Given Kudos: 816
Concentration: Finance, Strategy
GMAT 1: 750 Q49 V44
GPA: 3.7
WE:Engineering (Aerospace and Defense)
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
GMATinsight wrote:
Engr2012 wrote:
GMATinsight wrote:
f(n) is defined as multiplication of Integers from 1 to n (both inclusive). If f(100) is evenly divisible by \(72^x\) then find the maximum value of x?

A) 97
B) 48
C) 32
D) 24
E) 16

Kudos for a correct solution


f(n) = n!

For finding the value of x, we need to remember that the formula for calculating the number of powers of k in n! = Integer value of [n/k + n/ k^2 + n/k^3 until n/k^r >1 ]

Thus powers of 2 in 100! = 100/2 + 100/4 + 100/8 + 100/16+100/32+100/64 = 95

Power of 3 in 100! = 100/3 + 100/9 + 100/27+ 100/81 = 48

Now 72 = 2^3 * 3^2 and for 72^x to evenly divide 100!, it should have atleast 1 pair of 2^3 and 3^2. Also, 3^2 will be a scarcer than 2^3.

Thus we have 48/2 sets of 3^2 in 100!. The answer is 48/2 = 24 , D is the correct answer.


A small correction in highlighted part, :)

Thus powers of 2 in 100! = 100/2 + 100/4 + 100/8 + 100/16+100/32+100/64 = 97


Thanks. Edited the typo.
avatar
Intern
Intern
Joined: 09 Jul 2015
Posts: 5
Own Kudos [?]: 6 [0]
Given Kudos: 0
Concentration: Finance, Technology
WE:Analyst (Computer Software)
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
jayanthjanardhan wrote:
hi chetan2u,

How did u calculate the number of 3's for 100!?


Since we require number of 3's in the Product 1 to 100 inclusive. There is a method to calculate number of 3's in a product of consecutive number starting from 1

step 1: 100/3 = 33 ==> There are 33 numbers which are multiple of 3 i.e there 33 have one 3

Step 2:
In that 33
33/3 = 11 ==> This 11 will have two 3's one we have counted above

Step3:
In that 11
11/3 = 3 ==> there are 3 numbers which have three 3's two we have counted in step 1 & 2

Step 4
3/3 = 1 ==>. There are 1 number which have four 3's there we have counted in steps 1,2, &3.

Adding - we will get 48.

You can use this to calculate for any number. Provided the number should be a product of consecutive numbers from 1 and you have to start with largest number not with the product
Intern
Intern
Joined: 07 Dec 2016
Posts: 32
Own Kudos [?]: 529 [0]
Given Kudos: 29
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
I completely forgot about this formula - good looking out - as it makes solving the problem easy
Intern
Intern
Joined: 17 Nov 2016
Posts: 4
Own Kudos [?]: 1 [0]
Given Kudos: 75
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
chetan2u wrote:
GMATinsight wrote:
f(n) is defined as multiplication of Integers from 1 to n (both inclusive). If f(100) is evenly divisible by \(72^x\) then find the maximum value of x?

A) 97
B) 48
C) 32
D) 24
E) 16

Kudos for a correct solution


basically Q means f(n)=n!..
72^x means to find 3s in it..
number of threes =33+11+3+1=48 but 72 has 3^2 in it,
therefore 48/2=24 ans
D


Hi Chetan,

How do you deduce "72x means to find 3s in it.." I've reread every post here, can't seem to understand this bit! Very confused! Please help!

Thanks!
Intern
Intern
Joined: 23 Aug 2016
Posts: 45
Own Kudos [?]: 14 [0]
Given Kudos: 1
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
The stem tells us that f(n) = n!. So f(100) = 100!, and is divis by 72^x. Prime factorization of 72 = 2^3*3^2.

The power of 3s in 100:
100/3 = 33
100/3^2 = 11
100/3^3 = 3
100/3^4 = 1
Total = 48. Since we had 3^2 in 72, we divide 48 by 2. Answer = 24, D
Manager
Manager
Joined: 02 Feb 2016
Posts: 75
Own Kudos [?]: 44 [0]
Given Kudos: 40
GMAT 1: 690 Q43 V41
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
I dont understand what it means by being 'evenly divisible'. Secondly, Id appreciate if any one can tell me why did we divide the total number of powers of 3 by 2 to get the final answer?
Intern
Intern
Joined: 09 Jan 2017
Posts: 3
Own Kudos [?]: 16 [0]
Given Kudos: 47
Location: India
WE:Accounting (Accounting)
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
Engr2012 wrote:
GMATinsight wrote:
f(n) is defined as multiplication of Integers from 1 to n (both inclusive). If f(100) is evenly divisible by \(72^x\) then find the maximum value of x?

A) 97
B) 48
C) 32
D) 24
E) 16

Kudos for a correct solution


f(n) = n!

For finding the value of x, we need to remember that the formula for calculating the number of powers of k in n! = Integer value of [n/k + n/ k^2 + n/k^3 until n/k^r >1 ]

Thus powers of 2 in 100! = 100/2 + 100/4 + 100/8 + 100/16+100/32+100/64 = 97

Power of 3 in 100! = 100/3 + 100/9 + 100/27+ 100/81 = 48

Now 72 = 2^3 * 3^2 and for 72^x to evenly divide 100!, it should have atleast 1 pair of 2^3 and 3^2. Also, 3^2 will be a scarcer than 2^3.

Thus we have 48/2 sets of 3^2 in 100!. The answer is 48/2 = 24 , D is the correct answer.





Could you please expand on why 3^2 is taken into consideration and not 2^3?
GMAT Club Legend
GMAT Club Legend
Joined: 08 Jul 2010
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Posts: 5957
Own Kudos [?]: 13387 [1]
Given Kudos: 124
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
1
Kudos
Expert Reply
TheMastermind wrote:
I dont understand what it means by being 'evenly divisible'. Secondly, Id appreciate if any one can tell me why did we divide the total number of powers of 3 by 2 to get the final answer?


Evenly Divisible Means Completely divisible without leaving any remainder


SINCE 72 = 2^3 *3^2

So we need the total groups of 2^3

Total Powers of 2 available with us in f(100)=97

So total groups of 2^3 = Integer value of (97/3) = 32

I hope this helps!!!
GMAT Club Legend
GMAT Club Legend
Joined: 08 Jul 2010
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Posts: 5957
Own Kudos [?]: 13387 [0]
Given Kudos: 124
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
Expert Reply
DeathNoteFreak wrote:
Engr2012 wrote:
GMATinsight wrote:
f(n) is defined as multiplication of Integers from 1 to n (both inclusive). If f(100) is evenly divisible by \(72^x\) then find the maximum value of x?

A) 97
B) 48
C) 32
D) 24
E) 16

Kudos for a correct solution


f(n) = n!

For finding the value of x, we need to remember that the formula for calculating the number of powers of k in n! = Integer value of [n/k + n/ k^2 + n/k^3 until n/k^r >1 ]

Thus powers of 2 in 100! = 100/2 + 100/4 + 100/8 + 100/16+100/32+100/64 = 97

Power of 3 in 100! = 100/3 + 100/9 + 100/27+ 100/81 = 48

Now 72 = 2^3 * 3^2 and for 72^x to evenly divide 100!, it should have atleast 1 pair of 2^3 and 3^2. Also, 3^2 will be a scarcer than 2^3.

Thus we have 48/2 sets of 3^2 in 100!. The answer is 48/2 = 24 , D is the correct answer.





Could you please expand on why 3^2 is taken into consideration and not 2^3?



There are 32 groups of 2^3 and 24 groups of 3^2

But we need pairs of (2^3) and (3^2)

so we get a total of 24 pairs of (2^3) and (3^2) because after that all powers of 3 get exhausted.

I hope this helps!!!
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32661
Own Kudos [?]: 821 [0]
Given Kudos: 0
Send PM
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
GMAT Club Bot
Re: f(n) is defined as multiplication of Integers from 1 to n (both inclus [#permalink]
Moderators:
Math Expert
92900 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne