0
$\begingroup$

Hi I came across the following question where I need to find $mk$ from $ (x-2) (x+k) = x^2 + mx - 10 $ The answer is 15. Any suggestions on how I could do that ?

  • 0
    Use the relation between the roots of a polynomial and its coefficients.2012-07-10

3 Answers 3

1

The sum of the roots $(2, -k)$ equals $-m$. The product of the roots $-2k=-10$. Therefore $k=5$ and $m=3$.

  • 0
    Aneesh gave the full explanation!2012-07-10
1

You can find the product $(x-2)(x+k)$, getting $x^2+(k-2)x-2k$. This is supposed to be the same polynomial as $x^2+mx-10$.

So the constant terms must match, and the coefficients of $x$ must match. That gives us $-2k=-10$ amd $k-2=m$. From $-2k=10$, we conclude that $k=5$. Then from $k-2=m$ we conclude that $m=3$. It follows that $mk=15$.

1

Expression$ (x-2) (x+k) = x^2 + mx - 10 $ can be rewriten as $ x^2+(k-2)x-2k = x^2 + mx - 10 $ equating the coefficients next to same power of $x$ we get that $k-2=m$ and $-2k=-10$ or$ k=5$ and $m=5-2=3$ that means $mk=5\times 3=15$

  • 0
    there is $x^0=1$2012-07-10