document.write( "Question 30015:  I am trying to solve this equation:
\n" );
document.write( "P = 2LW+4LH solving for L   \n" );
document.write( "
| Algebra.Com's Answer #16782 by sdmmadam@yahoo.com(530)      You can put this solution on YOUR website! P = 2LW+4LH ----(1) \n" ); document.write( "That is 2LW+4LH = P \n" ); document.write( "That is 2L(W+2H) = P \n" ); document.write( "Dividing by 2(W+2H) \n" ); document.write( "L = P/[2(W+2H)] \n" ); document.write( " |