InterviewSolution
Saved Bookmarks
| 1. |
A: The transformed equation of x^(2) - y^(2) + 2x + 4y=0 when the origin is shifted to the point (-1,2) is X^(2) - Y^(2) +3=0. R: If x,y terms are elimianted form ax^(2) + 2hxy +by^(2) + 2gx + 2fy +c=0 by shifting the origin to (alpha, beta) then the transformed equation is ax^(2)+ 2hxy + by^(2) + galpha + f beta + c=0 |
|
Answer» Both A and R are TRUE and R is the CORRECT explanation of A. |
|