P = 2(L + W)
L = W + 5
A = 4P + 2
P = 2(W + 5 + W)
P = 2(2W + 5)
P = 4W + 10
A = 4P + 2
A = 4(4W + 10) + 2
A = 16W + 42
A = L * W
A = W(W + 5)
A = W^2 + 5W
W^2 + 5W = 16W + 42
W^2 + 5W - 16W - 42 = 0
W^2 - 11W - 42 = 0
(W + 3)(W - 14) = 0
W - 14 = 0
W = 14 <==
L = W + 5
L = 14 + 5
L = 19 <==
P = 2(19 + 14)
P = 2(33)
P = 66
A = L * W
A = 19 * 14
A = 266
answer : length = 19, width = 14....perimeter = 66....area = 266
Alll are integers since they are defined exactly.
Answer:
(1, 6 )
Step-by-step explanation:
5x + 2y = 17 → (1)
4x + y = 10 → (2)
Multiplying (2) by - 2 and adding to (1) will eliminate the y- term
- 8x - 2y = - 20 → (3)
Add (1) and (3) term by term to eliminate y
- 3x + 0 = - 3
- 3x = - 3 ( divide both sides by - 3 )
x = 1
Substitute x = 1 into either of the 2 equations and solve for x
Substituting into (1)
5(1) + 2y = 17
5 + 2y = 17 ( subtract 5 from both sides )
2y = 12 ( divide both sides by 2 )
y = 6
solution is (1, 6 )