document.write( "Question 1196340: if a fair coin is tossed five times what is the probability that the number of times you observe H is a prime number. \n" ); document.write( "
Algebra.Com's Answer #829130 by math_tutor2020(3817) ![]() You can put this solution on YOUR website! \n" ); document.write( "List of primes = {2, 3, 5, 7, 11, 13, 17, 19, 23, 29, ...} \n" ); document.write( "The value 1 is NOT prime.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can trim that list down to {2,3,5} since the coin is tossed five times.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Your teacher is asking: \n" ); document.write( "(1) What is the probability of seeing exactly 2 heads? \n" ); document.write( "(2) What is the probability of seeing exactly 3 heads? \n" ); document.write( "(3) What is the probability of seeing exactly 5 heads?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll show you how to answer question (1), and leave the rest for you to do on your own\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 1/2 = 0.5 = probability of getting heads \n" ); document.write( "n = 5 = number of coin tosses \n" ); document.write( "x = 2 = number of heads we wish to see \n" ); document.write( "B(x) = binomial probability function \n" ); document.write( "B(x) = (n C x)*(p^x)*(1-p)^(n-x) \n" ); document.write( "B(x) = (5 C x)*(0.5^x)*(1-0.5)^(5-x) \n" ); document.write( "B(2) = (5 C 2)*(0.5^2)*(1-0.5)^(5-2) \n" ); document.write( "B(2) = (10)*(0.5^2)*(1-0.5)^(5-2) ........... see note below \n" ); document.write( "B(2) = 0.3125 \n" ); document.write( "The result is exact without any rounding done to it.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "note: The n C x refers to the nCr combination formula \n" ); document.write( " \n" ); document.write( "You could use the formula to compute that value, or refer to Pascal's Triangle\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So B(2) = 0.3125 says we have exactly a 31.25% chance of getting exactly 2 heads out of 5 tosses. \n" ); document.write( "I'll leave the computations of B(3) and B(5) up to you to perform. \n" ); document.write( "Many calculators and spreadsheets have capabilities to quickly compute binomial probabilities, so I recommend you use them to check your work. GeoGebra is one tool I use all the time. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Once you've determined B(2), B(3) and B(5), you'll add up those values to get the final answer. \n" ); document.write( " \n" ); document.write( " |