document.write( "Question 868: A triangle has a perimeter of 197 cm. The sum of the smallest and medium sides is 49 more than the longest side. The difference between the longest and shortest sides is 22. Find the legth of all three sides.\r
\n" );
document.write( "\n" );
document.write( "HELP!\r
\n" );
document.write( "\n" );
document.write( "I know I have to solve by coming p with a system of equation, what I have is:
\n" );
document.write( "X=longest, Y=shortest, Z=medium\r
\n" );
document.write( "\n" );
document.write( "Y + Z = X + 49
\n" );
document.write( "X - 22 = Y
\n" );
document.write( "X + Y + Z = 197\r
\n" );
document.write( "\n" );
document.write( "Thank you for your time. \n" );
document.write( "
Algebra.Com's Answer #289 by usyim88hk(158)![]() ![]() ![]() You can put this solution on YOUR website! x = y+z-49 \n" ); document.write( "x = y+22 \n" ); document.write( "therefore y+22 = y+z-49 because x = y+z-49 = y+22 \n" ); document.write( "y+22 = y+z-49 \n" ); document.write( "y+22-y-22 = y+z-49-y-22 \n" ); document.write( "0 = z-71 \n" ); document.write( "0+71 = z-71+71 \n" ); document.write( "[z = 71] ( So now we know that z is 71 ) \n" ); document.write( "---------------------------------------------------------------------- \n" ); document.write( "x+y+z = 197 ( z = 71 ) \n" ); document.write( "x+y+71 = 197 \n" ); document.write( "x+y = 126 \n" ); document.write( "---------------------------------------------------------------------- \n" ); document.write( "x-y = 22 ( x-22=y so x-y=22 ) \n" ); document.write( "x+y = 126 ( use subtitution to slove for x ) \n" ); document.write( "--------- \n" ); document.write( "2x = 148 \n" ); document.write( "[x = 74] \n" ); document.write( "---------------------------------------------------------------------- \n" ); document.write( "x+y+z = 197 \n" ); document.write( "74+y+71 = 197 \n" ); document.write( "[y = 52] \n" ); document.write( "---------------------------------------------------------------------- \n" ); document.write( "So [x = 74] (the longest side) \n" ); document.write( " [y = 52] (the shortest side) \n" ); document.write( " [z = 71] (the medium side) \n" ); document.write( " |