 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Find the general solution of each of the following differential equations: `(dy)/(dx)=e^(x+y)` | 
| Answer» Correct Answer - `e^(x)+e^(-y) =C` `(dy)/(dx)=e^(x)*e^(y) rArr (1)/(e^(y)) dy = e^(x)dx rArr int e^(-y)dy = int e^(x)dx +C` | |