document.write( "Question 79900: A number cube is rolled and two coins are tossed. Find the probability of the number on the cube being a 2 and both coins are heads. \n" ); document.write( "
Algebra.Com's Answer #57333 by doctor_who(15)![]() ![]() ![]() You can put this solution on YOUR website! Assuming the dice and coins to be fair (ie an equal probability of any outcome) \n" ); document.write( "Then just multiply the probabilities together. \n" ); document.write( "The chance of the cube rolling a 2 is one in 6 \n" ); document.write( "The chance of the first coin being heads is one in 2 \n" ); document.write( "The chance of the second coin also being heads is one in 2 \n" ); document.write( "So the probability of all three happening is one in 6 X 2 X 2 = one in 24. \n" ); document.write( "---- \n" ); document.write( "Alternatively, you can express the probabilities as decimals and get the same answer : \n" ); document.write( "Probability of cube being 2 = 0.16666 (ie 1/6) \n" ); document.write( "Probability of first coin = 0.5 \n" ); document.write( "Probability of second coin = 0.5 \n" ); document.write( "Probability of all three happening = 0.1666 X 0.5 X 0.5 = 0.041666 (which is 1/24) \n" ); document.write( " \n" ); document.write( " |