Problema Solution
what is the area of a rectangle with a width of x+5 and a length of 5x?
Answer provided by our tutors
the area of a rectangle is A = width*length and since the width = x + 5 and the length = 5x we have:
A = (x + 5)*5x
A = 5x^2 + 25x.