SOLUTION: A contractor needs 63 square feet of brick to construct a rectangular walkway. The length of the walkway is 2 feet more than the width. What is the perimeter of the walkway
Algebra ->
Graphs
-> SOLUTION: A contractor needs 63 square feet of brick to construct a rectangular walkway. The length of the walkway is 2 feet more than the width. What is the perimeter of the walkway
Log On
Question 249858: A contractor needs 63 square feet of brick to construct a rectangular walkway. The length of the walkway is 2 feet more than the width. What is the perimeter of the walkway Found 2 solutions by mathhub, stanbon:Answer by mathhub(11) (Show Source):
You can put this solution on YOUR website! Let the width be x
So length = x + 2
Thus area = x*(x+2)
Given Area = 63
=> x(x+2) = 63
=> x^2 + 2x - 63 = 0
=> x^2 + 9x - 7x -63 = 0
=> x(x+9) -7(x + 9) = 0
=>(x-7)(x+9) = 0
=> x = 7 or x = 9
Thus the width of the walkway is 7 and the length is 9. So the perimeter is
2*(7 + 9)
=2*16
=32
You can put this solution on YOUR website! A contractor needs 63 square feet of brick to construct a rectangular walkway. The length of the walkway is 2 feet more than the width. What is the perimeter of the walkway
----------------------
Let the width be "x"; length = "x+2".
----
Area = x(x+2) = 63
x^2 + 2x - 63 = 0
(x+9)(x-7) = 0
Positive solution:
x = 7 ft. (width)
x+2 = 9 ft. (length)
-----------------------
Perimeter = 2(length + width)
P = 2(9+7) = 2(16)
P = 32 ft.
=========================
Cheers,
Stan H.