Thank you Jeff! This led me to find 3 as a solution, along with 0. But I was unable to find the 3rd solution. Is there a better way to set up the problem to achieve an "or" chain, so you can find all 3 solutions in the same line of thinking?
Yes, you can solve by factoring the original cubic as Halls did and applying the zero-product property.
However, I know that 0 is a solution to any cubic in the form
[MATH]ax^3 + bx^2 + cx = 0[/MATH]
so I can immediately say that y = 0 is a solution to your specific problem. Moreover, if there are real solutions in addition to 0 (there may not be any), I can use the quadratic formula because
[MATH]x \ne 0 \text { and } ax^3 + bx^2 + cx = 0 \implies ax^2 + bx + c = 0.[/MATH]
So for your problem, we have
[MATH]y \ne 0 \text { and } 3y^3 -6y = 7y^ \implies 3y^2 - 6 = 7y \implies 3y^2 - 7y - 6 = 0 \implies [/MATH]
[MATH]y = \dfrac{7 \pm \sqrt{7^2 - 4(3)(-6)}}{2(3)} = \dfrac{7 \pm \sqrt{49 + 72}}{6} = \dfrac{7 \pm \sqrt{121}}{6} \implies[/MATH]
[MATH]y = \dfrac{7 + 11}{6} = 3 \text { or } y = \dfrac{7 - 11}{6} = -\ \dfrac{2}{3}.[/MATH]
So there are thre solutions, 0, 3, and -2/3.
Complete factoring or reduction to a lower degree are basic ideas in solving polynomial equations.
The important thing to learn from this problem is that there are frequently several ways to solve something. If one method does not work, try another. When I see a quadratic, I use the quadratic formula right away. Others like to try factoring first. Do what works for you.