X^2-x-m=(x+n)(x+7)求m,n的值需过程
问题描述:
X^2-x-m=(x+n)(x+7)求m,n的值需过程
答
右边=x^2+(n+7)x+7n
由左边=右边有:
-1=n+7 7n=-m
所以有n=-8 m=56