Question
The angle of elevation of the top of a 70 feet tall
tower from the initial position of a person on the ground was 30°. She walked towards the tower in a manner that the foot of the tower, her initial position and the final position were all in the same straight line. If she walked 140(√3/3) feet from her initial position, what was the angle of elevation of the top of the tower from her final position?Solution
tan B = 70/AB tan 30˚ = 70/AB => 1/√3 = 70/AB AB = 70√3 Now, => AD = AB - BD => AD = 70√3 - 140√3/3 => AD = 70√3/3 Now, => tan θ = 70/(70√3/3) = 3/√3 => tan θ = √3/1 = tan 60˚
Which of the following Big Data processing models is based on the concept of continuous data flow processing?
Which test is commonly applied in time series analysis to determine whether a series is stationary?
A retail company wants to optimize its marketing strategy by segmenting customers based on purchasing patterns. Which technique is most suitable for thi...
Which data transformation scales features to a range of 0 to 1?
What is polymorphism in Python?
Which of the following statements about the mean, median, and mode is true when applied to a dataset with a skewed distribution?
In Pandas, which function reads CSV files?
Which of the following best describes a key advantage of containerization over traditional virtual machines?
A disk scheduling system receives requests for the following cylinders: 98, 183, 37, 122, 14, 124, 65, 67. If the current position of the disk head is a...
A developer is tasked with implementing a task scheduling system where multiple tasks with dependencies need to be executed. Which data structure would ...