3

Finding the value of $m-n$ if $m+n=7$, $mn=12$

I tried the following,

As we know, $a^2+b^2=(a-b)^2+2ab$

But, where do I put $m+n$ value?

Please help. I am stuck.

N. F. Taussig
  • 76,571

4 Answers4

10

Hint: Since $m+n = 7$, we have $m = 7-n$. Hence, $12 = mn = (7-n)n$.

Can you solve this quadratic?

JimmyK4542
  • 54,331
7

You can use $$(m-n)^2=(m+n)^2-4mn=7^2-4\cdot 12=1.$$ So?

mathlove
  • 139,939
4

Go one step further with what you are trying to use: $$(a+b)^2 = (a-b)^2 + 4ab$$

2

$(m+n)^2-(m-n)^2=4mn$

$7^2-(m-n)^2=4*12$

$49-48=(m-n)^2$

yields

$m-n=+-(1)$

SA-255525
  • 187