Question: Solve the differential equation y\'\' - 3y\' + 2y = 0.
Options:
Correct Answer: y = C1e^(x) + C2e^(2x)
Solution:
The characteristic equation is r^2 - 3r + 2 = 0, which factors to (r - 1)(r - 2) = 0. The general solution is y = C1e^(x) + C2e^(2x).