SOLUTION: A rectangle is 2 inches longer than it is wide. Numerically, its area exceeds its perimeter by 31. Find the perimeter.
Algebra ->
Expressions-with-variables
-> SOLUTION: A rectangle is 2 inches longer than it is wide. Numerically, its area exceeds its perimeter by 31. Find the perimeter.
Log On
Let x be the width, in inches;
then the length is (x+2) inches.
The area is x*(x+2) square inches.
The perimeter is 2x + 2*(x+2) = 4x + 4 inches.
The equation is
x*(x+2) - (4x+4) = 31, or
x^2 +2x - 4x + 2 - 4 = 31
x^2 - 2x - 35 = 0
(x-7)*(x+5) = 0.
Of the two roots x= 7, x= -5, only value of 7 is positive and is the solution to the problem.
The dimensions of the rectangle are 7 and 9 inches. ANSWERCHECK. The area is 7*9 = 63 sq.inches. The perimeter is 2*(7+9) = 32 inches. The difference is 63 - 32 = 31. ! Correct !
You can put this solution on YOUR website! let x be the width
let x+2 be the length
A=area
P=perimeter
A=lw
=x(x+2)
A=x²+2x
P=2x+2(x+2)
=2x+2x+4
P=4x+4
The equation is:
area-perimeter=31
(x²+2x)-(4x+4)=31
x²+2x-4x-4=31
x²-2x-4-31=0
x²-2x-35=0
by completing the square:
x²-2x+1=35+1
(x-1)²=36
√(x-1)²=±√36
x-1=±6
Take the positive value of the roots/factors
x=1+6
x=7 - the width
Substitute the value of x to the length representation:
x+2= 7+2= 9-the length
Perimeter: Substitute the positive value of the root(width) to:
P=4x+4
=4(7)+4
P=32"