probability

This topic has expert replies
User avatar
Senior | Next Rank: 100 Posts
Posts: 72
Joined: Tue Apr 19, 2011 6:58 am
Followed by:6 members

probability

by jayanti » Fri Jul 29, 2011 12:45 am
a random 10 letter code is to be formed using letters a b c d e f g h i, and i can be used twice. what is the probability that the code that has 2 I's adjacent to one another will be formed

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Fri Jul 29, 2011 1:15 am
jayanti wrote:a random 10 letter code is to be formed using letters a b c d e f g h i, and i can be used twice. what is the probability that the code that has 2 I's adjacent to one another will be formed
The solution below assumes that i is the only letter that can be used twice.

Total possible arrangements:
Number of ways to arrange the 10 elements a,b,c,d,e,f,g,h,i,i = 10!/2!.

Good arrangements:
In a good arrangement, the two i's are adjacent to each other.
Number of ways to arrange [ii] as a block with the other 8 letters = number of ways to arrange 9 elements = 9!.

P(i's are adjacent) = (good arrangements)/(total possible arrangements) = 9! / (10!/2!) = (2!*9!) /10! = 1/5.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

User avatar
Senior | Next Rank: 100 Posts
Posts: 72
Joined: Tue Apr 19, 2011 6:58 am
Followed by:6 members

by jayanti » Fri Jul 29, 2011 1:32 am
Shouldn't the total arrangement be 10! as they are 10 different letters.

Legendary Member
Posts: 1448
Joined: Tue May 17, 2011 9:55 am
Location: India
Thanked: 375 times
Followed by:53 members

by Frankenstein » Fri Jul 29, 2011 1:47 am
jayanti wrote:Shouldn't the total arrangement be 10! as they are 10 different letters.
Hey,
They are not 10 different. They are 9 different and 'i' is repeated twice.
Cheers!

Things are not what they appear to be... nor are they otherwise

User avatar
Master | Next Rank: 500 Posts
Posts: 235
Joined: Wed Oct 26, 2016 9:21 pm
Thanked: 3 times
Followed by:5 members

by Anaira Mitch » Thu Jan 05, 2017 8:11 pm
To find the probability of forming a code with two adjacent I's, we must find the total number of such codes and divide by the total number of possible 10-letter codes.
The total number of possible 10-letter codes is equal to the total number of anagrams that can be formed using the letters ABCDEFGHII, that is 10!/2! (we divide by 2! to account for repetition of the I's).

To find the total number of 10 letter codes with two adjacent I's, we can consider the two I's as ONE LETTER. The reason for this is that for any given code with adjacent I's, wherever one I is positioned, the other one must be positioned immediately next to it. For all intents and purposes, we can think of the 10 letter codes as having 9 letters (I-I is one). There are 9! ways to position 9 letters.

Probability = (# of adjacent I codes) / (# of total possible codes)
= 9! ÷ (10! / 2! ) = ( 9!2! / 10! ) = (9!2! / 10(9!) ) = 1/5
The correct answer is C.