document.write( "Question 864842: The length of a rectangle is 5 times the width. The area is 125 square centimeters. What is the length \n" ); document.write( "
Algebra.Com's Answer #521359 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
This could be solved symbolically first, but then you might not see quickly if the resulting quadratic equation is factorable.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = length
\n" ); document.write( "y = width
\n" ); document.write( "x = 5y
\n" ); document.write( "\"xy=125\" meaning \"%285y%29y=125\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This example is easier to solve directly with the given values and not in pure symbolic form. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"5y%5E2=125\"
\n" ); document.write( "\"y%5E2=125%2F5\"
\n" ); document.write( "\"y%5E2=25\"
\n" ); document.write( "\"y=5\"----- the width
\n" ); document.write( "\"25=x\"----- the length
\n" ); document.write( "
\n" );