document.write( "Question 388089: You toss a fair 6-sided die 5 times.find the probability that a three is rolled exactly two out of the five rolls.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #274404 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Note: The probability of x successes in n trials is: \n" ); document.write( "P = nCx* \n" ); document.write( "nCx = \n" ); document.write( "P(2 successes out of five rolls) = 10(1/6)^2(5/6)^3 = .1608 \n" ); document.write( " |