document.write( "Question 247575: Find the probability of rolling 3 successive 2's with 3 rolls of a fair die. \n" ); document.write( "
Algebra.Com's Answer #180568 by oberobic(2304) ![]() You can put this solution on YOUR website! The probability of rolling any single number using one die is 1/6. \n" ); document.write( "So, the probability of rolling a 2 is 1/6. \n" ); document.write( ". \n" ); document.write( "With independent events, you multiply the consecutive probabilities. \n" ); document.write( "So, the probability of rolling 3 consecutive 2's is: 1/6 * 1/6 * 1/6 = 1/216. \n" ); document.write( " |