document.write( "Question 1141253: You choose a tile at random from a bag containing 2A's, 3B's, and 4C's. You replace the first tile in the bag and then choose again. Find each probability.
\n" );
document.write( "P(A and A)
\n" );
document.write( "P(A and B)
\n" );
document.write( "P(B and C) \n" );
document.write( "
Algebra.Com's Answer #761760 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! There are 9 tiles in the bag \n" ); document.write( ": \n" ); document.write( "P(A and A) = (2/9) * (2/9) = 4/81 \n" ); document.write( ": \n" ); document.write( "P(A and B) = (2/9) * (3/9) = 6/81 = 2/27 \n" ); document.write( ": \n" ); document.write( "P(B and C) = (3/9) * (4/9) = 12/81 = 4/27 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |