document.write( "Question 992195: A rectangle is 6 times as long as it is wide. The area is 96 square feet. What is the perimeter of the rectangle?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #611824 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A rectangle is 6 times as long as it is wide. The area is 96 square feet. What is the perimeter of the rectangle? \n" ); document.write( "----- \n" ); document.write( "L = 6W \n" ); document.write( "L*W = 96 \n" ); document.write( "--- \n" ); document.write( "6W*W = 96 \n" ); document.write( "W*W = 16 \n" ); document.write( "W = 4 ft \n" ); document.write( "------------ \n" ); document.write( "Perimeter = 2W + 2L \n" ); document.write( " \n" ); document.write( " |