Question:medium

If the constant term in the expansion of \((1 + 2x - 3x^3) \left(\frac{3}{2}x^2 - \frac{1}{3x}\right)^9\) is \( p \), then \( 108p \) is equal to _________.

Updated On: Aug 10, 2026
Show Solution

Correct Answer: 54

Solution and Explanation

Expression provided:

\[ \left(1 + 2x - 3x^3\right)\left(\frac{3}{2}x^2 - \frac{1}{3x}\right)^9 \]

General term derived:

\[ T_r = \binom{9}{r} \left(\frac{3}{2}x^2\right)^{9-r} \left(-\frac{1}{3x}\right)^r \]

Simplified general term:

\[ T_r = \binom{9}{r} \left(\frac{3}{2}\right)^{9-r} \left(-\frac{1}{3}\right)^r x^{18-3r} \]

To isolate the constant term, the exponent of \(x\) must be zero:

\[ 18 - 3r = 0 \implies r = 6 \]

Substituting \(r = 6\) into the general term:

\[ T_6 = \binom{9}{6} \left(\frac{3}{2}\right)^3 \left(-\frac{1}{3}\right)^6 \]

Individual component calculations:

\[ \binom{9}{6} = 84, \quad \left(\frac{3}{2}\right)^3 = \frac{27}{8}, \quad \left(-\frac{1}{3}\right)^6 = \frac{1}{729} \] \[ T_6 = 84 \times \frac{27}{8} \times \frac{1}{729} = \frac{7}{18} \]

Next, substituting \(r = 7\) to determine the coefficient of \(x^{-3}\):

\[ T_7 = \binom{9}{7} \left(\frac{3}{2}\right)^2 \left(-\frac{1}{3}\right)^7 \]

Calculations for \(T_7\):

\[ \binom{9}{7} = 36, \quad \left(\frac{3}{2}\right)^2 = \frac{9}{4}, \quad \left(-\frac{1}{3}\right)^7 = -\frac{1}{2187} \] \[ T_7 = 36 \times \frac{9}{4} \times -\frac{1}{2187} = -\frac{1}{27} \]

Combined terms for expansion:

\[ \left(1 + 2x - 3x^3\right)\left(\frac{7}{18} + \frac{-1}{27}x^3\right) \]

Simplified result of the constant term calculation:

\[ \text{Constant term} = \frac{7}{18} \]

Given \(p\) represents the constant term, \(p = \frac{7}{18}\). The calculation of \(108p\) is:

\[ 108p = 108 \times \frac{7}{18} = 54 \]

Was this answer helpful?
4