document.write( "Question 87391: I need help understaning how to solve these types of problems...can someone show me thanks...\r
\n" ); document.write( "\n" ); document.write( "Problem #1
\n" ); document.write( "A coin is tossed 6 times. Find the probabilities of getting the following.\r
\n" ); document.write( "\n" ); document.write( "a) Exactly 3 heads\r
\n" ); document.write( "\n" ); document.write( "Problem #2
\n" ); document.write( "Quality Control A factory tests a random sample of 20 transistors
\n" ); document.write( "for defective transistors. The probability that a particular
\n" ); document.write( "transistor will be defective has been established by past
\n" ); document.write( "experience as .05.\r
\n" ); document.write( "\n" ); document.write( "a) What is the probability that there are no defective transistors
\n" ); document.write( "in the sample?\r
\n" ); document.write( "\n" ); document.write( "Problem#3
\n" ); document.write( "Flu Inoculations A flu vaccine has a probability of 80%
\n" ); document.write( "of preventing a person who is inoculated from getting the
\n" ); document.write( "flu. A county health office inoculates 83 people. Find the
\n" ); document.write( "probabilities of the following.\r
\n" ); document.write( "\n" ); document.write( "a. Exactly 10 of the people inoculated get the flu.
\n" ); document.write( "b. No more than 4 of the people inoculated get the flu.
\n" ); document.write( "c. None of the people inoculated get the flu.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #63322 by longjonsilver(2297)\"\" \"About 
You can put this solution on YOUR website!
these are all examples of a binomial distribution where you have 2 outcomes: a coin is tossed so HEAD or TAIL, an experiment is done so SUCCESS or FAIL etc.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you drew out all the possible outcomes on a probability tree you could find the answers that way, diagramatically but it is tedious for more convoluted questions like yours here. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "All the examples though follow a simple mathematical process:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let x = the event we are interested in, so P(x=0) is the probability that x occurs no times. For this to be true, say out of 6 attempts then the \"other\" outcome would occur 6 times.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Similarly, if x occurred 2 times then the other 4 occurrences must be the \"other\" outcome... the total always adds up to 6, since there are 6 \"attempts\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If one outcome is x then other outcome is y and seeing as there are only 2 outcomes possible, then their probabilities have to add up to 1.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So, all the possible outcomes are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "P(x=0) = 6C0 * (x)^0 * (y)^6
\n" ); document.write( "P(x=1) = 6C1 * (x)^1 * (y)^5
\n" ); document.write( "P(x=2) = 6C2 * (x)^2 * (y)^4
\n" ); document.write( "P(x=3) = 6C3 * (x)^3 * (y)^3
\n" ); document.write( "P(x=4) = 6C4 * (x)^4 * (y)^2
\n" ); document.write( "P(x=5) = 6C5 * (x)^5 * (y)^1
\n" ); document.write( "P(x=6) = 6C6 * (x)^6 * (y)^0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Can you see the very simple pattern here... there are 3 parts to each:
\n" ); document.write( "there is the probability of X raised to a power and the probability of y raised to another power and those 2 powers always add up to 6 (in this case).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The 6C0 etc is the \"combinations\"... you can get this from a formula or on some calculators or from Pascals Triangle.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "eg consider tossing 3 coins. How many heads?\r
\n" ); document.write( "\n" ); document.write( "HHH --> one way...one combination
\n" ); document.write( "mathematically, 3C3 = 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "HHT HTH THH --> three ways... three combinations
\n" ); document.write( "mathematically, 3C2 = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "HTT THT TTH --> three ways... three combinations
\n" ); document.write( "mathematically, 3C1 = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "TTT --> one way...one combination
\n" ); document.write( "mathematically, 3C0 = 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "================================================================
\n" ); document.write( "So, enough of the tutorial:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1. coin tossed 6 times. P(h=3) where h = number of heads and t = number of tails
\n" ); document.write( "P(h) = 1/2
\n" ); document.write( "P(t) = 1/2\r
\n" ); document.write( "\n" ); document.write( "P(h=3) = 6C3 * P(h)^3 * P(t)^3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--> 6C3 = (6*5*4)/(3*2*1) = 20\r
\n" ); document.write( "\n" ); document.write( "So, P(h=3) = 6C3 * P(h)^3 * P(t)^3 becomes
\n" ); document.write( "P(h=3) = 20 * (1/2)^3 * (1/2)^3
\n" ); document.write( "P(h=3) = 20 * (1/8) * (1/8)
\n" ); document.write( "P(h=3) = 20 * 1/64
\n" ); document.write( "P(h=3) = 20/64
\n" ); document.write( "P(h=3) = 10/32
\n" ); document.write( "P(h=3) = 5/16\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2. Quality Control A factory tests a random sample of 20 transistors
\n" ); document.write( "for defective transistors. The probability that a particular
\n" ); document.write( "transistor will be defective has been established by past
\n" ); document.write( "experience as .05.
\n" ); document.write( "a) What is the probability that there are no defective transistors
\n" ); document.write( "in the sample? \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2 outcomes are:
\n" ); document.write( "P(Defective) = 0.05
\n" ); document.write( "P(OK) = 0.95\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let X = number of defective transistors:
\n" ); document.write( "P(X=0) = 20C0 * P(defective)^0 * P(OK)^20
\n" ); document.write( "P(X=0) = 20C0 * (0.05)^0 * (0.95)^20
\n" ); document.write( "P(X=0) = 1 * 1 * (0.95)^20
\n" ); document.write( "P(X=0) = (0.95)^20
\n" ); document.write( "use a calculator to find this.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3. Flu Inoculations A flu vaccine has a probability of 80%
\n" ); document.write( "of preventing a person who is inoculated from getting the
\n" ); document.write( "flu. A county health office inoculates 83 people. Find the
\n" ); document.write( "probabilities of the following.
\n" ); document.write( "a. Exactly 10 of the people inoculated get the flu.
\n" ); document.write( "b. No more than 4 of the people inoculated get the flu.
\n" ); document.write( "c. None of the people inoculated get the flu.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let X = get flu
\n" ); document.write( "so Y = not get flu
\n" ); document.write( "--> i have defined them this way round because the question asks about people NOT getting flu.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "P(X) = 0.20
\n" ); document.write( "P(Y) = 0.80\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a. P(X=10) = 83C10 * P(X)^10 * P(Y)^73
\n" ); document.write( "P(X=10) = 83C10 * (0.2)^10 * (0.8)^73
\n" ); document.write( "whatever this equals using your calculator.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b. probability that no more than 4 people get the flu means we need to add up each probability for \"no-one\", \"only 1 person gets flu\", \"only 2 people get flu\", \"only 3 people get flu\" and \"only 4 people get flu\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So you will have to work out
\n" ); document.write( "P(X=0)
\n" ); document.write( "P(X=1)
\n" ); document.write( "P(X=2)
\n" ); document.write( "P(X=3)
\n" ); document.write( "P(X=4)\r
\n" ); document.write( "\n" ); document.write( "and add these up... tedious, yes :-)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Good luck.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "and try c. yourself :-)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "cheers
\n" ); document.write( "Jon
\n" ); document.write( "
\n" ); document.write( "
\n" );