Apply discounts sequentially: first 25%, then an additional 20% on the discounted price.
\\(\begin{aligned}
\text{After 25\% off} &= \$120 \times 0.75 = \$90
\\
\text{After additional 20\% off} &= \$90 \times 0.80 = \$72
\\
\text{Overall discount} &= \$120 - \$72 = \$48
\\
\text{Overall percentage discount} &= \frac{48}{120} \times 100\% = 40\%
\end{aligned}\\)
Final Answer: Final price \$72, Overall discount 40%