document.write( "Question 421491: a) A pair of fair dice is rolled ten times. Find the probability that ‘seven’ will show at
\n" );
document.write( "least once. b) A pair of fair dice are rolled. What is probability that the second die lands on a
\n" );
document.write( "higher value than does the first? \n" );
document.write( "
Algebra.Com's Answer #294355 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a) A pair of fair dice is rolled ten times. \n" ); document.write( "Find the probability that ‘seven’ will show at least once. \n" ); document.write( "------------------ \n" ); document.write( "P(at least one 7 in 10) = 1 - P(no 7's in 10) \n" ); document.write( "= 1 - (5/6)^10 \n" ); document.write( "= 1 - 0.1615 \n" ); document.write( "= 0.8385 \n" ); document.write( "====================== \n" ); document.write( "b) A pair of fair dice are rolled. What is probability that the second die lands on a higher value than does the first? \n" ); document.write( "--- \n" ); document.write( "Expected value of 1st roll = (1+2+3+4+5+6)/6 = 21/6 = 7/2 = 3.5 \n" ); document.write( "--- \n" ); document.write( "P(2nd roll is more than 3.5) = P(4 or 5 or 6) = 3/6 = 1/2 \n" ); document.write( "============================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |