document.write( "Question 1112086: A fair die is rolled five times. Calculate the probability of obtaining exactly two 3s. (Round your answer to four decimal places.) \n" ); document.write( "
Algebra.Com's Answer #727211 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
This is 5C2 (number of ways can choose two from 5, here is 10)*(1/6)^2*(5/6)^3
\n" ); document.write( "=10*(1/36)(125/216)=0.1608
\n" ); document.write( "
\n" );