document.write( "Question 47507:  Find the odds against obtaining two (2) heads in a single toss of two coins.\r
\n" );
document.write( "\n" );
document.write( "Is it 1/2 \n" );
document.write( "
| Algebra.Com's Answer #31358 by venugopalramana(3286)     You can put this solution on YOUR website! Find the odds against obtaining two (2) heads in a single toss of two coins. \n" ); document.write( "Is it 1/2...NO... \n" ); document.write( "THERE ARE 2 POSSIBILITIES IN EACH TOSS ...PROBABILITY OF HEAD IN ONE TOSS=1/2 \n" ); document.write( "SAME IS CASE IN SECOND TOSS =1/2 \n" ); document.write( "HENCE PROBABILITY OF GETTING 2 HEADS IN 2 TOSSES =(1/2)*(1/2)=1/4 \n" ); document.write( "PROBABILITY AGAINST 2 HEADS =1-1/4=3/4 \n" ); document.write( "ODDS AGAINST 2 HEADS ARE 3/4:1/4=3:1 \n" ); document.write( " |