document.write( "Question 191594: Width of a rectangle is 5 ft less than the lenght. the area is 6ft^2. find the length and the width \n" ); document.write( "
Algebra.Com's Answer #143752 by douger(3)![]() ![]() ![]() You can put this solution on YOUR website! area = width * length = \n" ); document.write( "length = L \n" ); document.write( "width = length - 5 = L-5\r \n" ); document.write( "\n" ); document.write( "L(L-5) = 36\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(subtract 36 from both sides)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(need to find 2 numbers such that when multiplied together they equal 36)\r \n" ); document.write( "\n" ); document.write( "(9 and 4 work)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "width = 9 \n" ); document.write( "length = 4 \n" ); document.write( " |