document.write( "Question 626362: Write an expression that represents the area of a rectangle given that the length =(x+4) and the width =(5x+2) \n" ); document.write( "
Algebra.Com's Answer #394121 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Write an expression that represents the area of a rectangle given that the length =(x+4) and the width =(5x+2) \n" ); document.write( "----- \n" ); document.write( "Area = length*width = (x+4)(5x+2) = x(5x+2) + 4(5x+2) \n" ); document.write( "= 5x^2 + 2x + 20x + 8 \n" ); document.write( "= 5x^2 + 22x + 8 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |