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?
A
P cannot be placed at a corner
B
S cannot be placed at a corner
C
U cannot be placed at a mid-point
D
R cannot be placed at a corner

Explanation

Correct : b

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science