document.write( "Question 765350: What is the width of the rectangle if its perimeter is 144m and its length is 4 less than thrice its width? \n" ); document.write( "
Algebra.Com's Answer #466122 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Width = x \n" ); document.write( "Length = 3x - 4 \n" ); document.write( "Perimeter = 2 * width + 2 * length \n" ); document.write( "144 = 2(x) + 2(3x - 4) \n" ); document.write( "144 = 2x + 6x - 8 \n" ); document.write( "144 = 8x - 8 \n" ); document.write( " 8x = 144 + 8 \n" ); document.write( " 8x = 152 \n" ); document.write( " x = 19 \n" ); document.write( "Width = 19m \n" ); document.write( "Length = 53m \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |