InterviewSolution
Saved Bookmarks
| 1. |
Given `sec theta=(13)/(12)`, calculate all other trigonometric ratios. |
|
Answer» `sectheta=13/12` so, H=13,B=12,P=5 `costheta=B/H=12/13` `sintheta=P/H=5/13` `tantheta=P/B=5/12` `cosectheta=H/P=13/5` `cottheta=B/P=12/5` |
|