You can
put this solution on YOUR website!The area of a rectangle of length x is given by 3x^2+5x. Find the width of the rectangle. How do I do this?
:
You know that:
L * W = A
:
In this problem; L is given as x and A is give (3x^2 + 5x); so we have:
x * W = 3x^2 + 5x
:
Divide both sides by x:
W =

:
Divide both terms by x and you have:
W = 3x + 5; is the width
:
:
Check: L * W would be x*(3x+5) = 3x^2 + 5x which is given as the area
:
Did this help?