Question
A point P is 15 meters away from the base of a building.
The angle of elevation to the top of the building is 60°, while the angle of elevation to the top of a flagpole on the building is 75°. Find the height of the flagpole if the height of the building is already 15√3 meters.Solution
The total height to the top of the flagpole = h1 + h2, where h1 is the building's height and h2 is the flagpole's height. For the flagpole: tan 75° = (h1 + h2)/15. √3 + 2 = (15√3 + h2)/15. 15(√3 + 2) = 15√3 + h2. 15√3 + 30 = 15√3 + h2. h2 = 30. Correct answer: a) 30 m
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
Max-Flow Min-Cut theorem states:
Which of the following is an example of an emerging technology that is most likely to impact the future of computing?
Which of the following is a common issue that can arise from poorly designed recursive functions?
What will be the output of the following Java snippet?
class A {
   public void display() {
       System.out.pr...
What is the purpose of the keys() method in a dictionary?
If an algorithm takes $5n²  + 3n + 10$ steps for an input of size n, its Big O notation would be:
In B+ trees, which of the following statements is FALSE?
Which of the following is a good practice when debugging?
A graph where edges have a direction (e.g., from A to B, but not necessarily B to A) is called a: