Last visit was: 04 Sep 2026, 04:42 It is currently 04 Sep 2026, 04:42
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
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 04 Sep 2026
Posts: 113,116
Own Kudos:
Given Kudos: 111,327
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 113,116
Kudos: 839,030
 [18]
1
Kudos
Add Kudos
17
Bookmarks
Bookmark this Post
User avatar
gmatophobia
User avatar
Quant Chat Moderator
Joined: 22 Dec 2016
Last visit: 30 Aug 2026
Posts: 3,174
Own Kudos:
Given Kudos: 1,860
Location: India
Concentration: Strategy, Leadership
Posts: 3,174
Kudos: 12,313
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Rabab36
Joined: 17 Jun 2022
Last visit: 23 Aug 2024
Posts: 243
Own Kudos:
164
 [1]
Given Kudos: 67
Posts: 243
Kudos: 164
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 04 Sep 2026
Posts: 113,116
Own Kudos:
839,030
 [1]
Given Kudos: 111,327
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 113,116
Kudos: 839,030
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Rabab36
gmatophobia

SIR HOW TO CALCULATE MAX POWER OF 2 IN 77!

Finding the power of a prime number p, in the n!

The formula is:
\(\frac{n}{p}+\frac{n}{p^2}+\frac{n}{p^3}+...+\frac{n}{p^k}\), where \(k\) must be chosen such that \(p^k\leq{n}\)

Example:
What is the power of 2 in 25!?

\(\frac{25}{2}+\frac{25}{4}+\frac{25}{8}+\frac{25}{16}=12+6+3+1=22\) (notice that we take only the quotient of the division, that its 25/2 = 12, 25/4 = 6, ..., 25/16 = 1).

So, the highest integer power of 2 in 77! is:

\(\frac{77}{2} + \frac{77}{2^2} + \frac{77}{2^3} + \frac{77}{2^4} + \frac{77}{2^5} + \frac{77}{2^6}=\frac{77}{2} + \frac{77}{4} + \frac{77}{8} + \frac{77}{16} + \frac{77}{32} + \frac{77}{64} = 38 + 19 + 9 + 4 + 2 + 1 =73\).

This means that 77! is divisible by 2^73 but not divisible by 2^74.

FYI:

\(77!=\)

\(=2^{73}*3^{35}*5^{18}*7^{12}*11^7*13^5*17^4*19^4*23^3*29^2*31^2*37^2*41*43*47*53*59*61*67*71*73\)

Check this: Power of a Number in a Factorial Problems


Hope it helps.
User avatar
Rabab36
Joined: 17 Jun 2022
Last visit: 23 Aug 2024
Posts: 243
Own Kudos:
Given Kudos: 67
Posts: 243
Kudos: 164
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel

THANKYOU COACH
User avatar
gmatophobia
User avatar
Quant Chat Moderator
Joined: 22 Dec 2016
Last visit: 30 Aug 2026
Posts: 3,174
Own Kudos:
Given Kudos: 1,860
Location: India
Concentration: Strategy, Leadership
Posts: 3,174
Kudos: 12,313
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Rabab36
gmatophobia

SIR HOW TO CALCULATE MAX POWER OF 2 IN 77!

Bunuel has already shared the correct way to find the power, sharing a another way you can approach the problem (using successive division). Please note, both methods use the same underline principle.

Suppose you want to find the power of prime number p in n!. To so do, divide p (dividend) by n (divisor) successively and in the process keep a note of the quotient obtained. The division needs to be done till the quotient obtained is less than the divisor. Once the division is performed, add all the quotient to get the power

Let's see this with 77!.

We want to find the power of 2 in 77!.

Step 1 : Divide 77 by 2, and keep a track of the quotient.
\(\frac{77}{2}\) = Q 38

Step 2 : Now divide the obtained quotient from step 1, with the divisor (2) in this case and keep a track of the quotient.

\(\frac{38}{2}\) = Q 19

Keep repeating the process, till the quotient is less than the divisor

\(\frac{19}{2}\) = Q 9

\(\frac{9}{2}\) = Q 4

\(\frac{4}{2}\) = Q 2

\(\frac{2}{2}\) = Q 1

As we have obtained a quotient, 1, which is less than the divisor we can stop the process.

Step 3
Power = Sum of all the quotients obtained = 1 + 2 + 4 + 9 + 19 + 38 = 73
Attachments

Screenshot 2022-12-27 173519.jpg
Screenshot 2022-12-27 173519.jpg [ 47.19 KiB | Viewed 3181 times ]

User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 04 Sep 2026
Posts: 6,129
Own Kudos:
Given Kudos: 164
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 6,129
Kudos: 6,088
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If n is a positive integer, what is the maximum possible value of n such that 77!/720^n is an integer ?

\(720 = 2^4*3^2*5\)

Maximum power of 2 in 77! = 38 + 19 + 9 + 4 + 2 + 1 = 73
Maximum power of 3 in 77! = 25 + 8+ 2 = 35
Maximum power of 5 in 77! = 15 + 3 = 18

\(77! = 2^{73}*3^{35}*5^{18}*k = (2^4)^{18}*2*(3^2)^{17}*3*5^{18}k = (2^4*3^2*5)^{17}*z = (720)^{17}*z\)

IMO C
Moderator:
Math Expert
113115 posts