document.write( "Question 177876: Here is one that I am struggling with the directions.
\n" );
document.write( "Find the polynomial for the perimeter and the area. Do not factor.
\n" );
document.write( "there is a rectangle with the length labeled z+5 and the width is labeled z. \r
\n" );
document.write( "\n" );
document.write( "I think the perimeter would be 2z+2(z+5) and the area may be z(z+5). Thanks \n" );
document.write( "
Algebra.Com's Answer #132847 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the polynomial for the perimeter and the area. Do not factor. \n" ); document.write( "there is a rectangle with the length labeled z+5 and the width is labeled z. \n" ); document.write( "-------------------------- \n" ); document.write( "Perimeter = 2(length + width) \n" ); document.write( "P = 2(z+5 + z) = 2(2z + 5) = 4z + 10 \n" ); document.write( "----------------------------------------- \n" ); document.write( "Area = width * length \n" ); document.write( "A = z(z+5) = z^2 + 5z \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |