You can put this solution on YOUR website! ---
x = length
y = width
---
x = y + 3
2x + 2y = 54
---
put the system of linear equations into standard form:
---
x - y = 3
2x + 2y = 54
---
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 = length = 15 in.
y = width = 12 in.
---
system matrix
1 -1
2 2
---
inverse of system matrix
0.5 0.25
-0.5 0.25
---
determinant of system matrix = 4
---
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