Question
Two sides of a triangle are 10 cm
and 15 cm. Which of the following can be the third side of the triangle?Solution
ATQ,
According to the given property of triangles, the sum of the lengths of any two sides must exceed the length of the third side. Option A: Length of third side = 26 cm Sum of the other two sides = 10 + 15 = 25 cm Since, 26 > 25. This triangle cannot be formed. Option B: Length of third side = 5 cm Sum of the other two sides = 10 + 5 = 15 cm Since, 15 = 15. This triangle cannot be formed. Option C: Length of third side = 12 cm Sum of the other two sides = 10 + 12 = 22 cm Since, 22 > 12. This triangle can be formed. Option D: Length of third side = 30 cm Sum of the other two sides = 10 + 15 = 25 cm Since, 30 > 25. This triangle cannot be formed.
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?