Question 737218
Please help me solve the following equation, "A rectangle is 2 centimeters longer than it is wide. If both the length and width are doubled, its area is increased by 72 square centimeters. Find the dimensions of the original rectangle."
***
let x=width of rectangle
x+2=length of rectangle
Area=length*width
..
area of original rectangle=x(x+2)=x^2+2x
area of enlarged rectangle=2x*2(x+2)=2x(2x+4)=4x^2+8x
area of enlarged rectangle-area of original rectangle=72
(4x^2+8x)-(x^2+2x)=72
4x^2+8x-x^2-2x)=72
3x^2+6x-72=0
x^2+2x-24=0
(x+6)(x-4)=0
x=-6 (reject)
or
x=4
x+2=6
width of original rectangle=4 cm^2
length of original rectangle=6 cm^2