Hello, Kenneth,
- The point where we see: x(3x + 1)(2x - 3) = 0 on line 5 looks good, It is telling us that any of the three factors can equal zero. But the x = 0 is missing on line 6. It is a possible answer, so should be included. Same in line 8. It should read x = -1/3, 2/3, 0.
Those are the only errors I can can find.
Factoring 6x3 - 16x2 - 32x = 0
2*(3x3 - 8x2 - 16x) = 0
2x*(3x2 - 8x - 16) = 0
2x*(3x2 - 8x - 16) = 2x*(x-4)(3x+4) = 0
Solutions: 2x = 0, x = 0
x-4 = 0; x = 4
3x+4 = 0; x = -3/4
Factoring 9x2 - 25 = 0
9x2 - 25 = 0
(3x-5)(3x+5) = 0
x = 5/3, -5/3
Bob