document.write( "Question 604677: A rectangular garden has a length that is four times its width. If the area of the garden is 676 square feet, find the length and the width. \n" ); document.write( "
Algebra.Com's Answer #381447 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! Length = L \n" ); document.write( "Width = W\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "L = 4W \n" ); document.write( "Area = length * width \n" ); document.write( "676 = 4W * W \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "W = 13 \n" ); document.write( "L = 4W = 4 * W = 4 * 13 = 52\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so, the length is 52 feet and the width is 13 feet \n" ); document.write( " |