document.write( "Question 927362: You roll a fair die three times. What is the probability that
\n" ); document.write( "a) you roll all 6's?
\n" ); document.write( "b)you roll all odd numbers?
\n" ); document.write( "c) none of your rolls gets a number divisible by 3?
\n" ); document.write( "d) you roll at least one 5?
\n" ); document.write( "e) the numbers you roll are not all 5's?\r
\n" ); document.write( "\n" ); document.write( "For A, is the answer (1/216)? And is B, (1/8)?
\n" ); document.write( "

Algebra.Com's Answer #562931 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
rolling a fair die 6 outcomes: 1,2,3,4,5,6
\n" ); document.write( "rolling a fair die three times
\n" ); document.write( "....
\n" ); document.write( "P(all 6's) = (1/6)^3 = 1/216
\n" ); document.write( ".....
\n" ); document.write( "P(all odd numbers) = P( 1 0r 3 0r 5)= (1/2)^3 = 1/8
\n" ); document.write( "...
\n" ); document.write( "P(number divisible by 3) = P( 3 0r 6) = (1/3)^3 = 1/27
\n" ); document.write( "........
\n" ); document.write( "P(least one 5) = 1 - P( no 5's) = 1 - (5/6)^3 = 1 - .5787 = .4213
\n" ); document.write( ".......
\n" ); document.write( "P(numbers you roll are not all 5's)= 1 - P(all fives) = 1 - (1/6)^3 = 1 - 1/216 = 215/216
\n" ); document.write( "
\n" ); document.write( "
\n" );