Question
If cos A = 4/5 and A is an acute angle, find the value
of 3 tan A + 4 sec A.Solution
Given cos A = 4/5. Using the identity sin² A + cos² A = 1, we find sin A = √(1 - (4/5)²) = √(1 - 16/25) = √(9/25) = 3/5. Now, tan A = sin A / cos A = (3/5) / (4/5) = 3/4, and sec A = 1 / cos A = 5/4. So, 3 tan A + 4 sec A = 3 * (3/4) + 4 * (5/4) = 9/4 + 20/4 = 29/4 = 7.25. Answer: c) 7.25
In Python, which of the following is immutable?
Which type of malware disguises itself as legitimate software but has malicious intent once installed?
 What is the output of the following code: x = 5; y = 2; print(x ** y)?
Which of the following is used to declare a list in Python?
Which of the following algorithms is commonly used in Machine Learning for clustering tasks?   Â
In C, which function is used to dynamically allocate memory?
Which software development methodology emphasizes iterative development and customer feedback? Â Â Â Â Â Â Â
...Which tree traversal strategy visits all nodes level by level?
Which of the following sorting algorithms is stable?
Which of the following algorithms is used for finding Minimum Spanning Tree?