document.write( "Question 190493: The length of a rectangle is four times its width. If the area of the rectangle is 196m2 , find its perimeter.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #143043 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Let w = width \n" ); document.write( "then \n" ); document.write( "4w = length (length of a rectangle is four times its width) \n" ); document.write( ". \n" ); document.write( "w(4w) = 196 \n" ); document.write( "4w^2 = 196 \n" ); document.write( "w^2 = 49 \n" ); document.write( "w = 7 meters \n" ); document.write( " \n" ); document.write( " |