Question
In a right angle triangle, the product of two sides is
half of the square of the third side (i.e., hypotenuse). Accordingly find out the acute angle?Solution
According to the question, BC×AB = 1/2AC2 -----(1) BC2 + AB2 = AC2 -----(2) by Pythagoras Putting the value of AC2 in equation (2), BC2 + AB2 = 2BC × AB Or BC2 + AB2 - 2BC × AB = 0 Or (BC – AB)2 = 0 Or BC – AB = 0 Or BC = AB Hence ∠BAC = ∠BCA = 45 (As sum of two angles other right angle in a right angle triangle is 900).
Which traversal method in a binary search tree retrieves nodes in sorted order?
Which of the following is true for the time complexity of binary search?
Which data structure is used in BFS (Breadth-First Search)?
For a comparison-based sorting algorithm, which lower bound applies to the worst-case number of comparisons?
Which of the following is NOT a common wireless security protocol?
Which of the following is true for a min-heap?
Which of the following is NOT a divide-and-conquer algorithm?
Which of the following is true about the time complexity of Merge Sort?
In intelligent systems, which of the following is a key characteristic of an expert system?
What is the time complexity of inserting an element in a heap?