document.write( "Question 386700: A weighted coin is tossed four times. The probability for the number if heads observed is given below
\n" );
document.write( "# heads Probability
\n" );
document.write( "0 .4096
\n" );
document.write( "1 .4096
\n" );
document.write( "2 .1536
\n" );
document.write( "3 .0256
\n" );
document.write( "4 .0016
\n" );
document.write( "
\n" );
document.write( "What is the probability of getting at least ones head? \n" );
document.write( "
Algebra.Com's Answer #273400 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A weighted coin is tossed four times. The probability for the number if heads observed is given below \n" ); document.write( "# heads Probability \n" ); document.write( "0 .4096 \n" ); document.write( "1 .4096 \n" ); document.write( "2 .1536 \n" ); document.write( "3 .0256 \n" ); document.write( "4 .0016 \n" ); document.write( " \n" ); document.write( "What is the probability of getting at least ones head? \n" ); document.write( "--- \n" ); document.write( "P(at least one head) = 1 - P(no head) \n" ); document.write( "= 1 - 0.4096 \n" ); document.write( "= 0.5904 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |