document.write( "Question 1004963: the rectangular table for table tennis is x feet long and x-4 feet wide. write algebraic expressions for the perimeter and the area of the table. find the actual perimeter and area using x=9 \n" ); document.write( "
Algebra.Com's Answer #621317 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Perimeter P = 2L + 2W = 2x + 2(x-4) = 2x + 2x - 8 = 4x - 8
\n" ); document.write( "Area = LW = x(x - 4) = x^2 - 4x
\n" ); document.write( "If x = 9,
\n" ); document.write( "then P = 4(9) - 8 = 28 feet
\n" ); document.write( "and A = 9^2 - 4(9) = 45 feet^2
\n" ); document.write( "
\n" );