document.write( "Question 871128: A fair die is rolled five times. What is the probability of obtaining exactly one 6? \n" ); document.write( "
Algebra.Com's Answer #525328 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
n = 1/6, n = 5
\n" ); document.write( "P(x = 1) = 5C1(1/6)^1(5/6)^4 = binompdf(5, 1/6, 1)= .4019
\n" ); document.write( "
\n" );