document.write( "Question 869242: The width of a rectangle is 5 meters less than the length. The area is 36 square meters. \n" ); document.write( "
Algebra.Com's Answer #524086 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! x = length \n" ); document.write( "x-5 = width (since \"The width of a rectangle is 5 meters less than the length\")\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Length * Width = Area \n" ); document.write( "x*(x-5) = 36 \n" ); document.write( "x^2 - 5x = 36 \n" ); document.write( "x^2 - 5x - 36 = 0\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So your goal is to solve x^2 - 5x - 36 = 0 for x (either factor, complete the square, or use the quadratic formula). Keep in mind that x is positive. \n" ); document.write( " |