Computer Sciences > Gate 2022 > 1
The corners and mid-points of the sides of a triangle are named using the distinct letters P, Q, R, S, T, and U, but not necessarily in the same order. Consider the following statements:
i)The line joining P and R is parallel to the line joining Q and S.
ii)P is placed on the side opposite to corner T.
iii)S and U cannot be placed on the same side.
Which one of the following statements is correct based on the above information?
i)The line joining P and R is parallel to the line joining Q and S.
ii)P is placed on the side opposite to corner T.
iii)S and U cannot be placed on the same side.
Which one of the following statements is correct based on the above information?
Explanation
Correct : b
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.