I am having trouble finding all the real solutions to this problem. I do not undertand how to solve it, and I have a test on Polynomials tomorrow. The problem is "Find all real solutions using your calculator. Round to the nearest hundredth: $36x^3 + 6x^2 = 9x$"
2026-04-13 15:41:35.1776094895
Find all real solutions: $36x^3 + 6x^2 = 9x$
145 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can factor the equation as follows. $$36x^{3} + 6x^{2} - 9x = 0$$ $$3x\left(12x^{2} + 2x - 3\right) = 0.$$
From this, you know that one solution is $\boxed{x = 0}.$ We must now find the solutions to $12x^{2} + 2x - 3 = 0.$ As this is not factorable, we can use the quadratic formula to find the others. We do this as follows. $$x = \frac{-2 \pm \sqrt{4 + 144}}{24}$$ $$= \frac{-2 \pm \sqrt{148}}{24}$$ $$= \frac{-2 \pm 2\sqrt{37}}{24}$$ $$= \boxed{-\frac{1}{12} \pm \frac{\sqrt{37}}{12}}.$$
I leave you to find the decimal approximations.