document.write( "Question 1201405: If 10% of the people who take a certain medication get a headache, find the probability that if 5 people take the medication, one will get a headache.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "If 25% of U.S. prison inmates are not U.S. citizens, what is the probability of randomly selecting three inmates who will not be U.S. citizens?\r
\n" );
document.write( "\n" );
document.write( "If 30% of commuters ride to work on a bus, find the probability that if 8 workers are selected at random, 3 will ride the bus. \n" );
document.write( "
Algebra.Com's Answer #835750 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The rules of this website is to post one question at a time. \n" ); document.write( "I'll do problem 1 to get you started.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have a binomial process because: \n" ); document.write( "
\n" ); document.write( "p = 0.10 = probability of a headache \n" ); document.write( "x = number of people, in the sample, that get a headache \n" ); document.write( "x is an integer in the set {0, 1, 2, 3, 4, 5} \n" ); document.write( "i.e. x is between 0 and 5 inclusive of both endpoints.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B(x) = binomial probability \n" ); document.write( "B(x) = (n C x)*(p^x)*(1-p)^(n-x) \n" ); document.write( "B(x) = (5 C x)*(0.10^x)*(1-0.10)^(5-x) \n" ); document.write( "B(x) = (5 C x)*(0.10^x)*(0.90)^(5-x) \n" ); document.write( "The nCx refers to the nCr combination formula.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug in x = 1 to determine the probability there's exactly one person with a headache in the sample of five people. \n" ); document.write( "B(x) = (5 C x)*(0.10^x)*(0.90)^(5-x) \n" ); document.write( "B(1) = (5 C 1)*(0.10^1)*(0.90)^(5-1) \n" ); document.write( "B(1) = (5)*(0.10^1)*(0.90)^4 \n" ); document.write( "B(1) = 0.32805\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability that there's exactly one headache is exactly 0.32805 \n" ); document.write( "This is exactly a 32.805% chance.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here are a few binomial distribution calculators. \n" ); document.write( "https://www.gigacalculator.com/calculators/binomial-probability-calculator.php \n" ); document.write( "https://www.omnicalculator.com/statistics/binomial-distribution \n" ); document.write( "You could also use a spreadsheet or a TI83/TI84 calculator.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here is an article talking about binomial probabilities using a TI84 \n" ); document.write( "https://www.statology.org/binomial-probabilities-ti-84-calculator/ \n" ); document.write( "Use the PDF rather than CDF because the goal is to calculate one single value (rather than add up a bunch of values).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Another question involving the binomial probability distribution \n" ); document.write( "https://www.algebra.com/algebra/homework/Probability-and-statistics/Probability-and-statistics.faq.question.1201351.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------------------- \n" ); document.write( "--------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 0.32805 \n" ); document.write( "This value is exact and hasn't been rounded. \n" ); document.write( " \n" ); document.write( " |