document.write( "Question 773780: The area of a rectangle is 160 square inches. The length is four less than three times the width. Find the dimensions of the rectangle. (Show this algebraically...including quadratic.) \n" ); document.write( "
Algebra.Com's Answer #471840 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Width = x \n" ); document.write( "Length = 3x - 4 \n" ); document.write( "Area of Rectangle = length * width \n" ); document.write( "160 = (3x - 4)* x \n" ); document.write( "160 = 3x^2 - 4x \n" ); document.write( "3x^2 - 4x - 160 = 0 \n" ); document.write( "(3x + 20)(x - 8) = 0 \n" ); document.write( "3x + 20 = 0 \n" ); document.write( "3x = -20 \n" ); document.write( "x = -20/3 (no answer x < 0) \n" ); document.write( "x - 8 = 0 \n" ); document.write( "x = 8 \n" ); document.write( "Width = 8ins \n" ); document.write( "Length = 20ins \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |