document.write( "Question 368708: A bag contains green and yellow color tiles. You pick two tiles at random with out replacing the first one. The probability that the first tile is yellow is 3 to 5. The probability of drawing two yellow tiles is 12 to 35. Find the probability that the second tile you pick is yellow. \n" ); document.write( "
Algebra.Com's Answer #262694 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bag contains green and yellow color tiles. You pick two tiles at random with out replacing the first one. \n" ); document.write( "The probability that the first tile is yellow is 3/5. \n" ); document.write( "------ \n" ); document.write( "The probability of drawing two yellow tiles is 12 to 35. \n" ); document.write( "P(yellow and yellow) = P(y)*P(y|y) \n" ); document.write( "12/35 = (3/5)*P(y|y) \n" ); document.write( "P(y|y) = 12/21 = 4/7 \n" ); document.write( "------ \n" ); document.write( "Find the probability that the second tile you pick is yellow. \n" ); document.write( "P(y|y) = 4/7 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |