Please guide me on what conclusions can I draw from the following information
Nine people are standing in a $3\times3$ matrix arrangement. Rajat is the tallest among the shortest persons in each row. Sanket is the shortest among the tallest persons in each column
A. Rajat is the 3rd shortest person
B. Sanket is shorter than Rajat
C. Sanket is the 3rd tallest person.
D. Sanket is taller than Rajat
The only thing I was able to think of was writing
Rajat${}= \max( \min(a_{11},a_{12},a_{13}) , \min(a_{21},a_{22},a_{23}) , \min(a_{31},a_{32},a_{33}) )$
Sanket${} = \min( \max(a_{11},a_{21},a_{31}) , \max(a_{12},a_{22},a_{32}) , \max(a_{13},a_{23},a_{33}) )$
