Squaring a Binomial

51 Views Asked by At

How to find ab if:

$$ a - b = 3 $$ $$ a^2 - b^2 = 21 $$

What I already know is the following: To find ab for:

$$ a - b = 3 $$ $$ a^2 + b^2 = 29 $$

ab is: $$ 2ab = (a^2 + b^2) - (a - b)^2 $$

2

There are 2 best solutions below

0
On BEST ANSWER

$$ a^2 - b^2 = (a+b)(a-b) = 21 \Rightarrow (a+b)\times 3 = 21 $$

Can you finish the calculation from here?

0
On

From $a-b=3$ and $(a-b)(a+b)=21$ we get $a-b=3$ and $a+b=7$ and $a=5$, $b=2$.