

InterviewSolution
Saved Bookmarks
1. |
Without changing the direction of the axes, the origin is transferred to the point (2, 3). Then the equation x2 + y2 – 4x – 6y + 9 = 0 changes to (A) x2 + y2 + 4 = 0 (B) x2 + y2 = 4 (C) x2 + y2 – 8x – 12y + 48 = 0 (D) x2 + y2 = 9 |
Answer» The correct option (B) x2 + y2 = 4 Explanation: x → x + 2, y → y + 3 ∴ (x + 2)2 + (y + 3)2 – 4(x + 2) – 6(y + 3) + 9 = 0 ⇒ x2 + 4x + 4 + y2 + 6y + 9 – 4x – 8 – 6y – 18 + 9 = 0 ⇒ x2 + y2 – 4 = 0 |
|