document.write( "Question 673665: the length of a rectangular is 3 times its width.it perimeter is 84m.find the length of the rectangular. \n" ); document.write( "
Algebra.Com's Answer #418775 by rm29924(97) You can put this solution on YOUR website! the formula to find the perimeter of a rectangle is perimeter = 2(length)+2(width)\r \n" ); document.write( "\n" ); document.write( "let width = w \n" ); document.write( "the length is 3 times the width therefore length = 3w\r \n" ); document.write( "\n" ); document.write( "the perimeter is 84m\r \n" ); document.write( "\n" ); document.write( "84=2(3w)+2w \n" ); document.write( "84=6w+2w \n" ); document.write( "84=8w \n" ); document.write( "divide both sides by 8 to get w by itself \n" ); document.write( "10.5=w\r \n" ); document.write( "\n" ); document.write( "the length is 3w so 3(10.5) \n" ); document.write( "answer: the length is 31.5 m\r \n" ); document.write( "\n" ); document.write( "check answer: \n" ); document.write( "84=2(3w)+2w \n" ); document.write( "84=2(3x10.5)+2(10.5) \n" ); document.write( "84=2(31.5)+21 \n" ); document.write( "84=63+21 \n" ); document.write( "84=84 \n" ); document.write( " |