Question:medium

The arithmetic mean of n number series is $\bar{x}$. The sum of last n-1 numbers is k. Then the first number will be:

Show Hint

To test this algebraic relationship, plug in simple numbers:
- Let the series be \(\{2, 4, 6\}\). Here, \(n=3\).
- Mean \(\bar{x} = (2+4+6)/3 = 4\).
- Sum of the last \(n-1\) numbers (4 and 6) is \(k = 10\).
- Calculate the first number: \(n\bar{x} - k = (3 \times 4) - 10 = 12 - 10 = 2\).
This matches our first number, confirming the formula works.
  • 1
  • $n\bar{x} - k$
  • (n-1) $\bar{x}$ - k
  • k
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0