Last visit was: 09 Jun 2024, 20:48 It is currently 09 Jun 2024, 20:48
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
Tags:
Show Tags
Hide Tags
User avatar
Intern
Intern
Joined: 09 Feb 2010
Posts: 39
Own Kudos [?]: 780 [69]
Given Kudos: 4
Send PM
Most Helpful Reply
Math Expert
Joined: 02 Sep 2009
Posts: 93624
Own Kudos [?]: 630455 [12]
Given Kudos: 82195
Send PM
General Discussion
User avatar
Retired Moderator
Joined: 02 Sep 2010
Posts: 615
Own Kudos [?]: 2944 [1]
Given Kudos: 25
Location: London
 Q51  V41
Send PM
User avatar
Senior Manager
Senior Manager
Joined: 14 Oct 2009
Status:Current Student
Posts: 353
Own Kudos [?]: 246 [0]
Given Kudos: 53
Concentration: CPG Marketing
Schools:Chicago Booth 2013, Ross, Duke , Kellogg , Stanford, Haas
 Q41  V42
GPA: 3.8
Send PM
Re: Permutation question [#permalink]
I'm confused how xy would have n*n possibilities...wouldn't it b n*(n-1) possibilities because you would have to have two different digits? For example 17 and 71 are two different codes but 99 and 99 are the same code. Can someone explain?
Math Expert
Joined: 02 Sep 2009
Posts: 93624
Own Kudos [?]: 630455 [1]
Given Kudos: 82195
Send PM
Re: Permutation question [#permalink]
1
Bookmarks
Expert Reply
Michmax3 wrote:
I'm confused how xy would have n*n possibilities...wouldn't it b n*(n-1) possibilities because you would have to have two different digits? For example 17 and 71 are two different codes but 99 and 99 are the same code. Can someone explain?


It's always good to test theoretical thoughts on practice:

How many codes can be formed using 2 digits (\(n=2\)), 0 and 1.:

00;
01;
10;
11.

4=2^2.

Or consider the following: how many 2-digit codes can be formed out of 10 digits (0, 1, 2, 3, ..., 9)?
00;
01;
02;
...
99.

Total 100=10^2.

Hope it's clear.
User avatar
Manager
Manager
Joined: 30 Nov 2010
Posts: 189
Own Kudos [?]: 266 [0]
Given Kudos: 66
Schools:UC Berkley, UCLA
GMAT 2: 540 GMAT 3: 530
Send PM
Re: Permutation question [#permalink]
Bunuel wrote:
zest4mba wrote:
A local bank that has 15 branches uses a two-digit code to represent each of its branches. The same integer can be used for both digits of a code, and a pair of two-digit numbers that are the reverse of each other (such as 17 and 71) are considered as two separate codes. What is the fewest number of different integers required for the 15 codes?

Choices
A 3

B 4

C 5

D 6

E 7


Consider the code XY. If there are \(n\) digits available then X can take \(n\) values and Y can also take \(n\) values, thus from \(n\) digits we can form \(n^2\) different 2-digit codes: this is the same as from 10 digits (0, 1, 2, 3, ..., 9) we can form 10^2=100 different 2-digit numbers (00, 01, 02, ..., 99).

We want # of codes possible from \(n\) digit to be at least 15 --> \(n^2\geq{15}\) --> \(n\geq4\), hence min 4 digits are required.

Answer: B.

Hope it's clear.

Actually it could be A. B/c think of these arrangements for the 15 codes.

00, 01, 10, 02, 20, 03, 30, 11, 21, 12, 31, 13, 22, 23, 32 and 33. We have 16 arrangements so minimum # of different integers used can be 3.

What do you think?
Math Expert
Joined: 02 Sep 2009
Posts: 93624
Own Kudos [?]: 630455 [1]
Given Kudos: 82195
Send PM
Re: Permutation question [#permalink]
1
Kudos
Expert Reply
mariyea wrote:
Bunuel wrote:
zest4mba wrote:
A local bank that has 15 branches uses a two-digit code to represent each of its branches. The same integer can be used for both digits of a code, and a pair of two-digit numbers that are the reverse of each other (such as 17 and 71) are considered as two separate codes. What is the fewest number of different integers required for the 15 codes?

Choices
A 3

B 4

C 5

D 6

E 7


Consider the code XY. If there are \(n\) digits available then X can take \(n\) values and Y can also take \(n\) values, thus from \(n\) digits we can form \(n^2\) different 2-digit codes: this is the same as from 10 digits (0, 1, 2, 3, ..., 9) we can form 10^2=100 different 2-digit numbers (00, 01, 02, ..., 99).

We want # of codes possible from \(n\) digit to be at least 15 --> \(n^2\geq{15}\) --> \(n\geq4\), hence min 4 digits are required.

Answer: B.

Hope it's clear.

Actually it could be A. B/c think of these arrangements for the 15 codes.

00, 01, 10, 02, 20, 03, 30, 11, 21, 12, 31, 13, 22, 23, 32 and 33. We have 16 arrangements so minimum # of different integers used can be 3.

What do you think?


How many digits did you use?

Answer is B not A.
Math Expert
Joined: 02 Sep 2009
Posts: 93624
Own Kudos [?]: 630455 [0]
Given Kudos: 82195
Send PM
A local bank that has 15 branches uses a two-digit code to [#permalink]
Expert Reply
Senior Manager
Senior Manager
Joined: 23 Jan 2013
Posts: 428
Own Kudos [?]: 266 [1]
Given Kudos: 43
Schools: Cambridge'16
A local bank that has 15 branches uses a two-digit code to [#permalink]
1
Kudos
Try to explain why Permutation formula does not fully work here

if we have 4 distinct numbers, e.g. 0,1,2,3

00,01,02,03
10,11,12,13
20,21,22,23
30,31,32,33
we have 16 options (of 2 numbers taken)

permutation formula is P=n!/(n-2)!, so if n=4 we get only 12 options.

But formula defines how many times the arrangements of 4 distinct objects is that of any 2 distinct objects.
So, it excludes 00,11,22,33 from the list, i.e. 4 options

So, 12+4=16 and 4 numbers is enough

B
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 33432
Own Kudos [?]: 834 [0]
Given Kudos: 0
Send PM
Re: A local bank that has 15 branches uses a two-digit code to [#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: A local bank that has 15 branches uses a two-digit code to [#permalink]
Moderator:
Math Expert
93624 posts