document.write( "Question 1060491: if L=4 and W=3
\n" );
document.write( "what is the value of P=2(L+W)
\n" );
document.write( "what is the answer ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #675422 by addingup(3677) You can put this solution on YOUR website! in P=2(L+W) substitute the letters for the values for each that are given to you, the values given to you are L=4 and W=3. Then distribute the 2 over the elements inside the parenthesis: \n" ); document.write( "P=2(4+3); P=8+6 Add to get P \n" ); document.write( " |