document.write( "Question 85844: A box contains 5 red and 7 green balls. How many ways can 2 balls be selected with the 2 balls the same color??\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I am totally stumped??? \n" );
document.write( "
Algebra.Com's Answer #62031 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A box contains 5 red and 7 green balls. How many ways can 2 balls be selected with the 2 balls the same color?? \n" ); document.write( "----------- \n" ); document.write( "Selecting 2 reds or selecting 2 greens mutually exclusive events. \n" ); document.write( "Formula: P(A or B) = P(A)+P(B) \n" ); document.write( "P(2red) = [number of ways to select 2 from 5]/[# of ways to select 2 from 12] \n" ); document.write( "P(2green)=[# of ways to select 2 from 7]/[# of ways to select 2 from 12} \n" ); document.write( "P(2 balls same) = P(2red)+P(2green) \n" ); document.write( "=[5C2]/[12C2] + [7C2]/[12C2] \n" ); document.write( "=(10+21)/66 \n" ); document.write( "=31/66 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |