document.write( "Question 759146: Find the perimeter of a rectangle if the length is (4c +7)and the width is (c-3).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #461872 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! P = 2L + 2W\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 2(4c+7) + 2(c-3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 8c+14 + 2c-6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = (8c+2c)+(14-6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = (10c)+(8)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 10c + 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 10c + 8 \n" ); document.write( " |