document.write( "Question 1051542: Find the perimeter of a rectangle that has a lenght of 12 feet and a width of 10 feet \n" ); document.write( "
Algebra.Com's Answer #667014 by sabikabahjat(2)\"\" \"About 
You can put this solution on YOUR website!
Perimeter is the sum of all sides of any figure.\r
\n" ); document.write( "\n" ); document.write( "Rectangle has two equal lengths = 12 feet
\n" ); document.write( " two equal widths = 10 feet
\n" ); document.write( " perimeter = (2*12) + (2*10)
\n" ); document.write( " = 44 feet
\n" ); document.write( "
\n" );