答题:
原解题过程中的错误出现在第一步确定方程系数上。
原方程:$3x^{2} - 7x = 2$ 应化为标准形式:
$3x^{2} - 7x - 2 = 0$。
在原解题过程中,错误地将 $c$ 定为 $2$,而没有移项使方程右边为$0$,正确的系数应为 $a = 3, b = -7, c = -2$。
正确的解法如下:
解:
$\because a = 3, b = -7, c = -2$,
$\therefore b^{2} - 4ac = (-7)^{2} - 4 × 3 × (-2) = 49 + 24 = 73$,
$\therefore x = \frac{7 \pm \sqrt{73}}{2 × 3} = \frac{7 \pm \sqrt{73}}{6}$,
$\therefore x_{1} = \frac{7 + \sqrt{73}}{6}, \quad x_{2} = \frac{7 - \sqrt{73}}{6}$。