document.write( "Question 1105757: The perimeter of a rectangle is 800m and the are is 80m square .find the length of the rectangle \n" ); document.write( "
Algebra.Com's Answer #720650 by Alan3354(69443) You can put this solution on YOUR website! The perimeter of a rectangle is 800m and the are is 80m square .find the length of the rectangle \n" ); document.write( "---- \n" ); document.write( "2L + 2W = 800 \n" ); document.write( "L + w = 400 --> L = 400 - W \n" ); document.write( "L*W = 80 \n" ); document.write( "Sub for L \n" ); document.write( "W*(400-W) = 80 \n" ); document.write( "w^2 - 400W + 80 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=========== \n" ); document.write( "W is one of the solutions, L is the other. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |