document.write( "Question 909101: Write the expression for the perimeter of a rectangle with a length that is 4 centimeters longer than three times its width
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #551589 by clearblueskai(22)![]() ![]() You can put this solution on YOUR website! Perimeter: P = 2(l+w) \n" ); document.write( "Length is 4 centimeters longer than thrice of its width: \n" ); document.write( "l= 4+3w \n" ); document.write( "P= 2((4+3w)+w) \n" ); document.write( "P= 8+8w \n" ); document.write( " \n" ); document.write( " |