document.write( "Question 319323: 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.
\n" ); document.write( "

Algebra.Com's Answer #228658 by nyc_function(2741)\"\" \"About 
You can put this solution on YOUR website!
The perimeter of a rectangle is found using P = 2L + 2W.\r
\n" ); document.write( "\n" ); document.write( "Width = 2x - 5\r
\n" ); document.write( "\n" ); document.write( "Length = 3x + 9\r
\n" ); document.write( "\n" ); document.write( "P(x) = perimeter or P\r
\n" ); document.write( "\n" ); document.write( "P(x) = 2(3x + 9) + 2(2x - 5)\r
\n" ); document.write( "\n" ); document.write( "P(x) = 6x + 18 + 4x - 10\r
\n" ); document.write( "\n" ); document.write( "P(x) = 10x + 8\r
\n" ); document.write( "\n" ); document.write( "We now replace x with 4 and simplify.\r
\n" ); document.write( "\n" ); document.write( "P(4) = 10(4) + 8\r
\n" ); document.write( "\n" ); document.write( "P(4) = 40 + 8\r
\n" ); document.write( "\n" ); document.write( "P(4) = 48\r
\n" ); document.write( "\n" ); document.write( "Done!
\n" ); document.write( "
\n" );