document.write( "Question 855659: The length of a rectangle is 3 feet less than twice the width of the rectangle. If the perimeter of the rectangle is 444 feet, find the width and the length. \n" ); document.write( "
Algebra.Com's Answer #515512 by ramkikk66(644) ![]() You can put this solution on YOUR website! \r\n" ); document.write( "The length of a rectangle is 3 feet less than twice the width of the rectangle. If the perimeter of the rectangle is 444 feet, find the width and the length.\r\n" ); document.write( "\r\n" ); document.write( "Let the width of rectangle be x\r\n" ); document.write( "Length = 2*x - 3\r\n" ); document.write( "\r\n" ); document.write( "Perimeter = 2*(Length + Width) = 2*(2*x - 3 + x) = 2*(3*x - 3)\r\n" ); document.write( "= 6*x - 6 = 444 (given)\r\n" ); document.write( "\n" ); document.write( " |