document.write( "Question 251018: a coin is tossed and then a die is rolled. what is the probabilty that the coin will show a head and the die shows an even number? \n" ); document.write( "
Algebra.Com's Answer #182830 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
They are independent events.
\n" ); document.write( "P(head)=1/2
\n" ); document.write( "P(even)=3/6=1/2
\n" ); document.write( "P(head&even)=(1/2)(1/2)=1/4
\n" ); document.write( "
\n" );