document.write( "Question 1111535: Toss a biased coin: for this coin the probability that it will show tail is 0.7. We toss coin twice. Find probability that we get no head \n" ); document.write( "
Algebra.Com's Answer #726625 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P(no head) = P(tails twice) = (0.7)(0.7) = 0.49 \n" ); document.write( "P(exactly one head) = P(tails then heads OR heads then tails) = (0.7)(0.3)+(0.3)(0.7) = .21+.21 = .42 \n" ); document.write( "P(two heads) = (0.3)(0.3) = 0.09 \n" ); document.write( "Note that the probabilities of all possible cases sum to 1, as they must: \n" ); document.write( "0.49+0.42+0.09 = 1.00 \n" ); document.write( " |