Answer: Equation is 4x^2+44x = 240
This is the same as 4x^2+44x-240 = 0
You can divide everything by 4 to get x^2+11x-60 = 0
There are a number of ways to represent the equation
There's only one final answer for x however and it is x = 4
The width of the path is 4 feet
================================================================
Step-by-step explanation:
The garden is 10 ft by 12 ft, so its area is 10*12 = 120 square feet. This is ignoring the boundary surrounding the garden. It's simply the garden area itself.
Adding on the border will have the 10 ft jump to 10+x+x = 2x+10 ft. Similarly, the 12 turns to 2x+12. The larger rectangle is (2x+10) ft by (2x+12) ft giving an area of...
(2x+10)*(2x+12) = 2x*2x + 2x*12 + 10*2x + 10*12
(2x+10)*(2x+12) = 4x^2 + 24x + 20x + 120
(2x+10)*(2x+12) = 4x^2 + 44x + 120
You can use the FOIL rule, distributive property, or the box method to expand out what is shown above.
4x^2 + 44x + 120 represents the area of the garden plus the border, aka the area of the larger rectangle. Subtract off the area of the smaller rectangle (120) and we get...
border area only = (larger rectangle area) - (smaller rectangle area)
border area only = (4x^2 + 44x + 120) - (120)
border area only = 4x^2 + 44x
---------------------------
We're told the concrete path or border is 240 square feet, so,
4x^2 + 44x = 240 ... is one way to write the equation
4x^2 + 44x - 240 = 0 ... is another way
4(x^2 + 11x - 60) = 0
x^2 + 11x - 60 = 0 ... yet another way
(x + 15)(x - 4) = 0 ... factoring
x+15 = 0 or x-4 = 0 ... zero product property
x = -15 or x = 4
The x value is a width. A negative width makes no sense. We will ignore x = -15 and only focus on x = 4.
The concrete path has a width of 4 feet. Therefore, the initial 10 ft dimension jumps to 2x+10 = 2*4+10 = 18 ft and the 12 ft jumps to 2x+12 = 2*4+12 = 20 ft
Basically, the 10 by 12 smaller rectangle jumps to a 18 by 20 ft rectangle
The larger rectangle has area 18*20 = 360, then we subtract off the garden area (120) getting 360-120 = 240 which is the proper path area we were initially told. This confirms we have the right answer.