document.write( "Question 774218: The length of a rectangle is six times its width.
\n" ); document.write( "If the perimeter of the rectangle is 98 cm, find its area.
\n" ); document.write( "

Algebra.Com's Answer #472107 by pakhi(24)\"\" \"About 
You can put this solution on YOUR website!
Let the width of the rectangle be 'w'cm.
\n" ); document.write( "Therefore the length of the rectangle is '6w'cm.
\n" ); document.write( "The perimeter of the rectangle is given by the formula 2(length + width) ----(1)
\n" ); document.write( "The area of the rectangle is given by the formula (length * width) ----------(2)
\n" ); document.write( "The perimeter of the rectangle is given as 98cm.
\n" ); document.write( "Putting the values of length, width and perimeter in equation 1 we get
\n" ); document.write( " 2(6w + w) = 98
\n" ); document.write( "or 2(7w) = 98
\n" ); document.write( "or 14w = 98
\n" ); document.write( "or w = 98/14 = 7
\n" ); document.write( "So the width of the rectangle is 7cm.
\n" ); document.write( "So the length of the rectangle is 6w = 6*7 = 42cm.
\n" ); document.write( "Therefore the area of the rectangle is (length * width) = 42 * 7 = 294sq.cm.
\n" ); document.write( "
\n" );