document.write( "Question 532156: the area and perimeter of a rectangle 17 ft wide 4 ft long \n" ); document.write( "
Algebra.Com's Answer #350692 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
A = L * W
\n" ); document.write( "17 * 4 = 68 sq. ft.
\n" ); document.write( ".
\n" ); document.write( "P = 2(L+W)
\n" ); document.write( "P = 2(17+4)
\n" ); document.write( "P = 2(21)
\n" ); document.write( "P = 42 ft.
\n" ); document.write( "
\n" );