document.write( "Question 198022: A coin is tossed and a 6-sided die is rolled. What is the probability that the coin shows head and the dies shows a 4? \n" ); document.write( "
Algebra.Com's Answer #148500 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! P(heads AND rolling a 4) = P(heads) * P(rolling a 4)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(heads AND rolling a 4) = (1/2) * (1/6)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(heads AND rolling a 4) = (1*1)/(2*6)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(heads AND rolling a 4) = 1/12 \n" ); document.write( " |