 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | The line joining the points `(x ,2x)a n d(3,5)`makes anobtuse angle with the positive direction of the x-axis. Then find the valuesof `xdot` | 
| Answer» Correct Answer - `xin(5//2,3)` The slope joining points `A(x,2x)` and `B(3,5)` is `(2x-5)//(x-3)` if AB makes an angle `theta` with the positive direction of the x-axis, then `tan theta=(2x-5)/(x-3)` Since, `theta` is obtuse, `tanthetalt0` or `(2x-5)/(x-3)lt0` or `x in ((5)/(2),3)` | |