InterviewSolution
Saved Bookmarks
| 1. |
If x2 + y2 + ax + by = 3 represents a circle with centre at (1, -3), find a and b. |
|
Answer» Given x2 + y2 + ax + by – 3 = 0 & center = (1, -3), a = ?, b = ? Here \(\frac{a}{2}\) = 1 & \(\frac{b}{2}\) = -3 ⇒ a = 2 & b = – 6. |
|