document.write( "Question 1021431: What is the probability of rolling a 5 on a number cube and getting tails on the coin.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #637155 by fractalier(6550) You can put this solution on YOUR website! Since this is an \"and\" problem, we have to multiply the separate probabilities...thus here we get \n" ); document.write( "P(5) = 1/6 and \n" ); document.write( "P(tails) = 1/2 \n" ); document.write( "so that \n" ); document.write( "P(5 AND tails) = 1/6 * 1/2 = 1/12 \n" ); document.write( " |