Question
Simplify the following trigonometric expression:13cos
63 o cosec 27 o - 5cot 56 o cot 34 oSolution
13cos 63 o cosec 27 o - 5cot 56 o cot 34 o
= 13cos 63 o cosec (90 o - 63 o ) - 5cot 56 o cot (90 o - 56 o )
Using, cosec (90 - A) = sec A and cot (90 - A) = tan A
= 13cos 63 o sec 63 o - 5cot 56 o tan 56 o
Since, sec A is reciprocal of cos A and cot A is reciprocal of tan A.
= 13 - 5 = 8
Which of the following statements about parameter passing in Python is TRUE?
Which traversal method visits the root node first in trees?
Which OSI model layer is responsible for reliable delivery of data between devices?
What is the worst-case time complexity for inserting an element into a hash table that uses separate chaining for collision resolution?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
Hashing is used for:
Which algorithm is used for shortest path in graphs?
Which of the following phases in the Software Development Life Cycle (SDLC) ensures that the final product meets the agreed-upon requirements and specif...
Which of the following best describes Abstraction in Object-Oriented Programming (OOP)?
Which tree traversal method visits the root node *after* visiting both its left and right subtrees?