document.write( "Question 483897: the probability that a bullet fired from a point will hit the target is 1/3. Three such bullets are fired simultaneously towards the target from that very point. What is the probability that the target will be hit? \n" ); document.write( "
Algebra.Com's Answer #331141 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
p = probability that the target will be hit = 1/3
\n" ); document.write( "q = probability that the target will not be hit = 1 - 1/3 = 2/3
\n" ); document.write( "p + q = 1, as it should, since either the target will be hit or the target will not be hit.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability that the target will be hit is equal to 1 - the probability that the target will not be hit.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability that the target will not be hit is 2/3 * 2/3 * 2/3 because you are firing at the target 3 times and each time the probability that the target will not be hit is 2/3.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability that the target will not be hit is therefore 8/27 (2*2*2)/(3*3*3).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since the total probability is 1 which is equivalent to 27/27, then the probability that the target will be hit is equal to 27/27 - 8/27 = 19/27\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is the short way to solve this problem.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the long way is to look at the probability that:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a. the target is hit 1 time only.
\n" ); document.write( "b. the target is hit 2 times only.
\n" ); document.write( "c. the target is hit 3 times only.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since the target can't be hit any other way, then the probability that the target will be hit will be the sum of these 3 independent events.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability that any of the posssible events is given by the formula:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "nCx * p^x * q^(n-x)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n is the total number of shots fired at the target.
\n" ); document.write( "x is the number of times the target can be hit exactly.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this comes out to be:\r
\n" ); document.write( "\n" ); document.write( "3C0 * p^0 * q^3
\n" ); document.write( "3C1 * p^1 * q^2
\n" ); document.write( "3C2 * p^2 * q^1
\n" ); document.write( "3C3 * p^3 * q^0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We already solved for 3C0 * p^0 * q^3
\n" ); document.write( "that number came out to be 8/27
\n" ); document.write( "3C0 equals 3!/(0!*3!) which equals 1
\n" ); document.write( "p^0 = 1
\n" ); document.write( "q^3 = (2/3) * (2/3) * (2/3) which equals 8/27
\n" ); document.write( "3C0 * p^0 * q^3 = 1 * 1 * 8/27 = 8/27\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We can solve for 3C3 * p^3 * q^0 easy enough.
\n" ); document.write( "3C3 equals (3! / (3!*0!) which equals 1
\n" ); document.write( "p^3 = (1/3) * (1/3) * (1/3) which equals 1/27
\n" ); document.write( "q^0 = 1
\n" ); document.write( "3C3 * p^3 * q^0 = 1 * 1/27 * 1 = 1/27\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We can solve for 3C1 * p^1 * q^2 as follows:
\n" ); document.write( "3C1 = 3! / (1!*2!) = 3!/2 = 6/2 = 3
\n" ); document.write( "p^1 = 1/3
\n" ); document.write( "q^2 = 2/3 * 2/3 = 4/9
\n" ); document.write( "3C1 * p^1 * q^2 = 3 * 1/3 * 4/9 = 3/3 * 4/9 = 12/27\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We can solve for 3C2 * p^2 * q^1 as follows:
\n" ); document.write( "3C2 = 3! / (2!*1!) = 3!/2 = 6/2 = 3
\n" ); document.write( "p^2 = 1/3 * 1/3 = 1/9
\n" ); document.write( "q^1 = 2/3
\n" ); document.write( "3C2 * p^2 * q^1 = 3 * 1/9 * 2/3 = 3/9 * 2/3 = 6/27\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "our total probabilities are:
\n" ); document.write( "p(0) = 8/27
\n" ); document.write( "p(1) = 12/27
\n" ); document.write( "p(2) = 6/27
\n" ); document.write( "p(3) = 1/27\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The total probability is 8 + 12 + 6 + 1 = 27/27 = 1 as it should.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The probability we will hit the target is p(1) + p(2) + p(3) = 12 + 6 + 1 = 19/27.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "That's the same number we got before when we did 1 - p(0).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We're good and that's your answer.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The probability that the target will be hit is 19/27.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "nCx is the combination formula and it is defined as n! / (x! * (n-x)!)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You need to multiply the probability of each occurrence by the number of ways that occurrence can occur.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "An example:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You have 3 shots.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You want to get 1 out of 3 shots.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The probability is 3C1 * p(1) * q(2).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Assume h means hit and x means miss.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The number of ways is 3C2 which is equal to 3 (we did that above).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Those possible ways are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "hmm
\n" ); document.write( "mhm
\n" ); document.write( "mmh\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "h = hit
\n" ); document.write( "m = miss\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The probability of each of these ways is the same.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The probability of getting 1 out of 3 is p(hmm) + (pmhm) + p(mmh).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since the probability of hmm is equal to the probability of mhm is equal to the probability of mmh, then your probability of getting 1 out of 3 can be expressed as 3 * p(hmm).\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );