Given function: $f(x) = x^4 e^{-2x/3}$ for $x > 0$
To find maximum, take derivative and set equal to zero:
$$f'(x) = \frac{d}{dx}(x^4 e^{-2x/3})$$
Using product rule: $$f'(x) = 4x^3 e^{-2x/3} + x^4 \cdot e^{-2x/3} \cdot \left(-\frac{2}{3}\right)$$
$$f'(x) = 4x^3 e^{-2x/3} - \frac{2x^4}{3} e^{-2x/3}$$
$$f'(x) = e^{-2x/3} \left(4x^3 - \frac{2x^4}{3}\right)$$
$$f'(x) = e^{-2x/3} \cdot x^3 \left(4 - \frac{2x}{3}\right)$$
Set $f'(x) = 0$:
Since $e^{-2x/3} > 0$ and $x^3 > 0$ for $x > 0$:
$$4 - \frac{2x}{3} = 0$$
$$4 = \frac{2x}{3}$$
$$12 = 2x$$
$$x = 6$$
Verify it's a maximum (second derivative test or check sign change):
Therefore, $x = 6$ is a maximum.
Answer: 6.00