Question
A man observes the top of a tower at an angle of
elevation of 45°. He walks 50 meters towards the tower, and the angle of elevation becomes 60°. What is the height of the tower?Solution
Let the height of the tower be h, and the initial distance from the man to the tower be d. From the first observation: tan(45°) = h/d, so h = d. From the second observation: tan(60°) = h/(d - 50), so h/(d - 50) = √3. Substitute h = d into the second equation and solve to get h = 25(√3+3) meters. Correct option: a) 25(√3+3) meters
Which of the following statements about normalization in relational databases is correct?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which protocol is used by devices to obtain an IP address automatically in a network?
In a data warehouse, which of the following best describes the concept of "data granularity"?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following best illustrates Encapsulation in Object-Oriented Programming?