document.write( "Question 253329: a rectangle has an area of 24 square units. the width is 5 units less than the length. what is the lenght in units of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #185619 by hokies(65)![]() ![]() You can put this solution on YOUR website! L * W = 24 \n" ); document.write( "W = L - 5\r \n" ); document.write( "\n" ); document.write( "Solve this system of equations (plug the 2nd equation into the 1st equation): L=8, W=3 \n" ); document.write( " |