A rectangle is 5cm longer than it is wide. If its length and its width are both increased by 3cm its area is increased by 60cm, how do you find the dimension of the original rectangle?

1 Answer
Nov 23, 2016

The original width was 6cm and the length was 11cm

Explanation:

You are working with two different rectangles. The original one and the larger one.

Write what you know about each of them:

Original rectangle:#color(white)(xxxxxxxxxx)# larger rectangle

#w = xcolor(white)(xxxxxxxxxxxxxxxxxx)w = (x+3)#
#l= x+5color(white)(xxxxxxxxxxx.xxxxx) l = (x+8)#

#A = l xx bcolor(white)(xxxxxxxx.xxxx.xxx) A = l xx b#
#A = x(x+5)color(white)(xxxxxxxxxx.xxx) A = (x+3)(x+8)#

The new area is 60 cm larger than the original area.

#x(x+5) +60 = (x+3)(x+8)#

#x^2 +5x+60 = x^2+11x+24#

#60-24 = 11x-5x

#36 = 6x#

#x = 6#

The original width was 6cm and the length was 11cm