Question:medium

If a, b, c are positive numbers then value of \((a+b+c) \left(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}\right)\), is

Show Hint

This is a direct application of the AM-HM inequality for \(n\) variables: \(\frac{x_1 + x_2 + \dots + x_n}{n} \geq \frac{n}{\frac{1}{x_1} + \frac{1}{x_2} + \dots + \frac{1}{x_n}}\). For \(n=3\), moving the denominators yields \((a+b+c)(\frac{1}{a}+\frac{1}{b}+\frac{1}{c}) \geq 3 \times 3 = 9\).
Updated On: May 12, 2026
  • \(\geq 10\)
  • \(\geq 9\)
  • \(\geq 12\)
  • None of these
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Question:
This question asks for the minimum value of a specific algebraic expression involving three positive real numbers $a, b,$ and $c$. This is a classic problem in the study of inequalities. The expression is the product of the sum of the variables and the sum of their reciprocals. Because the variables are restricted to being positive, we can apply various mean-related inequalities to establish a lower bound.
Step 2: Key Formulas and approach:
Two common approaches can be used for this problem:
1. The Arithmetic Mean-Harmonic Mean (AM-HM) Inequality: $\frac{a+b+c}{3} \geq \frac{3}{\frac{1}{a} + \frac{1}{b} + \frac{1}{c}}$. Rearranging this directly gives $(a+b+c)(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}) \geq 9$.
2. Algebraic Expansion: Multiplying the two brackets out and using the property that for any positive $x$, $x + \frac{1}{x} \geq 2$.
We will use the expansion method as it provides a clear step-by-step derivation of why the value 9 is the absolute minimum.
Step 3: Detailed Explanation:

We start by expanding the product $(a+b+c) \times (\frac{1}{a} + \frac{1}{b} + \frac{1}{c})$:

Term-by-term multiplication: $a(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}) + b(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}) + c(\frac{1}{a} + \frac{1}{b} + \frac{1}{c})$.

Resulting terms: $(1 + \frac{a}{b} + \frac{a}{c}) + (\frac{b}{a} + 1 + \frac{b}{c}) + (\frac{c}{a} + \frac{c}{b} + 1)$.

Combining the constant integers: $1 + 1 + 1 = 3$.

Now group the remaining reciprocal pairs: $3 + (\frac{a}{b} + \frac{b}{a}) + (\frac{b}{c} + \frac{c}{b}) + (\frac{a}{c} + \frac{c}{a})$.

Using the AM-GM inequality for two positive terms, we know $\frac{x}{y} + \frac{y}{x} \geq 2$.

Applying this to our pairs:

$(\frac{a}{b} + \frac{b}{a}) \geq 2$

$(\frac{b}{c} + \frac{c}{b}) \geq 2$

$(\frac{a}{c} + \frac{c}{a}) \geq 2$

Summing these lower bounds: Value $\geq 3 + 2 + 2 + 2$.

Value $\geq 9$.

Note that equality occurs when $a = b = c$, in which case the expression becomes $(3a)(3/a) = 9$.

Step 4: Final Answer:
The minimum value of the expression for positive numbers is 9. Therefore, the correct option is (B).
Was this answer helpful?
0