document.write( "Question 1034823: A die is rolled twice. What is the probability of getting either a multiple of 3 on the first roll or a total of 7 for both rolls? \n" ); document.write( "
Algebra.Com's Answer #649492 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We would add these individual probabilities in this case. \n" ); document.write( "P(multiple of 3) = 2/6 = 1/3 \n" ); document.write( "P(total of 7) = 6/36 = 1/6 \n" ); document.write( "1/3 + 1/6 = 1/2 \n" ); document.write( " |