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