Michael J. answered 03/13/16
Tutor
5
(5)
Applying SImple Math to Everyday Life Activities
The perimeter of a rectangle is the sum of twice the length and twice the width. The area of the same shape is length times width.
Let width = x
Let length = 4x + 3
Using these variables, write the equations that represents the perimeter and area.
2(x) + 2(4x + 3) = 126
2x + 8x + 6 = 126
10x = 120 ------> perimeter
x(4x + 3) = 612
4x2 + 3x = 612
4x2 + 3x - 612 = 0 -----> area
Since the bolded equations have only one variable, we can rearrange the perimeter equation so that the right side equals zero. Subtract 120 on both sides of that equation to get the right side of the equation equal to zero and then equate the two expressions. So now you will have
10x - 120 = 4x2 + 3x - 612
Now, we make the left side of this new equation equal to zero by subtracting 10x and adding 120.
0 = 4x2 - 7x - 492
Use the quadratic equation to solve for x:
x = (-b ± √(b2 - 4ac)) / 2a
where:
a = 4
b = -7
c = -492
Plug in these values into the formula to solve for x. Once you have solved for x, select the positive value of x.