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)\"\" \"About 
You can put this solution on YOUR website!
Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively. In this case p = 1/6 and q = 5/6
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%21%29%29\"
\n" ); document.write( "P(2 successes out of five rolls) = 10(1/6)^2(5/6)^3 = .1608
\n" ); document.write( "
\n" );