- #1
JJBladester
Gold Member
- 286
- 2
Homework Statement
I'm studying for the FE exam and it's been a while since I've done some of the more basic math.
One of the practice problems for the math section states:
"A marksman can hit a bull's-eye from 100 m with three out of every four shots. What is the probability that he will hit a bull's-eye with at least one of his next three shots?"
Homework Equations
I don't know of any.
The Attempt at a Solution
The solution has been given but I want to solve it differently. The book's solution states:
P(miss) = 1- P(hit) = 1 - 3/4 = 1/4
P(at least one) = 1 - P(none) = 1- ((P(miss) X P(miss) X P(miss)) = 1- (1/4)(1/4)(1/4) = 63/64
I want to solve the problem by calculating and then summing the three probabilities:
P{at least 1 hit in 3 shots} = P{1 hit in 3 shots} + P{2 hits in 3 shots} + P{3 hits in 3 shots}
So my problem is how to find the probability of these three scenarios. I tried mapping out what different combinations there could be and found 8. See below (1 = hit, 0 = miss, column = attempt #).
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
I thought the answer would be:
P{1 hit in 3 shots} + P{2 hits in 3 shots} + P{3 hits in 3 shots} = 3/8 + 2/8 + 1/8 = 3/4
... but it's not. How do I factor the P(hit) = 3/4 into the above equation?