document.write( "Question 1020860: The perimeter of an equilateral triangle is 77 inches more than the perimeter of a square, and the side of the triangle is 55 inches longer than the side of the square. Find the side of the triangle.​ (Hint: An equilateral triangle has three sides the same​ length. \n" ); document.write( "
Algebra.Com's Answer #636669 by ikleyn(52786)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The perimeter of an equilateral triangle is 77 inches more than the perimeter of a square, and the side of the triangle is 55 inches longer than the side of the square. Find the side of the triangle.​ (Hint: An equilateral triangle has three sides the same​ length.
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "From the condition, you have this system of equations:\r\n" );
document.write( "\r\n" );
document.write( "3t = 4s + 77,     (1)\r\n" );
document.write( " t = s + 55,      (2)\r\n" );
document.write( "\r\n" );
document.write( "where t = the length of the side of the triangle, s is that of square.\r\n" );
document.write( "\r\n" );
document.write( "To solve it, simply substitute the expression t = s + 5 of (2) into equation (1). You will get an equation for one single unknown\r\n" );
document.write( "\r\n" );
document.write( "3*(s+55) = 4s + 77,\r\n" );
document.write( "\r\n" );
document.write( "which is easy to solve:\r\n" );
document.write( "\r\n" );
document.write( "s = 165 - 77 = 88.\r\n" );
document.write( "\r\n" );
document.write( "Then t = s + 55 = 88 + 55 = 143.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );