Last visit was: 20 Nov 2025, 02:13 It is currently 20 Nov 2025, 02:13
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
shrouded1
User avatar
Retired Moderator
Joined: 02 Sep 2010
Last visit: 29 Apr 2018
Posts: 609
Own Kudos:
3,191
 [2]
Given Kudos: 25
Location: London
Products:
Posts: 609
Kudos: 3,191
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
shrive555
Joined: 15 Sep 2010
Last visit: 26 Jun 2016
Posts: 202
Own Kudos:
Given Kudos: 193
Status:Do and Die!!
Posts: 202
Kudos: 2,545
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
shrouded1
User avatar
Retired Moderator
Joined: 02 Sep 2010
Last visit: 29 Apr 2018
Posts: 609
Own Kudos:
3,191
 [4]
Given Kudos: 25
Location: London
Products:
Posts: 609
Kudos: 3,191
 [4]
4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
Araj
Joined: 18 Oct 2010
Last visit: 12 Feb 2011
Posts: 1
Own Kudos:
Given Kudos: 1
Posts: 1
Kudos: 8
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello Bunuel - thank you so much for this fantastic post!

with regards to checking for primality:

Quote:
Verifying the primality (checking whether the number is a prime) of a given number can be done by trial division, that is to say dividing by all integer numbers smaller than , thereby checking whether is a multiple of .
Example: Verifying the primality of : is little less than , from integers from to , is divisible by , hence is not prime.

Would it be accurate to say that a number is prime ONLY if it gives a remainder of 1 or 5 when divided by 6?
i.e, for eg. 10973/6 gives a remainder of 5, so it has to be prime...

i found the reasoning behind this in one of the OG solutions:
prime numbers always take the form: 6n+1 or 6n+5 ....

the only possible remainders when any number is divided by 6 are [0,1,2,3,4,5] ...
A prime number always gives a remainder of 1 or 5, because:
a) if the remainder is 2 or 4, then the number must be even
b) if the remainder is 3, then it is divisible by 3 ...

hence, if a number divided by 6 yields 1 or 5 as its remainder, then it must be prime
...?

-Raj
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 20 Nov 2025
Posts: 105,408
Own Kudos:
778,448
 [1]
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,408
Kudos: 778,448
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Araj
Hello Bunuel - thank you so much for this fantastic post!

with regards to checking for primality:

Quote:
Verifying the primality (checking whether the number is a prime) of a given number can be done by trial division, that is to say dividing by all integer numbers smaller than , thereby checking whether is a multiple of .
Example: Verifying the primality of : is little less than , from integers from to , is divisible by , hence is not prime.

Would it be accurate to say that a number is prime ONLY if it gives a remainder of 1 or 5 when divided by 6?
i.e, for eg. 10973/6 gives a remainder of 5, so it has to be prime...

i found the reasoning behind this in one of the OG solutions:
prime numbers always take the form: 6n+1 or 6n+5 ....

the only possible remainders when any number is divided by 6 are [0,1,2,3,4,5] ...
A prime number always gives a remainder of 1 or 5, because:
a) if the remainder is 2 or 4, then the number must be even
b) if the remainder is 3, then it is divisible by 3 ...

hence, if a number divided by 6 yields 1 or 5 as its remainder, then it must be prime
...?

-Raj


First of all there is no known formula of prime numbers.

Next:
Any prime number \(p>3\) when divided by 6 can only give remainder of 1 or 5 (remainder can not be 2 or 4 as in this case \(p\) would be even and remainder can not be 3 as in this case \(p\) would be divisible by 3).

So any prime number \(p>3\) could be expressed as \(p=6n+1\) or\(p=6n+5\) or \(p=6n-1\), where n is an integer >1.

But:
Not all number which yield a remainder of 1 or 5 upon division by 6 are prime, so vise-versa of above property is not correct. For example 25 yields a remainder of 1 upon division be 6 and it's not a prime number.

Hope it's clear.
User avatar
shrive555
Joined: 15 Sep 2010
Last visit: 26 Jun 2016
Posts: 202
Own Kudos:
Given Kudos: 193
Status:Do and Die!!
Posts: 202
Kudos: 2,545
Kudos
Add Kudos
Bookmarks
Bookmark this Post
\((a^m)^n=a^{mn}\) ----------1

\((2^2)^2 = 2^2*^2 =2^4\)

\(a^m^n=a^{(m^n)}\) and not \((a^m)^n\) ------------------2

\(2^2^2 = 2^(2^2) = 2^4\)

If above example is correct then whats the difference 1 & 2. Please clarify
thanks
User avatar
shrouded1
User avatar
Retired Moderator
Joined: 02 Sep 2010
Last visit: 29 Apr 2018
Posts: 609
Own Kudos:
Given Kudos: 25
Location: London
Products:
Posts: 609
Kudos: 3,191
Kudos
Add Kudos
Bookmarks
Bookmark this Post
shrive555
\((a^m)^n=a^{mn}\) ----------1

\((2^2)^2 = 2^2*^2 =2^4\)

\(a^m^n=a^{(m^n)}\) and not \((a^m)^n\) ------------------2

\(2^2^2 = 2^(2^2) = 2^4\)

If above example is correct then whats the difference 1 & 2. Please clarify
thanks


I think its just that you have taken a bad example here. Consider a=2, m=3, b=2

\((a^m)^n=(2^3)^2=8^2=64\)
\(a^{(m^n)}=2^{(3^2)}=2^9=512\)
User avatar
shrive555
Joined: 15 Sep 2010
Last visit: 26 Jun 2016
Posts: 202
Own Kudos:
Given Kudos: 193
Status:Do and Die!!
Posts: 202
Kudos: 2,545
Kudos
Add Kudos
Bookmarks
Bookmark this Post
shrouded1
shrive555
\((a^m)^n=a^{mn}\) ----------1

\((2^2)^2 = 2^2*^2 =2^4\)

\(a^m^n=a^{(m^n)}\) and not \((a^m)^n\) ------------------2

\(2^2^2 = 2^(2^2) = 2^4\)

If above example is correct then whats the difference 1 & 2. Please clarify
thanks


I think its just that you have taken a bad example here. Consider a=2, m=3, b=2

\((a^m)^n=(2^3)^2=8^2=64\)
\(a^{(m^n)}=2^{(3^2)}=2^9=512\)


In question would that be given explicitly ... i mean the Brackets ( )
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 20 Nov 2025
Posts: 105,408
Own Kudos:
778,448
 [2]
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,408
Kudos: 778,448
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
shrive555
\((a^m)^n=a^{mn}\) ----------1

\((2^2)^2 = 2^2*^2 =2^4\)

\(a^m^n=a^{(m^n)}\) and not \((a^m)^n\) ------------------2

\(2^2^2 = 2^(2^2) = 2^4\)

If above example is correct then whats the difference 1 & 2. Please clarify
thanks

If exponentiation is indicated by stacked symbols, the rule is to work from the top down, thus:
\(a^m^n=a^{(m^n)}\) and not \((a^m)^n\), which on the other hand equals to \(a^{mn}\).

So:
\((a^m)^n=a^{mn}\);

\(a^m^n=a^{(m^n)}\) and not \((a^m)^n\).

Now, there are some specific values of \(a\), \(m\) and \(n\) for which \(a^m^n\) equals to \(a^{mn}\). For example:
\(a=1\): \(1^{m^n}=1=1^{mn}\);

\(m=0\): \(a^0^n=a^0=1\) and \(a^{0*n}=a^0=1\);

\(m=2\) and \(n=2\) --> \(a^{2^2}=a^4\) and \(a^{2*2}=a^4\);

\(m=4\) and \(n=\frac{1}{2}\) --> \(a^{4^{\frac{1}{2}}}=a^2\) and \(a^{4*{\frac{1}{2}}}=a^2\);
...

So, generally \(a^m^n\) does not equal to \((a^m)^n\), but for specific values of given variables it does.

shrive555
In question would that be given explicitly ... i mean the Brackets ( )

\(a^m^n\) ALWAYS means \(a^{(m^n)}\), so no brackets are needed. For example \(2^{3^4}=2^{(3^4)}=2^{81}\);

If GMAT wants the order of operation to be different then the necessary brackets will be put. For example: \((2^3)^4=2^{(3*4)}=2^{12}\).

Hope it's clear.
avatar
resh924
Joined: 04 Dec 2010
Last visit: 04 Jan 2011
Posts: 3
Own Kudos:
Given Kudos: 12
Posts: 3
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel,

For determining last digit of a power for numbers 0, 1, 5, and 6, I am not clear on how to determine the last digit.

Your post says:
• Integer ending with 0, 1, 5 or 6, in the integer power k>0, has the same last digit as the base.

What is the last digit of 345^27 ---is the last digit 5?
What is the last digit of 216^32----is the last digit 6?
What is the last digit of 111^56---is the last digit 1?

Any clarification would be helpful.

Thanks for all your help.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 20 Nov 2025
Posts: 105,408
Own Kudos:
778,448
 [2]
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,408
Kudos: 778,448
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
resh924
Bunuel,

For determining last digit of a power for numbers 0, 1, 5, and 6, I am not clear on how to determine the last digit.

Your post says:
• Integer ending with 0, 1, 5 or 6, in the integer power k>0, has the same last digit as the base.

What is the last digit of 345^27 ---is the last digit 5?
What is the last digit of 216^32----is the last digit 6?
What is the last digit of 111^56---is the last digit 1?

Any clarification would be helpful.

Thanks for all your help.

First of all: last digit of 345^27 is the same as that of 5^27 (the same for 216^32 and 111^56);

Next:
1 in any integer power is 1;
5^1=5, 5^2=25, 5^3=125, ...
6^1=6, 6^2=36, 5^3=216, ...

So yes, integer ending with 0, 1, 5 or 6, in the integer power k>0, has the same last digit as the base: thus 0, 1, 5, and 6 respectively.

Hope it's clear.
avatar
bugSniper
Joined: 23 Jan 2011
Last visit: 19 Mar 2011
Posts: 6
Own Kudos:
Given Kudos: 3
Posts: 6
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Quote:
If is a prime number and is a factor of then is a factor of or is a factor of .


2 is a prime number. 2 is a factor of 12*16. This implies that 2 is a factor of both 12 and 16. Am I missing something here?
avatar
bugSniper
Joined: 23 Jan 2011
Last visit: 19 Mar 2011
Posts: 6
Own Kudos:
Given Kudos: 3
Posts: 6
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Quote:
If p is a prime number and p is a factor of ab then p is a factor of a or p is a factor of b.

Sorry did not quote the post correctly
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 20 Nov 2025
Posts: 105,408
Own Kudos:
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,408
Kudos: 778,448
Kudos
Add Kudos
Bookmarks
Bookmark this Post
bugSniper
Quote:
If p is a prime number and p is a factor of ab then p is a factor of a or p is a factor of b.

Sorry did not quote the post correctly

This is inclusive *or* (as almost always on the GMAT): p is a factor of a or p is a factor of b (or both).
User avatar
GMATD11
Joined: 10 Nov 2010
Last visit: 25 Sep 2012
Posts: 128
Own Kudos:
Given Kudos: 22
Location: India
Concentration: Strategy, Operations
GMAT 1: 520 Q42 V19
GMAT 2: 540 Q44 V21
WE:Information Technology (Computer Software)
GMAT 2: 540 Q44 V21
Posts: 128
Kudos: 3,194
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Any nonzero natural number n can be factored into primes, written as a product of primes or powers of primes. Moreover, this factorization is unique except for a possible reordering of the factors.

Pls give me the example of bold face text because i am not sure what does it exactly means.

Thanks
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 20 Nov 2025
Posts: 105,408
Own Kudos:
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,408
Kudos: 778,448
Kudos
Add Kudos
Bookmarks
Bookmark this Post
GMATD11
Any nonzero natural number n can be factored into primes, written as a product of primes or powers of primes. Moreover, this factorization is unique except for a possible reordering of the factors.

Pls give me the example of bold face text because i am not sure what does it exactly means.

Thanks

It's called the fundamental theorem of arithmetic (or the unique-prime-factorization theorem) which states that any integer greater than 1 can be written as a unique product of prime numbers.

For example: 60=2^2*3*5 --> 60 can be written as a product of primes (powers of primes) only in this unique way (you can just reorder the multiples and write 3*2^2*5 or 2^2*5*3 ...).
User avatar
conty911
Joined: 23 Aug 2011
Last visit: 08 Jun 2014
Posts: 56
Own Kudos:
Given Kudos: 13
Posts: 56
Kudos: 1,377
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
NUMBER THEORY

Trailing zeros:
Trailing zeros are a sequence of 0's in the decimal representation (or more generally, in any positional representation) of a number, after which no other digits follow.

125000 has 3 trailing zeros;

The number of trailing zeros in the decimal representation of n!, the factorial of a non-negative integer \(n\), can be determined with this formula:

\(\frac{n}{5}+\frac{n}{5^2}+\frac{n}{5^3}+...+\frac{n}{5^k}\), where k must be chosen such that \(5^k<n\).

It's easier if you look at an example:

How many zeros are in the end (after which no other digits follow) of \(32!\)?
\(\frac{32}{5}+\frac{32}{5^2}=6+1=7\) (denominator must be less than 32, \(5^2=25\) is less)

Hence, there are 7 zeros in the end of 32!

The formula actually counts the number of factors 5 in n!, but since there are at least as many factors 2, this is equivalent to the number of factors 10, each of which gives one more trailing zero.



I noticed in case the number (n) is multiple of \(5^k\) and we have to find number of trailing zero zeroes, then it will be \(5^k<=n\) rather \(5^k<n\)

no of trailing zeros in 25! =6

\(\frac{25}{5}+\frac{25}{5^2}= 5+1\);
Please correct me, clarify if i'm wrong. Thanks :)
avatar
hafizkarim
Joined: 18 Jan 2012
Last visit: 04 Mar 2025
Posts: 20
Own Kudos:
765
 [2]
Given Kudos: 27
Location: United States
Posts: 20
Kudos: 765
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
conty911
Bunuel
NUMBER THEORY

Trailing zeros:
Trailing zeros are a sequence of 0's in the decimal representation (or more generally, in any positional representation) of a number, after which no other digits follow.

125000 has 3 trailing zeros;

The number of trailing zeros in the decimal representation of n!, the factorial of a non-negative integer \(n\), can be determined with this formula:

\(\frac{n}{5}+\frac{n}{5^2}+\frac{n}{5^3}+...+\frac{n}{5^k}\), where k must be chosen such that \(5^k<n\).

It's easier if you look at an example:

How many zeros are in the end (after which no other digits follow) of \(32!\)?
\(\frac{32}{5}+\frac{32}{5^2}=6+1=7\) (denominator must be less than 32, \(5^2=25\) is less)

Hence, there are 7 zeros in the end of 32!

The formula actually counts the number of factors 5 in n!, but since there are at least as many factors 2, this is equivalent to the number of factors 10, each of which gives one more trailing zero.



I noticed in case the number (n) is multiple of \(5^k\) and we have to find number of trailing zero zeroes, then it will be \(5^k<=n\) rather \(5^k<n\)

no of trailing zeros in 25! =6

\(\frac{25}{5}+\frac{25}{5^2}= 5+1\);
Please correct me, clarify if i'm wrong. Thanks :)

The highest power of a prime number "k" that divides any number "n!" is given by the formula
n/K + n/k^2+n/k^3.. (until numerator becomes lesser than the denominator). Remember to truncate the remainders of each expression

E.g : The highest number of 2's in 10! is
10/2 + 10/4 + 10/8 = 5 + 2 + 1 = 8 (Truncate the reminder of each expression)

As a consequence of this, the number of zeros in n! is controlled by the presence of 5s.
Why ? 2 reasons

a) 10 = 5 x 2,
b) Also in any n!, the number of 5's are far lesser than the number of 2's.

Think about this example.
The number of cars that you make depends on the number of engines. You can have 100 engines and 1000 cars, but you can only make 100 cars (each car needs an engine !)

10 ! = 10 x 9 x 8 x 7 x 6 x 5 x 4 x 3 x 2 x 1
Lets factorize each term ...
10! = (5 x 2) x(3x3)x(2x2x2)x7x(2x3)x(5)X(2x2)x1
the number of 5s = 2
The number of 2s = 7
The number of zeros in 10! = the total number of 5s = 2 (You may use a calc to check this10! = 3628800)

hence in any n! , the number of 5's control the number of zeros.

As a consequence of this, the number of 5's in any n! is
n/5 + n/25 + n/125 ..until numerator becomes lesser than denominator.

Again, i want to emphasize that this formuala only works for prime numbers !!
So to find the number of 10's in any n!, DO NOT DIVIDE by 10 ! (10 is not prime !)
i.e DONT do
n/10 + n/100 + n/1000 - THIS IS WRONG !!!
User avatar
goutamread
Joined: 30 Jun 2012
Last visit: 18 Apr 2013
Posts: 31
Own Kudos:
133
 [4]
Given Kudos: 36
Status:Active
Location: India
Posts: 31
Kudos: 133
 [4]
2
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
I shall like to add one trick to find square of number :

To find square of a number \((ab)^2\) where a is tens digit and b is units digit =>

1. Multiply tens digit a by (a+1) i.e. a * (a+1) = A
2. Suffix 25 to the above derived result A and the new number will be A25

Example: what is \(35^2\)?
Solution: 3 * (3+1) = 3*4 = 12 and so answer is 1225
User avatar
goutamread
Joined: 30 Jun 2012
Last visit: 18 Apr 2013
Posts: 31
Own Kudos:
133
 [2]
Given Kudos: 36
Status:Active
Location: India
Posts: 31
Kudos: 133
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
About Exponents and divisibility:



\((a + b)^2 = a^2+ 2ab + b^2\) Square of a Sum
\((a - b)^2 = a^2 - 2ab + b^2\) Square of a Diffe rence


\(a^n - b^n\) is always divisble by a-b i.e. irrespective of n being odd or even
Proof:
\(a^2 - b^2 = (a-b)(a+b)\)
\(a^3 - b^3 = (a-b)(a^2+ab+b^2)\)

Thus divisible by a- b in both cases where n = 2 i.e. even and 3 i.e. odd

\(a^n + b^n\) is divisble by a+b i.e. only if n = odd
Proof:
\(a^3 - b^3 = (a+b)(a^2-ab+b^2)\)
Thus divisible by a + b as n = 3 i.e. odd
   1   2   3   4   5   
Moderator:
Math Expert
105408 posts