InterviewSolution
Saved Bookmarks
| 1. |
Two systems of rectangular axes have the same origin. If plane cut the intercepts a,b,c on co-ordinate axes for 1st system aned intercepts a', b'', c' on 2nd system then pick the correct alternatives |
|
Answer» `(1)/( a ^(2)) + (1)/( b ^(2) ) + (1 )/( C ^(2)) - (1)/(a^('2)) - (1)/(b^('2)) - (1)/(c ^('2)) =0` |
|