What is the value of $a-b$ when $a$ and $b$ are constants

261 Views Asked by At

The expression $x^2-k^2$ where $k$ is a constant is equivalent to the expression $(x+a)(x-b)$ where $a$ and $b$ are constants. What is the value of $a-b$?

1

There are 1 best solutions below

0
On

Hint

$$x^2 -k^2 = x^2 + 0x - k^2$$

Can you take this from here? Also take note of fourRightRotation's hint.