document.write( "Question 256612: I'm trying to find a polynomial for the perimeter and area of a rectangle. n+6 is on the top and n is on the right side..\r
\n" );
document.write( "\n" );
document.write( "I came up with n^2+12+36 for the area polynomial and (n+6)^2+n^2 for the perimeter.. not sure if these are correct though. Please advise. thanks!\r
\n" );
document.write( "\n" );
document.write( "Phil \n" );
document.write( "
Algebra.Com's Answer #188709 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Given the length of the rectangle = n+6 \n" ); document.write( "And the width of the rectangle = n \n" ); document.write( "Perimeter = 2(n+6+n) = 2(2n+6) = 4n+12 \n" ); document.write( "And Area = (n+6)*n = n^2+6n \n" ); document.write( " |