Find all School-related info fast with the new School-Specific MBA Forum

It is currently 24 May 2013, 06:35
Customize  |  Hide

A number N when expressed as product of prime factors gives.

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
Manager
Manager
Joined: 22 Sep 2010
Posts: 93
Followers: 1

Kudos [?]: 8 [0], given: 0

A number N when expressed as product of prime factors gives. [#permalink] New post 06 Oct 2010, 06:07
00:00

Question Stats:

0% (00:00) correct 100% (01:16) wrong based on 2 sessions
A number N when expressed as product of prime factors gives N= 2^5 * 3^2* 5^4 * 7 * 11^3. Find the number of ways the number N can be expressed as a product of three factors such that the factors are pairwise co-prime.

A.1027
B.3125
C.243
D.729
E.None of these
GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 11610
Followers: 1800

Kudos [?]: 9593 [0], given: 828

Re: A number N when expressed as product of prime factors gives. [#permalink] New post 06 Oct 2010, 15:25
pzazz12 wrote:
A number N when expressed as product of prime factors gives N= 2^5 * 3^2* 5^4 * 7 * 11^3. Find the number of ways the number N can be expressed as a product of three factors such that the factors are pairwise co-prime.

A. 1027
B. 3125
C. 243
D. 729
E. None of these


Question is quite ambiguous but here is what I think:

So we are looking for all cases of N = x * y * z like:

N = (1) * (1) * (2^5 * 3^2 * 5^4 * 7 * 11^3);
N = (1) * (2^5) * (3^2 * 5^4 * 7 * 11^3);
N = (1) * (2^5 * 3^2) * (5^4 * 7 * 11^3);
N = (2^5) * (3^2) * (5^4 * 7 * 11^3);
N = (2^5 * 3^2) * (5^4 * 7) * (11^3);
...

In this case factors x * y * z would be co-prime (wont share any common factor but 1) as each prime will be only in one factor.

As there are total of 5 primes in N then there are following cases possible:

1. {1}*{1}*{factor with all five primes} - 1 (1*1*N);

2. {1}*{factor with one prime}*{factor with four primes} - C^1_5*C^4_4=5 (C^1_5 - choosing which prime will be in one-prime factor, the rest primes go to the third factor);

3. {1}*{factor with two prime}*{factor with three primes} - C^2_5*C^3_3=10 (C^2_5 - choosing which 2 primes will be in two-prime factor, the rest primes go to the third factor);

4. {factor with one prime}*{factor with one prime}*{factor with three primes} - C^3_5=10 (C^3_5 - choosing which 3 primes will be in three-prime factor, from the 2 primes left one will go to the first factor and another to the second);

5. {factor with one prime}*{factor with two primes}*{factor with two primes} - C^1_5*\frac{C^2_4}{2}=15 (C^1_5 - choosing which 1 primes will be in one-prime factor, 4 primes left can be split among two factors (into two groups) in \frac{C^2_4}{2} ways, dividing by 2 as the order of the factors (groups) does not matter);

Total: 1+5+10+10+15=41.

No such answer among answer choices.

So I guess it's meant that the order of the factors is important, for example N= (2^5) * (3^2) * (5^4 * 7 * 11^3) is different from N= (3^2) * (2^5) * (5^4 * 7 * 11^3), then case 1 can be arranged in 3 ways and cases 2, 3, 4, and 5 in 3! ways: 3*1+3!(5+10+10+15)=243.

So answer: C.

But if the order of the factors is important then the problem can be solved easier: each of the five primes can be part of the first, the second or the third factor so each prime has 3 options. Total ways to distribute 5 primes would be 3*3*3*3*3=3^5=243.

Answer: C.

Anyway not a GMAT question, so I wouldn't worry about it at all.
_________________

PLEASE READ AND FOLLOW: 11 Rules for Posting!!!

RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory

COLLECTION OF QUESTIONS:
PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!

DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!


What are GMAT Club Tests?
25 extra-hard Quant Tests

Find out what's new at GMAT Club - latest features and updates

Retired Moderator
User avatar
Joined: 02 Sep 2010
Posts: 815
Location: London
Followers: 56

Kudos [?]: 302 [0], given: 25

GMAT ToolKit User GMAT Tests User Reviews Badge
Re: A number N when expressed as product of prime factors gives. [#permalink] New post 06 Oct 2010, 15:42
pzazz12 wrote:
A number N when expressed as product of prime factors gives N= 2^5 * 3^2* 5^4 * 7 * 11^3. Find the number of ways the number N can be expressed as a product of three factors such that the factors are pairwise co-prime.

A.1027
B.3125
C.243
D.729
E.None of these


The trick is treat 2^5, 3^2, 5^4, 7, 11^3 as 5 objects which you need to place in 3 groups. Order being irrelevant as that cannot matter

So the answer would be :
\frac{5!}{0!0!5!} + \frac{5!}{1!0!4!} + \frac{5!}{1!1!3!} + \frac{5!}{2!0!3!} + \frac{5!}{2!1!2!}
= 1 + 5 + 20 + 10 + 30 =66

Now its been too long since I learnt P&C, and this is a hard question ... so I am not 100% confident, but I would guess (e)

What I am 100% confident about is that this is beyond a GMAT difficultly level
_________________

Math write-ups
1) Algebra-101 2) Sequences 3) Set combinatorics 4) 3-D geometry

My GMAT story

Find out what's new at GMAT Club - latest features and updates

1 KUDOS received
GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 11610
Followers: 1800

Kudos [?]: 9593 [1] , given: 828

Re: A number N when expressed as product of prime factors gives. [#permalink] New post 06 Oct 2010, 16:11
1
This post received
KUDOS
shrouded1 wrote:
pzazz12 wrote:
A number N when expressed as product of prime factors gives N= 2^5 * 3^2* 5^4 * 7 * 11^3. Find the number of ways the number N can be expressed as a product of three factors such that the factors are pairwise co-prime.

A.1027
B.3125
C.243
D.729
E.None of these


The trick is treat 2^5, 3^2, 5^4, 7, 11^3 as 5 objects which you need to place in 3 groups. Order being irrelevant as that cannot matter

So the answer would be :
\frac{5!}{0!0!5!} + \frac{5!}{1!0!4!} + \frac{5!}{1!1!3!} + \frac{5!}{2!0!3!} + \frac{5!}{2!1!2!}
= 1 + 5 + 20 + 10 + 30 =66

Now its been too long since I learnt P&C, and this is a hard question ... so I am not 100% confident, but I would guess (e)

What I am 100% confident about is that this is beyond a GMAT difficultly level


I think 66 contains duplication.

For example if we manually count case 1-1-3 we will get:
{2}-{3}-{5, 7, 11}
{2}-{5}-{3, 7, 11}
{2}-{7}-{3, 5, 11}
{2}-{11}-{3, 5, 7}
{5}-{3}-{2, 7, 11}
{7}-{3}-{2, 5, 11}
{11}-{3}-{2, 5, 7}
{5}-{7}-{2, 3, 11}
{5}-{11}-{2, 3, 7}
{7}-{11}-{2, 3, 5}

Total of 10 cases (when order is not important) but as per your formula it's \frac{5!}{1!1!3!}=20. The same with 1-2-2, it's also twice as much. If you subtract this duplications 10 and 15 then you'll get 41 as in my calculations.
_________________

PLEASE READ AND FOLLOW: 11 Rules for Posting!!!

RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory

COLLECTION OF QUESTIONS:
PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!

DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!


What are GMAT Club Tests?
25 extra-hard Quant Tests

Find out what's new at GMAT Club - latest features and updates

Retired Moderator
User avatar
Joined: 02 Sep 2010
Posts: 815
Location: London
Followers: 56

Kudos [?]: 302 [0], given: 25

GMAT ToolKit User GMAT Tests User Reviews Badge
Re: A number N when expressed as product of prime factors gives. [#permalink] New post 06 Oct 2010, 16:17
Good spot ! Agreed.

I can intuitively tell why the duplication exists. Its sort of because the two "equal" groups in 3-1-1 and 2-2-1 are somehow treated as "distint" in these formulae. I agree with the 41. Surely order can't metter though
_________________

Math write-ups
1) Algebra-101 2) Sequences 3) Set combinatorics 4) 3-D geometry

My GMAT story

Find out what's new at GMAT Club - latest features and updates

Senior Manager
Senior Manager
User avatar
Joined: 20 Jan 2010
Posts: 282
Schools: HBS, Stanford, Haas, Ross, Cornell, LBS, INSEAD, Oxford, IESE/IE
Followers: 10

Kudos [?]: 99 [0], given: 117

GMAT Tests User
Re: A number N when expressed as product of prime factors gives. [#permalink] New post 08 Oct 2010, 04:29
I've seen this question being posted on beatthegmat.com and according to experts there, it is beyond GMAT. How can one solve this question within 2 minutes? or even 3 mins I think. "pairwise co-prime" statement is ambiguous.
_________________

"Don't be afraid of the space between your dreams and reality. If you can dream it, you can make it so."
Target=780
http://challengemba.blogspot.com
Kudos??

Senior Manager
Senior Manager
Joined: 08 Nov 2008
Posts: 309
Followers: 2

Kudos [?]: 17 [0], given: 7

GMAT Tests User
Co Prime Numbers .. [#permalink] New post 28 Jan 2011, 06:13
A number N when expressed as product of prime factors gives N= 2^5 * 3^2* 5^4 * 7 * 11^3. Find the number of ways the number N can be expressed as a product of threee factors such that the factors are pairwise co-prime.
1027
3125
243
729
_________________

"CEO in making"

GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 11610
Followers: 1800

Kudos [?]: 9593 [0], given: 828

Re: Co Prime Numbers .. [#permalink] New post 28 Jan 2011, 06:39
Senior Manager
Senior Manager
User avatar
Joined: 15 Sep 2009
Posts: 272
GMAT 1: 750 Q V
Followers: 4

Kudos [?]: 34 [0], given: 6

Re: A number N when expressed as product of prime factors gives. [#permalink] New post 24 Aug 2012, 09:04
Irrelevant practice for the GMAT but I am sure it's fun for those who solved it.
_________________

+1 Kudos me - I'm half Irish, half Prussian.

Re: A number N when expressed as product of prime factors gives.   [#permalink] 24 Aug 2012, 09:04
    Similar topics Author Replies Last post
Similar
Topics:
New posts The total # of prime factors of the product sunniboy007 5 09 Jan 2004, 15:33
New posts A number is a product of 5 prime factors, 2 of them are mba4me 7 17 Sep 2004, 00:36
Popular new posts 2 EXPERTS_POSTS_IN_THIS_TOPIC Number properties: Prime Factors ... II 11 01 Jan 2008, 14:13
New posts 1 Number Of Prime Factors krazo 2 30 Aug 2010, 16:23
New posts A number n has the prime factors a, b, and c, and only these actleader 3 06 Nov 2012, 22:59
Display posts from previous: Sort by

A number N when expressed as product of prime factors gives.

  Question banks Downloads My Bookmarks Reviews  


GMAT Club MBA Forum Home| About| Privacy Policy| Terms and Conditions| GMAT Club Rules| Contact| Sitemap

Powered by phpBB © phpBB Group and phpBB SEO

Kindly note that the GMAT® test is a registered trademark of the Graduate Management Admission Council®, and this site has neither been reviewed nor endorsed by GMAC®.