You can put this solution on YOUR website! ---
x = width
y = length
---
3600 = 2x + 2y
y = 5x
---
put the system of linear equations into standard form
---
2x + 2y = 3600
5x - y = 0
---
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 by matrix method:
x = width = 300 m
y = length = 1500 m
---
system matrix
2 2
5 -1
---
inverse of system matrix
0.083333333 0.16666667
0.41666667 -0.16666667
---
determinant of system matrix = -12
---
now solve by substitution method:
---
3600 = 2x + 2y
y = 5x
---
3600 = 2x + 2(5x)
3600 = 2x + 10x
12x = 3600
---
solution by substitution method:
x = width = 300 m
y = length = 1500 m
---
NOTE:
solution by matrix method agrees with solution by substitution method.
---
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 4-equations 4-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php