document.write( "Question 599443: Find the probability of getting exactly three 5s if a die is rolled 5 times. \n" ); document.write( "
Algebra.Com's Answer #378948 by edjones(8007)![]() ![]() You can put this solution on YOUR website! probability of one five is 1/6 = x \n" ); document.write( "y = 5/6 \n" ); document.write( "5C3*x^3*y^2 \n" ); document.write( "= 10 * 1/216 * 25/36 \n" ); document.write( "= 125/3888 = .0322 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |