|
Question 828601: One number is 7 times another number. If the sum of the two numbers is 216, find the numbers.
Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! ---
x = 7y
x + y = 216
---
put the system of linear equations into standard form:
---
x - 7y = 0
x + y = 216
---
copy and paste the above linear system in standard form into this matrix-method solver:
https://sooeet.com/math/system-of-linear-equations-solver.php
---
solution:
x = 189
y = 27
---
system matrix
1 -7
1 1
---
inverse of system matrix
0.125 0.875
-0.125 0.125
---
determinant of system matrix = 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
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php
|
|
|
| |