

InterviewSolution
Saved Bookmarks
1. |
If P + Q = R and P - Q = S, prove that `R^2 + S^2 = 2(P^2 + Q^2)` |
Answer» `R^2 = P^2 Q^2 + 2PQ cos theta …..(i)` `S^2 = P^2 + Q^2 - 2PQ cos theta (i)` Adding these two equations we get, `R^2 + S^2 = 2(P^2 +Q^2)` |
|