document.write( "Question 439443: find a polynomial for the perimeter and for the area
\n" );
document.write( "one side has b+3 and the other side has b
\n" );
document.write( "also it says to simplify the answer but do not factor \n" );
document.write( "
Algebra.Com's Answer #303702 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find a polynomial for the perimeter and for the area \n" ); document.write( "one side has b+3 and the other side has b \n" ); document.write( "also it says to simplify the answer but do not factor \n" ); document.write( "------------ \n" ); document.write( "Perimeter: \n" ); document.write( "P = 2(length + width) \n" ); document.write( "P = 2(b + b+3) \n" ); document.write( "P = 2(2b+3) \n" ); document.write( "P = 4b+6 \n" ); document.write( "---------------- \n" ); document.write( "Area: \n" ); document.write( "A = (length)(width) \n" ); document.write( "A = b(b+3) \n" ); document.write( "A = b^2+3b \n" ); document.write( "================ \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |