document.write( "Question 883096: The length of rectangle is three times its width, with a perimeter of 80 cm, solve for the rectangles area. \n" ); document.write( "
Algebra.Com's Answer #533337 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! 2L + 2W = P \n" ); document.write( "2L + 2W = 80 \n" ); document.write( "L = 3W \n" ); document.write( "Substitute the known value of L from the last equation into the first. \n" ); document.write( "2(3W) + 2W = 80 \n" ); document.write( "6W + 2W = 80 \n" ); document.write( "8W = 80 \n" ); document.write( "Divide each side by 8 \n" ); document.write( "W = 10 \n" ); document.write( ". \n" ); document.write( "If the width is 10, then the length is 3x that, or 30 \n" ); document.write( "Area = length * width \n" ); document.write( "A = 10 * 30 \n" ); document.write( "Area = 300 square cm \n" ); document.write( " |