document.write( "Question 206448: A rectangle has an area of 24 square units. The width is 5 units less than the length. What is the length, in units, of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #156001 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Area = Length * Width \n" ); document.write( ". \n" ); document.write( "but W = L -5 \n" ); document.write( ". \n" ); document.write( "A= L*W = L*(L-5) = L^2 -5L \n" ); document.write( ". \n" ); document.write( "but we are given A= 24,,,,so,,24 = L^2 -5L \n" ); document.write( ". \n" ); document.write( "or L^2 -5L -24 =0,,,,,factoring \n" ); document.write( ". \n" ); document.write( "(L-8)(L+3) =0 \n" ); document.write( ". \n" ); document.write( "L=8,,,-3(not realsitic) \n" ); document.write( ". \n" ); document.write( "W= L-5 = 8-5 = 3 \n" ); document.write( ". \n" ); document.write( "Check: A=L*W= 8*3 = 24,,,,,ok \n" ); document.write( " \n" ); document.write( " |