document.write( "Question 1024080: A rectangle with an area of 104 square inches has a width that is 5 inches less than its length write an equation representing the area of the rectangle \n" ); document.write( "
Algebra.Com's Answer #639538 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make length = 'x' \n" ); document.write( "width = x - 5 \n" ); document.write( "Area = length x width \n" ); document.write( "104 = x(x - 5) \n" ); document.write( "104 = x^2 - 5x \n" ); document.write( "x^2 - 5x - 104 = 0 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |