document.write( "Question 956294: The length of a rectangle garden is 2 less than 3 times the width. If the area is 341in. find the length, width, and perimeter of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #584240 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the width be x. \n" ); document.write( "Then the length is 3x-2 \n" ); document.write( "Area=341=length*width \n" ); document.write( "x(3x-2)=341 \n" ); document.write( "3x^2-2x-341=0
\n" ); document.write( "\n" ); document.write( "x=11 \n" ); document.write( "The width of the rectangle is 11 inches. \n" ); document.write( "The length of the rectangle is 31 inches. \n" ); document.write( "Perimeter=2(11+31)=84 inches. \n" ); document.write( " \n" ); document.write( " |