document.write( "Question 378637: The width of a rectangle is 55 cm less than three times its length. The area of the rectangle is 100 cm^2. Find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #268927 by richard1234(7193) You can put this solution on YOUR website! Suppose the length of the rectangle is x cm. Then the width is 3x - 55.\r \n" ); document.write( "\n" ); document.write( "Now, we have\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Luckily, this factors to (3x + 5)(x - 20) = 0, so either x = -5/3 or x = 20. We take the positive value, so the length is 20 and the width is 5. \n" ); document.write( " |