document.write( "Question 841181: Choose an expression that represents the perimeter of the rectangle shown.\r
\n" );
document.write( "\n" );
document.write( "Length=x-2
\n" );
document.write( "Width=x-4 \n" );
document.write( "
Algebra.Com's Answer #506687 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! P = 2*(L+W)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 2*(x-2+x-4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 2*(2x-6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 2*(2x)+2(-6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 4x - 12 \n" ); document.write( " |