document.write( "Question 723255: Find the perimeter of a rectangular \r
\n" );
document.write( "\n" );
document.write( "region with side lengths 6 ft. and 12 ft. I am coming up with 36.\r
\n" );
document.write( "\n" );
document.write( "6 + 12 + 6 + 12
\n" );
document.write( "Am I figuring this correctly?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #443089 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Yes but usually we write it: \n" ); document.write( "p = 2(L) + 2(W) \n" ); document.write( "p = 2(12) + 2(6) \n" ); document.write( "p = 24 + 12 \n" ); document.write( "p = 36 \n" ); document.write( " |