If the length of a rectangle is increased by 2 and its width is increased by 3, the area will increased by 58. If its length is decreased by 8 and its width is decreased by 6, the area will decreased by 88. Find the difference between the length and the width of the original rectangle.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If we call the length l and the width w , we see ( l +2)( w +3)= l w +58 l w + 2 w + 3 l +6= l w +58 2 w + 3 l =52.
We are also told ( l -8)( w -6)= l w -88 l w - 8 w - 6 l +48= l w -88 8 w + 6 l =136.
Solving these simultaneously we get l =12 and w =8. 12-8= 4