document.write( "Question 1044104: Francois rolls a pair of dice.
\n" );
document.write( "A.) what is the probability that he will roll a total of 9 on one roll? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "B.) what is the probability that he will roll a 5 followed by a 2 on two consecutive rolls? \n" );
document.write( "
Algebra.Com's Answer #659348 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! A) using a pair of dice, the possible nines are \n" ); document.write( "(3,6), (6,3) (4, 5), (5, 4) \n" ); document.write( "There are 36 possible outcomes, therefore \n" ); document.write( "************************************************ \n" ); document.write( "Probability of rolling a total of 9 = 4/36 = 1/9 \n" ); document.write( "************************************************ \n" ); document.write( ": \n" ); document.write( "B) using a pair of dice, \n" ); document.write( "(5,2), (5,2) \n" ); document.write( "Probability of rolling (5,2) on two consecutive rolls is (1/36) * (1/36) = 1/1296 \n" ); document.write( "********************************************************************************* \n" ); document.write( ": \n" ); document.write( " |