Bunuel
Five robotics teams recorded integer scores across five rounds. Two scores were lost: Bolt’s Round 3 score (denoted x) and Echo’s Round 5 score (denoted y).
Facts known about the missing values:
- There were no ties in any round or in the final total scores.
- Bolt finished in a different position in each of the five rounds
- y is the median of Echo’s five round scores.
| Team | Round 1 | Round 2 | Round 3 | Round 4 | Round 5 | Total |
|---|
| Atlas | 22 | 35 | 21 | 31 | 19 | 128 |
| Bolt | 38 | 40 | x | 27 | 18 | 123 + x |
| Circuit | 25 | 29 | 39 | 24 | 27 | 144 |
| Drift | 31 | 41 | 11 | 36 | 22 | 141 |
| Echo | 28 | 33 | 25 | 32 | y | 118 + y |
The placement of x, y, 123 + x, and 118 + y in their respective columns when the table is sorted does not provide any information about the actual values of x or y.
For each of the following statements, select True if the statement is true based on the information provided. Otherwise, select False.
Let’s first take a look at BOLTs position in each of the rounds.
Round 1: Pos 1
Round 2: Pos 2
Round 3: _____
Round 4: Pos 4
Round 5: _____
For Round 3, 39, 25, X, 21,11 (Pos 3)
39, 25, 21, 11, and X. (Pos 5).
For pos 3, x can hold values 24,23,22 only.
For pos 5, X can hold values less than 11 from 10 onwards till 1.
Round 5, has the values 27,22,19,18 and y.
Given that y is the median value of echo scores. So, 33,32, y, 28 and 25.
So, Y being the median, the values of y are : 31,30,29 only.
If Round 5 value of y = 31/30/29 then the value of Bolts score is 18. Arranging the scores in ascending order, we get
31/30/29 , 27, 22, 19,
18 ( score of Bolt = POS 5).Hence, X can assume pos 3 in Round 3:
39, 25,
X , 21, 11.
Question 1: Round 5, the highest score is achieved by Echo.The round 5 scores are : 27,22,19,18 and y.
And, we have found out that y should be any value within 31,30,29.
It’s clear that any value of Y, will give Echo the highest score. Hence,
True.
Question 2: Bolt’s total score is greater than Circuit’s total score.
Circuits total score = 144
Bolts total score = 123 + X
= 123+24 = 147 (Highest possible value)
= 123+23 = 146
= 123+22 = 145.
Clearly all three values (147,146,145) are greater than 144. Hence,
True. Question 3: If Bolt got the highest total score, then Echo scored 28 points in Round 5.The Highest score of Bolt = 147, then echo 118+y can be only among the three values (149,148,147). And, 147 being the lowest score of Echo.
So, Bolt cannot get the highest score. So, the value of Echo cannot be 28 points. Hence,
True.