These two factoring problems have me stumped. I'm certain my factoring is correct. I'm getting it marked as incorrect online though. To make sure, I'm asking you for help. When providing an answer for a factoring problem is it correct to simply write the solution like such:
$$xw + 3x - 6w - 18 = (x-6)(w+3) \\ 3x^2 - 5x - 2 = (3x+1)(x-2)$$
Or is there a more formal, more correct way to illustrate it?
Thanks in advance
For sure both are correct.
For the first equation I would write one more step:
$$xw+3x-6w-18=x(w+3)-6(w+3)=(w+3)(x-6)$$
For the second equation I also would include some more steps:
$1.$ Find the roots $-1/3$ and $2$:
$2.$ Use the standard approach:
$$3(x+1/3)(x-2)=(3x+1)(x-2)$$
Or you can simulate a factoring (knowing the roots):
$$3x^2-5x-2=3x^2-6x+x-2=3x(x-2)+x-2=(3x+1)(x-2)$$
$$$$