document.write( "Question 295385: You roll a number cube four times. What is the probability that you roll a six, a five, a four, and a three? \n" ); document.write( "
Algebra.Com's Answer #212878 by Fombitz(32388) You can put this solution on YOUR website! Each roll is an independent event and the probability for getting each number is 1/6. \n" ); document.write( "P(6,5,4,3)=(1/6)(1/6)(1/6)(1/6)=1/1296=0.00077 \n" ); document.write( " |