Question:medium

Expand the expression \((x+ \frac{1}{x})^6\).

Updated On: Jan 23, 2026
Show Solution

Solution and Explanation

Given:

(x + 1/x)6


Step 1: Use Binomial Theorem

(a + b)6 = a6 + 6a5b + 15a4b2 + 20a3b3 + 15a2b4 + 6ab5 + b6

Let
a = x,   b = 1/x


Step 2: Substitute values

(x + 1/x)6 =

x6 + 6x5(1/x) + 15x4(1/x2) + 20x3(1/x3) + 15x2(1/x4) + 6x(1/x5) + 1/x6


Step 3: Simplify

(x + 1/x)6 =

x6 + 6x4 + 15x2 + 20 + 15/x2 + 6/x4 + 1/x6


Final Answer:

(x + 1/x)6 = x6 + 6x4 + 15x2 + 20 + 15/x2 + 6/x4 + 1/x6

Was this answer helpful?
0