document.write( "Question 322105: Perimeter of a rectangle. The width of a rectangular playground
\n" );
document.write( "is 2x - 5 feet, and the length is 3x + 9 feet. Write a
\n" );
document.write( "polynomial P(x) that represents the perimeter and then
\n" );
document.write( "evaluate this perimeter polynomial if x is 4 feet\r
\n" );
document.write( "\n" );
document.write( "Thanks for you help
\n" );
document.write( "Vanessa \n" );
document.write( "
Algebra.Com's Answer #230577 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\n" ); document.write( "p=2(2x-5+3x+9) \n" ); document.write( "p=2(5x+4) \n" ); document.write( "p=10x+8 \n" ); document.write( "if x=4 \n" ); document.write( "then \n" ); document.write( "p=48 \n" ); document.write( " \n" ); document.write( " |