|
Question 926862: the sum of two numbers is twenty. the difference of the squares of the two numbers is eighty. find the two numbers
Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! x = first number
y = second number
---
x + y = 20
xx - yy = 80
---
y = 20 - x
xx - (20 - x)(20 - x) = 80
---
xx - (400 - 40x + xx) = 80
xx - 400 + 40x - xx = 80
-400 + 40x = 80
40x = 480
x = 12
y = 20 - 12
y = 8
---
answer:
x = 12
y = 8
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Convert fractions, decimals, and percents:
https://sooeet.com/math/fraction-decimal-percent.php
---
Calculate and graph the linear regression of any data set:
https://sooeet.com/math/linear-regression.php
|
|
|
| |