document.write( "Question 555025: a coin is biased so that a head is twice as likely to occur as a tail.If the coin is tossed 3 times, what is the probability of getting 2 tails and 1 head?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #361609 by edjones(8007)![]() ![]() You can put this solution on YOUR website! h=2/3, t=1/3 \n" ); document.write( "(h+t)^3 \n" ); document.write( "nCr=3C2=3 \n" ); document.write( "3ht^2 \n" ); document.write( "= 3 * 2/3 * (1/3)^2 \n" ); document.write( "=2/9 the probability of getting 2 tails and 1 head. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |