document.write( "Question 799165: The perimeter if a triangle is 70 cm. The longest side is 4cm less than the sum of the other two sides. Twice the shortest side is 9cm less than the longest side. Find the length of each side of the triangle. \r
\n" );
document.write( "\n" );
document.write( "Using linear equations \n" );
document.write( "
Algebra.Com's Answer #482558 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The perimeter if a triangle is 70 cm. The longest side is 4cm less than the sum of the other two sides. Twice the shortest side is 9cm less than the longest side. Find the length of each side of the triangle. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "two sides x & y ( y shortest side)\r \n" ); document.write( "\n" ); document.write( "Longest side = (x+y)+4\r \n" ); document.write( "\n" ); document.write( "2y=(x+y)+4-9\r \n" ); document.write( "\n" ); document.write( "2y=x+y-5 \n" ); document.write( "x-y=5................(1) \n" ); document.write( "x+y+x+y+4=70 \n" ); document.write( "2x+2y+4=70 \n" ); document.write( "2x+2y=66 \n" ); document.write( "/2 \n" ); document.write( "x+y=33.................(2)\r \n" ); document.write( "\n" ); document.write( "Add (1) & (2) \n" ); document.write( "2x=38 \n" ); document.write( "x=19 \n" ); document.write( "y=14 ( shortest side)\r \n" ); document.write( "\n" ); document.write( "70-(33)=37\r \n" ); document.write( "\n" ); document.write( "37 longest side \n" ); document.write( " |