All Exams Test series for 1 year @ ₹349 only
Question

Let a, b, c, d, e, f, g be consecutive even numbers and j, k, l, m, n be consecutive odd numbers. What is the average of all the numbers?

This question was previously asked in
CDS I 2017 General Knowledge Previous Year Paper (05-Feb-2017)
The correct answer is

None of the above

Calculating the Average of Consecutive Even and Odd Numbers

The problem asks for the average of a combined set of numbers: seven consecutive even numbers (a, b, c, d, e, f, g) and five consecutive odd numbers (j, k, l, m, n).

To find the average of a set of numbers, we need to calculate the sum of all the numbers and then divide by the total count of numbers.

Representing the Consecutive Numbers

Let the first even number be a. Since they are consecutive even numbers, each subsequent number is 2 greater than the previous one:

  • a
  • b = a + 2
  • c = a + 4
  • d = a + 6
  • e = a + 8
  • f = a + 10
  • g = a + 12

Let the first odd number be j. Since they are consecutive odd numbers, each subsequent number is 2 greater than the previous one:

  • j
  • k = j + 2
  • l = j + 4
  • m = j + 6
  • n = j + 8

Sum of the Numbers

Let's calculate the sum of the even numbers and the sum of the odd numbers separately.

Sum of Even Numbers (SumE):

\( \text{Sum}_E = a + (a+2) + (a+4) + (a+6) + (a+8) + (a+10) + (a+12) \)

\( \text{Sum}_E = 7a + (0+2+4+6+8+10+12) \)

\( \text{Sum}_E = 7a + 42 \)

Sum of Odd Numbers (SumO):

\( \text{Sum}_O = j + (j+2) + (j+4) + (j+6) + (j+8) \)

\( \text{Sum}_O = 5j + (0+2+4+6+8) \)

\( \text{Sum}_O = 5j + 20 \)

Total Sum of all numbers:

\( \text{Total Sum} = \text{Sum}_E + \text{Sum}_O = (7a + 42) + (5j + 20) = 7a + 5j + 62 \)

Total Count of Numbers

There are 7 even numbers and 5 odd numbers.

\( \text{Total Count} = 7 + 5 = 12 \)

Calculating the Average

The average is the total sum divided by the total count:

\( \text{Average} = \frac{\text{Total Sum}}{\text{Total Count}} = \frac{7a + 5j + 62}{12} \)

This is the correct expression for the average of all the given numbers.

Evaluating the Given Options

Now let's check if any of the provided options match the calculated average \( \frac{7a + 5j + 62}{12} \). We will substitute the values of b, d, l, m, n in terms of a and j.

  • b = a + 2
  • d = a + 6
  • l = j + 4
  • m = j + 6
  • n = j + 8

Option 1: \( \frac{3(a + n)}{2} \)

Substitute n = j + 8:

\( \frac{3(a + (j + 8))}{2} = \frac{3(a + j + 8)}{2} = \frac{3a + 3j + 24}{2} \)

This does not match \( \frac{7a + 5j + 62}{12} \).

Option 2: \( \frac{5l + 7d}{4} \)

Substitute l = j + 4 and d = a + 6:

\( \frac{5(j + 4) + 7(a + 6)}{4} = \frac{5j + 20 + 7a + 42}{4} = \frac{7a + 5j + 62}{4} \)

This does not match \( \frac{7a + 5j + 62}{12} \).

Option 3: \( \frac{a + b + m + n}{4} \)

Substitute b = a + 2, m = j + 6, and n = j + 8:

\( \frac{a + (a + 2) + (j + 6) + (j + 8)}{4} = \frac{a + a + 2 + j + 6 + j + 8}{4} = \frac{2a + 2j + 16}{4} \)

\( \frac{2(a + j + 8)}{4} = \frac{a + j + 8}{2} \)

This does not match \( \frac{7a + 5j + 62}{12} \).

Since none of the first three options match the calculated average, the correct answer is "None of the above".

Variable In terms of 'a' In terms of 'j'
a a -
b a + 2 -
c a + 4 -
d a + 6 -
e a + 8 -
f a + 10 -
g a + 12 -
j - j
k - j + 2
l - j + 4
m - j + 6
n - j + 8

The average of the 12 numbers is \( \frac{7a + 5j + 62}{12} \).

Revision Table: Consecutive Number Average

Concept Description Formula/Example
Consecutive Even Numbers Numbers in a series where each number is 2 greater than the previous one (e.g., 2, 4, 6...) a, a+2, a+4, ...
Consecutive Odd Numbers Numbers in a series where each number is 2 greater than the previous one (e.g., 1, 3, 5...) j, j+2, j+4, ...
Average (Arithmetic Mean) Sum of all values divided by the number of values \( \text{Average} = \frac{\text{Sum of terms}}{\text{Number of terms}} \)
Sum of an Arithmetic Series Sum = (Number of terms / 2) × (First term + Last term) For even numbers: Sum = (7/2) × (a + a+12) = 3.5 × (2a + 12) = 7a + 42
Sum of an Arithmetic Series Sum = (Number of terms / 2) × (First term + Last term) For odd numbers: Sum = (5/2) × (j + j+8) = 2.5 × (2j + 8) = 5j + 20

Additional Information: Properties of Consecutive Numbers

Consecutive numbers, whether even or odd, form an arithmetic progression (AP). In an AP, the difference between consecutive terms is constant. For consecutive even or odd numbers, this constant difference (common difference) is 2.

Key properties relevant to averages:

  • The average of an arithmetic progression is equal to the median (the middle term) if the number of terms is odd.
  • The average of an arithmetic progression is the average of the two middle terms if the number of terms is even.
  • The average of an arithmetic progression is also the average of the first and last term.

For the 7 consecutive even numbers (a to g): The average is (a+g)/2. Since g = a+12, AverageE = (a + a+12)/2 = (2a+12)/2 = a+6. This is the 4th term, which is d (a+6). This matches our sum calculation: (7a+42)/7 = a+6.

For the 5 consecutive odd numbers (j to n): The average is (j+n)/2. Since n = j+8, AverageO = (j + j+8)/2 = (2j+8)/2 = j+4. This is the 3rd term, which is l (j+4). This matches our sum calculation: (5j+20)/5 = j+4.

However, when combining two different sets with potentially different starting points (a and j are not necessarily related), we must calculate the total sum and divide by the total count, as done in the main solution. We cannot simply average the averages of the two sets unless the counts were equal.

\( \text{Average of combined set} \neq \frac{\text{Average}_E + \text{Average}_O}{2} \)

The combined average depends on the individual sums and the total number of terms.

Was this answer helpful?

Similar Questions

  1. In an asymmetrical distribution, if the mean and median of the distribution are 270 and 220 respectively, then the mode of the data is

  2. Consider the following frequency distribution∶

    x

    Frequency

    Cumulative Frequency

    1

    8

    8

    2

    10

    18

    3

    f 1

    29

    4

    f 2

    45

    What are the values of f 1and f 2respectively?

  3. The mean of 5 numbers is 15. If one more number is included, the mean of 6 numbers becomes 17. What is the included number?

  4. A small company pays each of its 5 category ‘C’ workers Rs. 20,000, each of its 3 category ‘B’ workers Rs. 25,000 and a category ‘A’ worker Rs. 65,000. The number of workers earning less than the mean salary is

  5. A cricketer has certain average of 10 innings. In the 11 th inning, he scored 108 runs, thereby increasing his average by 6 runs. What is his new average?

  6. The marks obtained by 5 students are 21, 27, 19, 26, 32. Later on 5 grace marks are added to each student. What are the average marks of the revised marks of the students?

  7. Let the average score of a class of boys and girls in an examination be p. The ratio of boys and girls in the class is 3 ∶ 1. If the average score of the boys is (p + 1), then what is the average score of the girls?

  8. In a class of 100 students, the average weight is 30 kg. If the average weight of the girls is 24 kg and that of the boys is 32 kg, then what is the number of girls in the class?

  9. A library has an average number of 510 visitors on Sunday and 240 on other days. What is the average number of visitors per day in a month of 30 days beginning with Saturday?

  10. The average of the ages of 15 students in a class is 19 years. When 5 new students are admitted to the class, the average age of the class becomes 18.5 years. What is the average age of the 5 newly admitted students?


Important Questions from Average

  1. The average height of 20 students of class 8 is 152 cm and the average height of 15 students of class 9 is 168 cm. What is the average height (to the nearest cm) of the students of both classes?

  2. The average of 4, 6, 8, 12 and x is 7 and the average of x, 9, 13, 15 and y is 9. What is the value of 2x - 3y?

  3. The average weight of 20 girls in a school was 52 kg. Two new students of weight 54 kg and 50 kg were admitted. The ratio of this new average to the old one is:

  4. If the average of two numbers is 13 and the square root of their product is 12, then the difference between the numbers is:

  5. If the average of 5 consecutive odd integers in increasing order is 11 , then the average of the last 3 of them is:

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
CDS img
Defence
UPSC CDS 2026 Mock Test Series
540 Tests 4 Tests Free
1135 Attempts
4.3(168)
English, Hindi
More Questions from CDS

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App