document.write( "Question 575180: The perimeter of an equilateral triangle is 17 inches more than the perimeter of a square, and the side of the triangle is 8 inches longer than the side of the square. Find the side of the triangle. \n" ); document.write( "
Algebra.Com's Answer #369418 by chana(69)![]() ![]() You can put this solution on YOUR website! The perimeter of an equilateral triangle is 17 inches more than the perimeter of a square, and the side of the triangle is 8 inches longer than the side of the square. Find the side of the triangle. \n" ); document.write( "sol : \n" ); document.write( "let the side of the triangle = x , so perimeter of equilateral triangle = 3x \n" ); document.write( "let the side of the square = y , so perimeter of square = 4y \n" ); document.write( "given 3x = 17 + 4y \n" ); document.write( "which gives 3x - 4y = 17 --------- 1 \n" ); document.write( "given x = 8 + y \n" ); document.write( "which gives x - y = 8 -------- 2 \n" ); document.write( " \n" ); document.write( "equate 1 & 2 \n" ); document.write( "x = 15\" , side of the triangle \n" ); document.write( " |