document.write( "Question 1208965: the length of a rectangle is 7 more that 3 times its width. if the perimeter is 38 cm, what is the area, in square centimeters, of the rectangle
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #847506 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "w = width \n" ); document.write( "3w = three times the width \n" ); document.write( "3w+7 = seven more than the previous amount = length\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "perimeter = 2*(length+width) \n" ); document.write( "perimeter = 2*(3w+7 + w) \n" ); document.write( "2*(4w+7) = 38 \n" ); document.write( "8w+14 = 38 \n" ); document.write( "8w = 38-14 \n" ); document.write( "8w = 24 \n" ); document.write( "w = 24/8 \n" ); document.write( "w = 3 cm is the width \n" ); document.write( "length = 3w+7 = 3*3+7 = 16 cm\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area = length*width = 16*3 = 48 square centimeters \n" ); document.write( " \n" ); document.write( " |