document.write( "Question 574385: Define the following two events for two tosses of a coin: \r
\n" );
document.write( "\n" );
document.write( "A = at least one head is obtained \r
\n" );
document.write( "\n" );
document.write( "B = both tails are obtained \r
\n" );
document.write( "\n" );
document.write( "Are A and B complementary events? \r
\n" );
document.write( "\n" );
document.write( "If yes, first calculate the probability of B and then calculate the probability of A using the complementary event rule. \n" );
document.write( "
Algebra.Com's Answer #369049 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Define the following two events for two tosses of a coin: \n" ); document.write( "A = at least one head is obtained \n" ); document.write( "B = both tails are obtained \n" ); document.write( "------ \n" ); document.write( "P(2 tails) = (1/2)^2 = 1/4 \n" ); document.write( "----- \n" ); document.write( "P( at least one head) = 1 - P(no heads) = 1 - (1/4) = 3/4 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |