document.write( "Question 78368: The area of a rectangle of lenght x is give by 3x^2+5x. Find the width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #56205 by dolly(163)![]() ![]() ![]() You can put this solution on YOUR website! Area of the rectangle = 3x^2 + 5x \n" ); document.write( "Length of the rectangle = x \n" ); document.write( "Thus the width = Area/length \n" ); document.write( " = (3x^2 + 5x)/x \n" ); document.write( " = 3x^2/x + 5x/x \n" ); document.write( " = 3x + 5\r \n" ); document.write( "\n" ); document.write( "Thus the width of the rectangle = 3x + 5 \n" ); document.write( " \n" ); document.write( " |