InterviewSolution
Saved Bookmarks
| 1. |
`1/(x+y)` और `1/(x-y)` का योग हैA. `(2y)/(x^(2)-y^(2))`B. `(2x)/(x^(2)-y^(2))`C. `(-2y)/(x^(2)-y^(2))`D. `(2x)/(y^(2)-x^(2))` |
|
Answer» Correct Answer - B According to the question `implies 1/(x+y)+1/(x-y)` `implies (x-y+x+y)/(x^(2)-y^(2))implies(2x)/(x^(2)-y^(2))` |
|