document.write( "Question 391927: an unfair coin will turn up heads 4 out of 5 times (i.e. P(heads)=0.8). what is the probability that
\n" );
document.write( "a) on three tosses we get a heads, then a tails, then a heads.
\n" );
document.write( "b) on two tosses we get a heads and a tails (in any order)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #278141 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! probability of getting heads = 0.8 and for getting tails = 0.2\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a) probability of getting a heads, then a tails then a heads = 0.8 * 0.2 * 0.8 \r \n" ); document.write( "\n" ); document.write( "= 0.128\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) probability of different cases\r \n" ); document.write( "\n" ); document.write( "case 1: firstly head then tail = 0.8 * 0.2 = 0.16\r \n" ); document.write( "\n" ); document.write( "case 2 : firstly tail then head = 0.2 *0.8 = 0.16\r \n" ); document.write( "\n" ); document.write( "thus, total probability of a heads and a tail = 0.16 + 0.16 = 0.32\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |