L = length
W = width
A = Area
A = LxW
There are two equations:
LxW = 600
L = W + 10
Plug the right side of the second equation (W+10) into L in the first equation:
(W+10)(W) = 600
W2 + 10W - 600 = 0
Factor or use the Quadratic Formula to solve for W:
W = 20
Plug W=20 back into either of the original equations to solve for L:
L = W + 10 = 20 + 10 = 30
W = 20
L = 30
Perimeter = 2L + 2W = (2)(30) + (2)(20) = 100