 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Integrate the following : int(x^2+sqrtx)^2dx | 
| Answer» SOLUTION :`INT(x^2+sqrtx)^2dx` =`int(x^4+x+2x^2xxsqrtx)DX` =`intx^4dx`+`intxdx`+`2intx^(1/2)dx` `1/5x^5+1/2x^2+2xx2/7x^(7/2)+C` `1/5x^5+1/2x^2+4/7x^(7/2)+C` | |