Sum of four consecutive even numbers is 60. Find the product of second and…
2026
Sum of four consecutive even numbers is 60. Find the product of second and third numbers.
- A.
192
- B.
168
- C.
224
- D.
288
Attempted by 4 students.
Show answer & explanation
Correct answer: C
Concept: Four consecutive even numbers differ by 2 each, so they can be written as x, x+2, x+4, x+6. Their sum reduces to a single linear equation in x, and solving that one equation fixes the entire sequence.
Working:
Let the four consecutive even numbers be x, x+2, x+4, x+6.
Sum = x + (x+2) + (x+4) + (x+6) = 4x + 12.
Set 4x + 12 = 60, so 4x = 48, giving x = 12.
The four numbers are 12, 14, 16, 18.
Second number = 14, third number = 16, so their product = 14 × 16 = 224.
Check: 12 + 14 + 16 + 18 = 60, which matches the given sum, confirming the sequence is correct.
Answer: The product of the second and third numbers is 224.