document.write( "Question 74469: A die is rolled twice
\n" );
document.write( "What is the probabilty of both being a 6
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #53461 by stanbon(75887) ![]() You can put this solution on YOUR website! The results of the two rolls are independent; that means what happens \n" ); document.write( "on the 1st roll has no effect on what happens on the 2nd roll. \n" ); document.write( "So Prob( 6 and then 6) = Prob 6 * Prob 6 = 1/6 *1/6 = 1/36 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |