Lesson Challenging problems on Binomial distribution probability
Algebra
->
Probability-and-statistics
-> Lesson Challenging problems on Binomial distribution probability
Log On
Algebra: Probability and statistics
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Challenging problems on Binomial distribution probability'
This Lesson (Challenging problems on Binomial distribution probability)
was created by by
ikleyn(52778)
:
View Source
,
Show
About ikleyn
:
<H2>Challenging problems on Binomial distribution probability</H2> <H3>Problem 1</H3>Let X represents the difference between the number of heads and the number of tails when a coin is tossed 33 times. Find P (X=3). <B>Solution</B> <pre> In this problem, the sum Heads+Tails is 33, while the difference Heads-Tails = 3. It immediately implies that Heads = 18, Tails = 15. Therefore, the event X= 3 is EQUIVALENT to event Tails = 15. Now, P(Tails=15) is (use the formula of probability for the Binomial distribution) P(Tails=15) = {{{C[33]^15*(1/2)^15*(1/2)^18}}} = BIMON.DIST(15, 33, 0.5, FALSE) = 0.120741. <U>ANSWER</U> I used the standard EXCEL function to calculate the binomial distribution probability. Its first parameter is the "number of successful trials" (k= 15 in this case). Its second parameter is the "number of trials n" (n= 33 in this case). Its third parameter is "the probability of success in each one single trial" (p= 0.5 in this case); and The fourth parameter says if you want calculate a single addend or the sum of addends (the single addend in this case). Input "=BINOM.DIST(15, 33, 0.5, FALSE)" into any MS Excel cell in your computer and press enter to get the answer P = 0.120741 immediately. On Excel function BINOM.DIST, see its description everywhere, for example https://support.office.com/en-us/article/binom-dist-function-c5ae37b6-f39c-4be2-94c2-509a1480770c </pre> <H3>Problem 2</H3>A person flips a coin to determine whether she's moving forwards or backward. If she flips a head, she moves 1 step forward, and if she flips a tail, she moves 1 step backward. What is the probability that after 4 coin tosses, she will be in the same place? <B>Solution</B> <pre> It is the probability of getting two tails and two heads of 4 flips in any order P(2T2H of 4) = {{{C[4]^2*(1/2)^2*(1/2)^2}}} = {{{((4*3)/(1*2))*(1/2)^4}}} = 0.375. <U>ANSWER</U> </pre> My other Additional lessons on Probability in this site are - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Sample-space-conception-problems-REVISITED.lesson>Sample space conception problems REVISITED</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Solving-probability-problems-using-complementary-probability-REVISITED.lesson>Solving probability problems using complementary probability REVISITED</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Elementary-Probability-problems-related-to-combinations-REVISITED.lesson>Elementary Probability problems related to combinations REVISITED</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/More-conditional-probability-problems.lesson>Conditional probability problems REVISITED</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/More-problems-on-Conditional-probability.lesson>More problems on Conditional probability</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Depended-and-independed-events-REVISITED.lesson>Dependent and independent events REVISITED</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Elementary-operations-on-sets-help-solving-Probability-problems-REVISITED.lesson>Elementary operations on sets help solving Probability problems - REVISITED</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Solving-problems-on-Binomial-distribution-manually.lesson>Simple and simplest probability problems on Binomial distribution</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Typical-binomial-distribution-probability-problems.lesson>Typical binomial distribution probability problems</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/How-to-calculate-binomial-probabilities-using-Technology.lesson>How to calculate Binomial probabilities with Technology (using MS Excel)</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Solving-problems-on-Binomial-distribution-using-Technology.lesson>Solving problems on Binomial distribution with Technology (using MS Excel)</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Solving-problems-on-Binom-distr-with-Technology-%28using-online-solver%29.lesson>Solving problems on Binomial distribution with Technology (using online solver)</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Using-general-probability-formulas-for-a-union-or-intersection-of-events.lesson>Using general probability formulas for a union or intersection of events</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Twisted-probability-problem-on-intersect-and-unions-of-events.lesson>Twisted probability problems on intersections and unions of sets of events</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Miscellaneous-problems-on-Probability.lesson>Miscellaneous problems on Probability</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/The-chances-to-be-rescued-from-an-inhabitant-island.lesson>The chances to be rescued from an inhabitant island</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Analyzing-chains-of-random-events.lesson>Analyzing chains of random events</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Math-expectation-of-winning-in-game-problems.lesson>Math expectation of winning in games problems</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Math-expectation-of-winning-in-lottery-problems.lesson>Math expectation of winning in lottery problems</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Math-expectation-of-winning-in-games-with-rolling-pair-of-dice.lesson>Math expectation of winning in games with rolling pair of dice</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Problems-on-uniformly-distributed-random-variables.lesson>Problems on uniformly distributed random variables</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Classic-problem-of-Elementary-Geometric-Probability-theory.lesson>Classic problems of Elementary Geometric Probability theory</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Twisted-probability-problems.lesson>Twisted probability problems</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Entertainment-probability-problems.lesson>Entertainment probability problems</A> - <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/OVERVIEW-of-my-Additional-lessons-on-Probability.lesson>OVERVIEW of my additional lessons on Probability</A> Use this file/link <A HREF=https://www.algebra.com/algebra/homework/complex/ALGEBRA-II-YOUR-ONLINE-TEXTBOOK.lesson>ALGEBRA-II - YOUR ONLINE TEXTBOOK</A> to navigate over all topics and lessons of the online textbook ALGEBRA-II.