document.write( "Question 75616: How would I solve the following?:\r
\n" );
document.write( "\n" );
document.write( " Use the formula P = 2L + 2W to find P if L = 13 and W = 8. \n" );
document.write( "
Algebra.Com's Answer #54277 by psbhowmick(878) You can put this solution on YOUR website! P = 2L + 2W \n" ); document.write( "If L = 13 and W = 8 then, \n" ); document.write( "P = 2x13 + 2x8 = 26 + 16 = 42 \n" ); document.write( " |