Applyo - College Application Platform

CAT 2019 Slot 2 QA Question & Solution

ArithmeticMedium

Question

The average of 30 integers is 5. Among these 30 integers, there are exactly 20 which do not exceed 5. What is the highest possible value of the average of these 20 integers?

Options

3.5
5
4.5
4

Solution

It is given that the average of the 30 integers = 5

Sum of the 30 integers = 30*5=150

There are exactly 20 integers whose value is less than 5.

To maximise the average of the 20 integers, we have to assign minimum value to each of the remaining 10 integers

So the sum of 10 integers = 10*6=60

The sum of the 20 integers = 150-60= 90

Average of 20 integers = $\ \frac{\ 90}{20}$ = 4.5