document.write( "Question 127554This question is from textbook
\n" );
document.write( ": A quarter is flipped and a die is tossed, find the probability of obtaining tails
\n" );
document.write( "or a number divisible by 7. Here is how i try to do this.
\n" );
document.write( " H = 6
\n" );
document.write( " T = 6
\n" );
document.write( "p(6 times 6 = 36 times 7) wow this does not look right, can you help please? \n" );
document.write( "
Algebra.Com's Answer #93477 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A quarter is flipped and a die is tossed, find the probability of obtaining tails or a number divisible by 7. \n" ); document.write( "--------- \n" ); document.write( "P(tail or number divisible by 7) = P(tail)+P(number divisible by 7) \n" ); document.write( "-P(tail AND number divisible by 7) \n" ); document.write( "-------------- \n" ); document.write( "P(tail OR number divisible by 7) = 1/2 + 0 - (1/2)*0 = 1/2 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |