fameatop
It seems I am late to the party. Anyways better Late than Never. Here is my 2 cents
If x, y and z are three positive integers and x + y +z = 6 & z>1, then what is the probability that x equals 1?
(A) \(\frac{1}{2}\)
(B) \(\frac{1}{3}\)
(C) \(\frac{1}{4}\)
(D) \(\frac{3}{7}\)
(E) \(\frac{4}{7}\)
AnswerExplanationX, Y & Z all Positive Integers and Z >1
Possible scenario's:- X Y Z
1 3 2
2 2 2
3 1 2
1 2 3
2 1 3
1 1 4
Favorable Scenarios = 3
Total Scenarios = 6
Thus probability = 3/6 = \(\frac{1}{2}\)
A shorter method can be as below:
X+Y+Z = 6, where X, Y => 1 and Z > 1, so minimum value Z can have is 2
Distribute 1 to X and Y each and Z = 2
Then X+Y+Z = 2 now to find out how many cases can have X=1, distribute 2 to Y and Z, that is Y+Z=2 -> 3C1 -> 3 ways
All the cases, X+Y+Z = 2 -> 4C2 - 6
Hence 3/6 = 1/2 A)