|
Question 826634: Find three consecutive odd integers such that three times the second minus the third is 33 more than the first.
Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! ---
z = x + 4
y = x + 2
3y - z = x + 33
---
put the system of linear equations into standard form:
---
x - z = -4
x - y = -2
x - 3y + z = -33
---
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 = 31
y = 33
z = 35
---
system matrix
1 0 -1
1 -1 0
1 -3 1
---
inverse of system matrix
-1 3 -1
-1 2 -1
-2 3 -1
---
determinant of system matrix = 1
---
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
|
|
|
| |