document.write( "Question 1090352: A fair die tossed twice. Find probability getting A 4,5 or 6 on the first toss and A 1,2,3 or 4 on second toss ? \n" ); document.write( "
Algebra.Com's Answer #704806 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!
P(4,5,6) = 3/6
\n" ); document.write( "P(1,2,3,4) = 4/6
\n" ); document.write( "—
\n" ); document.write( "The events are independent so we multiply the individual probabilities to get the overall probability:
\n" ); document.write( "P(4,5,6) * P(1,2,3,4) = (3/6)*(4/6) = 12/36 = \"+highlight%281%2F3%29+\"
\n" ); document.write( "
\n" );