document.write( "Question 549704: an experiment consists of rolling a fair die three times, what is the probability of getting a number divisable by 3 on all three rolls?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #357967 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! an experiment consists of rolling a fair die three times, what is the probability of getting a number divisable by 3 on all three rolls?\r \n" ); document.write( "\n" ); document.write( "-------------------------------------------- \n" ); document.write( "Binomial Problem with n = 3 and p(divible by 3) = 2/6 = 1/3 \n" ); document.write( "----- \n" ); document.write( "P(all three divisible by 3) = (1/3)^3 = 1/27 \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |