

InterviewSolution
Saved Bookmarks
1. |
The equation `3^(-1)x-pix-pi/2=0`hasone negative solutionone positive solutionno solutionmore than one solution |
Answer» `3cos^-1x-pix -pi/2 = 0` `=>3cos^-1x = pix - pi/2` `=>cos^-1x = (pix)/3 - pi/6` Now, if we draw graph for `cos^-1x` and `(pix)/3 - pi/6`, we can see there is only one point of intersection. Please refer to video to see the graph. Hence, the equation has one positive solution. |
|