document.write( "Question 1041727: An unfair coin has a probability 0.6 of landing heads. The coin is tossed four times. What is the probability that it lands heads at least once? \n" ); document.write( "
Algebra.Com's Answer #656663 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! p = 0.6 is the probability of landing heads\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "q = 1-p = 1-0.6 = 0.4 is the probability of landing tails\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability of getting 4 tails in a row is q^4 = (0.4)^4 = 0.4*0.4*0.4*0.4 = 0.0256\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Subtract this from 1: \n" ); document.write( "1-0.0256 = 0.9744\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability of getting at least one head is 0.9744\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Final Answer: 0.9744 \n" ); document.write( " |