 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Find the area of the region bounded by the curve `y^2= x`and the lines `x = 1, x = 4`and the x-axis. | 
| Answer» I=`int_1^4 yd(x)` =`int_1^4sqrtxdx` =`2/3(x^(3/2))^4` =`2/3(4^(3/2)-1)` =`2/3(4*2-1)` =`2/3*7` =`14/3 unit^2` | |