You can put this solution on YOUR website! ---
z = x + 2
y = x + 1
x + (1/2)z = y + 16
---
put the system of linear equations into standard form:
---
x - z = -2
x - y = -1
x - y + 0.5z = + 16
---
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 = 32
y = 33
z = 34
---
system matrix
1 0 -1
1 -1 0
1 -1 0.5
---
inverse of system matrix
1 -2 2
1 -3 2
0 -2 2
---
determinant of system matrix = -0.5
---
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