document.write( "Question 321383: Two dice are biased so that the probability of getting a six on each die is 0.2.
\n" );
document.write( "The two dice are rolled. I found P(two 6s)= 0.04 but I can't find P(exactly one 6) \n" );
document.write( "
Algebra.Com's Answer #230187 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two dice are biased so that the probability of getting \n" ); document.write( "a six on each die is 0.2. \n" ); document.write( " \n" ); document.write( "The two dice are rolled. \n" ); document.write( "I found P(two 6s)= 0.04 \n" ); document.write( "OK \n" ); document.write( "-------------------- \r \n" ); document.write( "\n" ); document.write( "but I can't find P(exactly one 6) \n" ); document.write( "Binomial with n = 2 and p = 0.2 and q = 0.8 \n" ); document.write( "--- \n" ); document.write( "P(x= 1) = 2C1(0.2)^1*0.8^1 \n" ); document.write( "--- \n" ); document.write( "= 2*0.2*0.8 \n" ); document.write( "--- \n" ); document.write( "= 0.32 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |