document.write( "Question 707060:  The length of a rectangle is six times its width. 
\n" );
document.write( "If the perimeter of the rectangle is 126, find its area. \n" );
document.write( "
| Algebra.Com's Answer #435497 by vheroli(126)     You can put this solution on YOUR website! L = 54 \n" ); document.write( "w = 9\r \n" ); document.write( "\n" ); document.write( "A= 54*9 = 486 \n" ); document.write( " |