product of first n integer

Problem Solving — algebra and arithmetic (GMAT Focus Edition)
This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 26
Joined: Fri Feb 26, 2010 8:56 pm
Thanked: 2 times

product of first n integer

by seanceserene » Sat Mar 06, 2010 12:47 am
is there a formular to have the product of n consecutive integers?

when n is big, for instance, 1*2*3*...*121, it is time-consuming to calculate the product.

ask a shortcut to have product
it is not an "alice in wonderland". it is real! i am going to freak GMAT out!
Source: — Quantitative Reasoning |

Junior | Next Rank: 30 Posts
Posts: 26
Joined: Fri Feb 26, 2010 8:56 pm
Thanked: 2 times

by seanceserene » Sun Mar 07, 2010 7:18 am
i am wondering whether i clearly state my question?
"zero reply" indicates cannot solve the problem or cannot understand the question?

hope that someone can reply me whether there is one solution or not.

thanks everybody.
it is not an "alice in wonderland". it is real! i am going to freak GMAT out!

User avatar
Legendary Member
Posts: 1275
Joined: Thu Sep 21, 2006 11:13 pm
Location: Arabian Sea
Thanked: 125 times
Followed by:2 members

by ajith » Sun Mar 07, 2010 7:24 am
seanceserene wrote:is there a formular to have the product of n consecutive integers?

when n is big, for instance, 1*2*3*...*121, it is time-consuming to calculate the product.

ask a shortcut to have product
I do not think there is a formula or a shortcut to calculate the product of n Consecutive numbers. I am confident that GMAT will not make you do things you can't do within 2-3 minutes. So, if you can post the specific question, I may be of help.
Always borrow money from a pessimist, he doesn't expect to be paid back.

Junior | Next Rank: 30 Posts
Posts: 26
Joined: Fri Feb 26, 2010 8:56 pm
Thanked: 2 times

by seanceserene » Mon Mar 08, 2010 12:57 am
ajith wrote:
seanceserene wrote:is there a formular to have the product of n consecutive integers?

when n is big, for instance, 1*2*3*...*121, it is time-consuming to calculate the product.

ask a shortcut to have product
I do not think there is a formula or a shortcut to calculate the product of n Consecutive numbers. I am confident that GMAT will not make you do things you can't do within 2-3 minutes. So, if you can post the specific question, I may be of help.
If n is the product of the integers from1 to 20 inclusive, what is the greatest integer k for which 2k is a factor of n?

A. 10
B. 12
C. 15
D. 18
E. 20
it is not an "alice in wonderland". it is real! i am going to freak GMAT out!

User avatar
Legendary Member
Posts: 1275
Joined: Thu Sep 21, 2006 11:13 pm
Location: Arabian Sea
Thanked: 125 times
Followed by:2 members

by ajith » Mon Mar 08, 2010 1:09 am
seanceserene wrote:
If n is the product of the integers from1 to 20 inclusive, what is the greatest integer k for which 2k is a factor of n?

A. 10
B. 12
C. 15
D. 18
E. 20
If n is the product of the integers from1 to 20 inclusive, what is the greatest integer k for which 2^k is a factor of n?

16 has 4, two's as it's factor
8 has 3
4,12 and 20 has 2

Rest of the even numbers 5 of them has 1
so k = 4+3+3*2 +5 =18

Another way to solve this will be

floor(20/2) + floor(20/4) + floor(20/8)+ floor(20/16)
10+5+2+1 =18
Always borrow money from a pessimist, he doesn't expect to be paid back.

User avatar
Legendary Member
Posts: 1560
Joined: Tue Nov 17, 2009 2:38 am
Thanked: 137 times
Followed by:5 members

by thephoenix » Mon Mar 08, 2010 1:30 am
seanceserene wrote: If n is the product of the integers from1 to 20 inclusive, what is the greatest integer k for which 2k is a factor of n?

A. 10
B. 12
C. 15
D. 18
E. 20
there is no short cut for finding the value of n!
but there is a one for this type of question

divide n by 2 note the quotient
for 20 divided by 2 quotient is 10
then div 10 by 2 and note down the q=5
5/2 q=2
div 2/2 q=1
div 1/2 q=0

summ all the quotient you get the ans
here uts 10+5+2+1=18

Senior | Next Rank: 100 Posts
Posts: 75
Joined: Tue Jan 19, 2010 10:43 am

by sarthak » Mon Mar 08, 2010 12:43 pm
I am clearly missing something here. If k is 20 then 2k = 40. 40 is definitely a factor of 20!. So IMO answer should be E.

@ajith can you please explain why the answer will be 18 ? It did not ask to calculate H.C.F. or L.C.M which I think you did.

Please explain.

Junior | Next Rank: 30 Posts
Posts: 26
Joined: Fri Feb 26, 2010 8:56 pm
Thanked: 2 times

by seanceserene » Mon Mar 08, 2010 9:52 pm
sarthak wrote:I am clearly missing something here. If k is 20 then 2k = 40. 40 is definitely a factor of 20!. So IMO answer should be E.

@ajith can you please explain why the answer will be 18 ? It did not ask to calculate H.C.F. or L.C.M which I think you did.

Please explain.
i apologize for giving 2K. it should be 2^K.
it is not an "alice in wonderland". it is real! i am going to freak GMAT out!

Junior | Next Rank: 30 Posts
Posts: 26
Joined: Fri Feb 26, 2010 8:56 pm
Thanked: 2 times

by seanceserene » Mon Mar 08, 2010 10:03 pm
thephoenix wrote:
seanceserene wrote: If n is the product of the integers from1 to 20 inclusive, what is the greatest integer k for which 2k is a factor of n?

A. 10
B. 12
C. 15
D. 18
E. 20
there is no short cut for finding the value of n!
but there is a one for this type of question

divide n by 2 note the quotient
for 20 divided by 2 quotient is 10
then div 10 by 2 and note down the q=5
5/2 q=2
div 2/2 q=1
div 1/2 q=0

summ all the quotient you get the ans
here uts 10+5+2+1=18
great. but is it applicable when the consecutive sequence is not starting with 1 ?
and, since you only use the last number "20", does rest of the numbers are irrelavant in this calculation?

just wondering the theorem behind the trick.
it is not an "alice in wonderland". it is real! i am going to freak GMAT out!