document.write( "Question 398338: Write an expression for the area of a rectangle whose length is 5 inches longer than it's width \n" ); document.write( "
Algebra.Com's Answer #282317 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Write an expression for the area of a rectangle whose length is 5 inches longer than it's width \n" ); document.write( ". \n" ); document.write( "Let w = width of rectangle \n" ); document.write( "then from \"length is 5 inches longer than it's width\": \n" ); document.write( "w+5 = length of rectangle \n" ); document.write( ". \n" ); document.write( "Since area of any rectangle is width*length: \n" ); document.write( "area = w(w+5) \n" ); document.write( "area = w^2+5w \n" ); document.write( " \n" ); document.write( " |