Question
From the top of a building, the angle of depression of
two cars on a straight road are 30° and 60° respectively. If the height of the building is 120 meters, find the distance between the two cars.Solution
Let the distance of the first car from the base of the building be x, and the distance of the second car be y. For the first car, using tan(30°) = height / distance: tan(30°) = 120 / x 1/√3 = 120 / x x = 120√3 meters. For the second car, using tan(60°) = height / distance: tan(60°) = 120 / y √3 = 120 / y y = 120 / √3 = 40√3 meters. The distance between the two cars is x - y: 120√3 - 40√3 = 80√3 meters. Correct answer: b
What does the term "code optimization" refer to in the context of software development?
Which of the following statements accurately describes the use of the SQL CREATE statement?
In n-gram models, what does 'n' represent?
What is perplexity in language models?
Which is relational Database
Which of the following practices is essential for maintaining security compliance in both Windows and Unix/Linux environments?Â
Average waiting time of all process?
What are the 3v’s of Big Data?
In a binomial heap, if the root is greater than the left child and less than the right child, which of the following statements is correct?