document.write( "Question 582692: What is the area of rectangle if the length is 5 more than twice the width? \n" ); document.write( "
Algebra.Com's Answer #372174 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width = x \n" ); document.write( "length = 2x+5\r \n" ); document.write( "\n" ); document.write( "area = length * width\r \n" ); document.write( "\n" ); document.write( "Area = x(2x+5)\r \n" ); document.write( "\n" ); document.write( "Area = 2x^2+5x \n" ); document.write( " |