document.write( "Question 1032515: . In a biased coin, the probability of tossing heads is 1/100 more likely than the probability of tossing tails. How many heads would you expect to toss if you toss the coin 200 times?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #647230 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If the probability of heads is 1% greater, then we can write \n" ); document.write( "P(heads) = .505 and P(tails) = .495 \n" ); document.write( "Thus we would expect \n" ); document.write( "200(.505) = 101 heads \n" ); document.write( " |