document.write( "Question 41812: a single die is rolled twice. what is the probablity of getting a 3 on the first roll and a number greater than 4 on the second roll? \n" ); document.write( "
Algebra.Com's Answer #26981 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! (P(3)/6)(P(x>4)/6) \n" ); document.write( "(1/6)(2/6) \n" ); document.write( "(1/18) \n" ); document.write( " |