document.write( "Question 1001801: The formula for finding the perimeter of a rectangle is P=2L+2W \r
\n" );
document.write( "\n" );
document.write( "Solve this formula for L \n" );
document.write( "
Algebra.Com's Answer #618877 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "P=2L+2W \n" ); document.write( "2L = P - 2W \n" ); document.write( "L = (P - 2W)/2 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |