 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | `int(cosx)/((1+sinx)(2+sin x))dx` | 
| Answer» Correct Answer - `log|(1+sin x)/(2+sin x)|+C` Putting `sin x=t` and` cos x dx=dt,`we get `I=int(dt)/((1+t)(2+t)).` | |