document.write( "Question 336620: A bowl contains 1 green marble, 1 yellow marble, and 1 black marble. One marble is drawn from the bowl at random, then a fair die is rolled once.
\n" );
document.write( "Find the probability of drawing the black marble and rolling a 6. \n" );
document.write( "
Algebra.Com's Answer #241311 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! P(black marble first then 6 on die) = P(Black marble)*P(6 on die) independent events \n" ); document.write( "-- \n" ); document.write( "=(1/3)*(1/6)=1/18 \n" ); document.write( " |