document.write( "Question 1168146: An urn contains 7 blue, 7 yellow, and 8 gray marbles. Two marbles are randomly drawn from the urn.
\n" );
document.write( "Find the probability the two marbles are the same color.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #792784 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 22 marbles and choose 2. \n" ); document.write( "There are 22C2 or 231 ways. \n" ); document.write( "for 2 blue or 2 yellow, it is (7/22)(6/21)=42/462 each or 42/231 \n" ); document.write( "for 2 gray it is (8/22)(7/21)=56/432 or 28/231 \n" ); document.write( "So the answer is 70/231 or 0.3030 \n" ); document.write( " |