Averages of Consecutive Sets

CAT 2024 Slot 1 · QA · Easy · Averages

There are four numbers such that average of first two numbers is 1 more than the first number, average of first three numbers is 2 more than average of first two numbers, and average of first four numbers is 3 more than average of first three numbers. Then, the difference between the largest and the smallest numbers, is

Answer

15

Explanation

Let the four numbers be x1,x2,x3,x4x_1, x_2, x_3, x_4.

  1. x1+x22=x1+1    x2=x1+2\frac{x_1 + x_2}{2} = x_1 + 1 \implies x_2 = x_1 + 2. Average A2=x1+1A_2 = x_1 + 1.
  2. x1+x2+x33=A2+2=x1+3    2x1+2+x3=3x1+9    x3=x1+7\frac{x_1 + x_2 + x_3}{3} = A_2 + 2 = x_1 + 3 \implies 2x_1 + 2 + x_3 = 3x_1 + 9 \implies x_3 = x_1 + 7. Average A3=x1+3A_3 = x_1 + 3.
  3. x1+x2+x3+x44=A3+3=x1+6    3x1+9+x4=4x1+24    x4=x1+15\frac{x_1 + x_2 + x_3 + x_4}{4} = A_3 + 3 = x_1 + 6 \implies 3x_1 + 9 + x_4 = 4x_1 + 24 \implies x_4 = x_1 + 15.

Difference between largest (x4x_4) and smallest (x1x_1) is 1515.

Practise this under exam conditions

Sign in to solve it with a live timer, the on-screen CAT calculator, and streak and accuracy tracking across every question you attempt.

Solve in the workspace