Final Answer:
The function f(x) has vertical asymptotes at:
x = 0,
x = 6, and
x = 1.5.
Step-by-step explanation:
Solving 2x^3 - 15x^2 + 18x = 0:
Factoring the polynomial:
We notice 2x appears in all terms, so we factor it out:
2x(x^2 - 7.5x + 9)
Factoring the remaining polynomial:
The remaining polynomial (x^2 - 7.5x + 9) looks factorable, so we try grouping:
(x^2 - 6x) - (1.5x - 9)
We find a common factor of (x - 6) in both terms:
(x - 6)(x - 1.5)
Setting each factor equal to zero and solving:
If either factor equals zero, the original equation is satisfied. So we solve:
x - 6 = 0 --> x = 6
x - 1.5 = 0 --> x = 1.5
Therefore, the solutions are:
x = 0, x = 6, and x = 1.5