Question
Two boys are on opposite sides of a tower of 100 m
height. If they measure the elevation of the top of the tower as 30° and 45° respectively then the distance between the boys is?Solution
Let AB is tower of 100m height x,y are the place where 2 boys standing. ∠AxB = 30° ∠AyB = 45° D = h (cotα + cotβ) D = 100 (cot30° + cot45°) D = 100 (√3 + 1) Then distance between the boys is = 100 (√3 + 1)
Which of the following is substring of “IXAMBEE”?
What is the worst-case time complexity of a linear search algorithm on an array of 'N' elements?
Which architecture allows multiple processors to share memory and work simultaneously?
In a Data Analytics pipeline, which of the following is an advantage of using Dimensional Modelling?
Which of the following is true for the time complexity of binary search?
Which algorithm guarantees minimum spanning tree and will produce a different tree depending on tie-breaking?
Counting Sort is an efficient sorting algorithm when the range of input elements (k) is not significantly larger than the number of elements (n). What i...
The amortized time for inserting into a dynamic array (like C++ vector) is:
Which of the following algorithms is best suited for finding the shortest path in a weighted graph where some edges may have negative weights but no neg...
Which of the following is NOT a characteristic of the Internet of Things (IoT)?