document.write( "Question 757326: A rectangle is 10n centimeters long by (n + 6) centimeters wide. Write its area as a polynomial. \n" ); document.write( "
Algebra.Com's Answer #460744 by LearnWithMajor(33)![]() ![]() ![]() You can put this solution on YOUR website! Area of a rectangle is equal to length times width\r \n" ); document.write( "\n" ); document.write( "A = l*w\r \n" ); document.write( "\n" ); document.write( "l = 10n centimeters \n" ); document.write( "w = n+6 centimeters\r \n" ); document.write( "\n" ); document.write( "A = 10n(n+6) square centimeters \n" ); document.write( " |