document.write( "Question 746216: The length of a rectangle is 7 inches longer than it is wide. If the area is 170 square inches, what are the dimensions of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #454221 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! x = width x + 7 = length \n" ); document.write( "x(x+7) = 170 \n" ); document.write( "x^2 + 7x - 170 = 0 \n" ); document.write( " (x + 17)( x - 10)\r \n" ); document.write( "\n" ); document.write( "Therefore x = 10 as x = -17 no answer.\r \n" ); document.write( "\n" ); document.write( "Width = 10 inches \n" ); document.write( "Length = 17 inches \n" ); document.write( " |