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 #188710 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Area = length * width \n" ); document.write( "Area = n*(n+6) \n" ); document.write( "------------- \n" ); document.write( "Perimeter = 2L + 2W \n" ); document.write( "P = 2n + 2n+12 \n" ); document.write( "P = 4n+12 \n" ); document.write( " |