document.write( "Question 23797: Suppose that the length of a certain rectangle is 2 cm more than three times its width. If the area of the rectangleis 56 square centimeters, find its length and width. \n" ); document.write( "
Algebra.Com's Answer #12550 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! let the length be y and let the width be x \n" ); document.write( "y = 3x+2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Area = length x width \n" ); document.write( "xy=56 \n" ); document.write( "x(3x+2)=56 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "In \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x = 4 \n" ); document.write( "3(4)+2 = 14 \n" ); document.write( "Hence, the length is 14 and the width is 4. \n" ); document.write( " \n" ); document.write( " |