Question:medium

The $(x, y)$ coordinates of vertices $P$, $Q$ and $R$ of a parallelogram $PQRS$ are $(-3, -2)$, $(1, -5)$ and $(9, 1)$, respectively. If the diagonal $SQ$ intersects the x-axis at $(a, 0)$, then the value of $a$ is:

Show Hint

In any parallelogram, diagonals always bisect each other. So, to find missing vertices, equate midpoints of the diagonals. This avoids unnecessary vector calculations and simplifies coordinate geometry problems.
Updated On: Jul 4, 2026
  • \(\frac{29}{9}\)
  • \(\frac{27}{9}\)
  • \(\frac{29}{7}\)
  • \(\frac{9}{29}\)
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: First locate \(S\) using the shared midpoint: \(S = P + R - Q = (-3,-2) + (9,1) - (1,-5) = (5, 4)\).
Step 2: The x-axis point \((a, 0)\) must be collinear with \(Q(1,-5)\) and \(S(5,4)\). For three points \((x_1,y_1),(x_2,y_2),(x_3,y_3)\) to be collinear, \(x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) = 0\). Using \((a,0)\), \(Q(1,-5)\), \(S(5,4)\):
\[ a(-5 - 4) + 1(4 - 0) + 5(0 - (-5)) = 0 \Rightarrow -9a + 4 + 25 = 0. \]
Step 3: Solve: \(-9a + 29 = 0 \Rightarrow a = \dfrac{29}{9}\).
\[ \boxed{a = \frac{29}{9}} \]
Was this answer helpful?
0