document.write( "Question 1168268: If a permutation is chosen at random, what is the probability that it begins with at least 2 A's? AAABBBCCC \n" ); document.write( "
Algebra.Com's Answer #792879 by greenestamps(13198)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Starting with AT LEAST 2 A's means starting with 3 A's, or starting with 2 A's with some different letter third.

\n" ); document.write( "P(AAA...) = (3/9)(2/8)(1/7) = 1/84

\n" ); document.write( "P(AAX...) (X NOT the third A) = (3/9)(2/8)(6/7) = 6/84 = 1/14

\n" ); document.write( "P(start with AT LEAST 2 A's) = 1/84+6/84 = 7/84 = 1/12

\n" ); document.write( "It is faster if your thinking is \"first 2 letters A and ANY letter third\":

\n" ); document.write( "P(AA?) = (3/9)(2/8)(7/7) = 1/12

\n" ); document.write( "
\n" ); document.write( "
\n" );