Question
If sin(A + B) = √3/2 and cos(A + 2B) = 0, where 0° < A,
B < 90°, then find the value of tan(2A).Solution
sin(A + B) = √3/2
Or, sin(A + B) = sin 60°
Or, A + B = 60° -------- (I)
cos(A + 2B) = 0
Or, cos(A + 2B) = cos 90°
Or, A + 2B = 90° -------- (II)
On solving 2 × equation I – equation II,
We get, 2A + 2B − A − 2B = 120° − 90°
Or, A = 30°
Required value = tan(2A) = tan(60°) = √3
A queue follows which principle for data access?
Which cloud service model allows developers to deploy their applications without managing the underlying infrastructure?
Which feature of OOP allows hiding implementation details while showing only the necessary functionality?
What is the time complexity for inserting a node at the end of a singly linked list if you only have a pointer to the head?
What is the maximum number of nodes in a binary tree of height 'h' (where root is at height 0)?
Which of the following data structures is best suited for implementing a "undo" mechanism in a text editor?
Deletion in Red-Black Trees maintains balance using:
Which of the following is a key characteristic of an effective Management Information System (MIS)?
If an algorithm takes $5n² + 3n + 10$ steps for an input of size n, its Big O notation would be:
What is the time complexity of searching an element in a balanced binary search tree (BST) with nnn nodes?