document.write( "Question 438669: a fair die is rolled 10 times. compute the probability that a \"one\" occurs on exactly one of the 10 rolls. \n" ); document.write( "
Algebra.Com's Answer #303271 by stanbon(75887) ![]() You can put this solution on YOUR website! a fair die is rolled 10 times. compute the probability that a \"one\" occurs on exactly one of the 10 rolls. \n" ); document.write( "----- \n" ); document.write( "For each roll P(no 1) = 9/10 \n" ); document.write( "For each roll P(one 1) = 1/10 \n" ); document.write( "---- \n" ); document.write( "P(x = 1) = 10C1(1/10)^1*(9/10)^9 \n" ); document.write( "---- \n" ); document.write( "P = 10*(1/10)*(9/10)^9 = 0.3874 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |