document.write( "Question 103273This question is from textbook algerbra 1
\n" );
document.write( ": solve the formula for the perimeter of a regtangle p = 2(L+w) for the with w. \n" );
document.write( "
Algebra.Com's Answer #75128 by JP(22)![]() ![]() You can put this solution on YOUR website! p=2(L+w) First distribute the 2. \n" ); document.write( "p=2L+2w Then, divide 2L and 2w and p by 2. This cancels the 2s in 2L and 2w \n" ); document.write( "p/2=L+w Next, subtract L \n" ); document.write( "p/2-L=w \n" ); document.write( "w=(p/2)-(L) is the solution. \n" ); document.write( " |