To find the probability that three distinct points P, Q, and R chosen from the set X form a triangle with a positive integer area, we first determine the elements of the set X.
The set X is defined as:
X={(x,y)∈Z×Z:8x2+20y2<1 and y2<5x}
Step 1: Find the points in X
From the condition y2<5x, since y2≥0, we must have x>0. Since x∈Z, x≥1.
From the ellipse inequality 8x2+20y2<1, we observe:
8x2<1⟹x2<8⟹x∈{1,2}
-
For x=1:
- The condition y2<5x becomes y2<5⟹y∈{−2,−1,0,1,2}.
- Checking the ellipse condition: 81+20y2<1⟹y2<87×20=17.5, which holds true for all y∈{−2,−1,0,1,2}.
- So, there are 5 points on the line x=1:
{(1,−2),(1,−1),(1,0),(1,1),(1,2)}
-
For x=2:
- The condition y2<5x becomes y2<10⟹y∈{−3,−2,−1,0,1,2,3}.
- Checking the ellipse condition: 84+20y2<1⟹20y2<21⟹y2<10, which holds true for all y∈{−3,−2,−1,0,1,2,3}.
- So, there are 7 points on the line x=2:
{(2,−3),(2,−2),(2,−1),(2,0),(2,1),(2,2),(2,3)}
Thus, the total number of points in X is:
n(X)=5+7=12
Step 2: Total number of ways to choose 3 points
The total number of ways to choose 3 distinct points from X is:
Ntotal=(312)=3×2×112×11×10=220
Step 3: Find the number of favorable outcomes
Any three points chosen can either have 2 points on x=1 and 1 point on x=2, or 1 point on x=1 and 2 points on x=2. (Note: Choosing all 3 points on the same vertical line yields an area of 0, which is not positive).
The area Δ of a triangle formed by two points (x1,y1),(x1,y2) on one line and a third point (x2,y3) on the other line is:
Δ=21×base×height=21∣y1−y2∣×∣x2−x1∣=2∣y1−y2∣(since ∣2−1∣=1)
For Δ to be a positive integer, the difference ∣y1−y2∣ must be a positive even integer. This occurs if and only if y1 and y2 have the same parity (both even or both odd).
Case 1: Two points on x=1 and one point on x=2
On the line x=1, y∈{−2,−1,0,1,2}:
- Even y-coordinates: {−2,0,2} (3 points)
- Odd y-coordinates: {−1,1} (2 points)
Number of ways to choose 2 points on x=1 with the same parity:
(23)+(22)=3+1=4
For each pair, there are 7 choices for the third point on x=2:
N1=4×7=28
Case 2: One point on x=1 and two points on x=2
On the line x=2, y∈{−3,−2,−1,0,1,2,3}:
- Even y-coordinates: {−2,0,2} (3 points)
- Odd y-coordinates: {−3,−1,1,3} (4 points)
Number of ways to choose 2 points on x=2 with the same parity:
(23)+(24)=3+6=9
For each pair, there are 5 choices for the third point on x=1:
N2=9×5=45
Step 4: Calculate the total favorable outcomes and probability
Total number of favorable combinations:
Nfavorable=N1+N2=28+45=73
Therefore, the required probability P is:
P=NtotalNfavorable=22073
Thus, the correct option is B.