document.write( "Question 181970: Please help me solve this problem:
\n" );
document.write( "A triangle has a perimeter of 197 centimeters. The sum of the smallest and middle side is 49 more than the longest side. The difference of the longest and shortest side is 22. Find the lengths of the three sides of the triangle. \n" );
document.write( "
Algebra.Com's Answer #136638 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A triangle has a perimeter of 197 centimeters. The sum of the smallest and middle side is 49 more than the longest side. The difference of the longest and shortest side is 22. Find the lengths of the three sides of the triangle. \n" ); document.write( ": \n" ); document.write( "Three sides, a, b, c (c is the longest) \n" ); document.write( ": \n" ); document.write( "write an equation for each statement \n" ); document.write( ": \n" ); document.write( "\"A triangle has a perimeter of 197 centimeters.\" \n" ); document.write( "a + b + c = 197 \n" ); document.write( ": \n" ); document.write( "\"The sum of the smallest and middle side is 49 more than the longest side.\" \n" ); document.write( "a + b = c + 49 \n" ); document.write( "a + b - c = 49 \n" ); document.write( ": \n" ); document.write( "\"The difference of the longest and shortest side is 22.\" \n" ); document.write( "c - a = 22 \n" ); document.write( ": \n" ); document.write( " Find the lengths of the three sides of the triangle. \n" ); document.write( ": \n" ); document.write( "Use elimination on the the 1st and 2nd equation \n" ); document.write( "a + b + c = 197 \n" ); document.write( "a + b - c = 49 \n" ); document.write( "------------------subtraction eliminate a & b, find c: \n" ); document.write( "2c = 148 \n" ); document.write( "c = \n" ); document.write( "c = 74 \n" ); document.write( ": \n" ); document.write( "then \n" ); document.write( "c - a = 22 \n" ); document.write( "74 - a = 22 \n" ); document.write( "-a = 22 - 74 \n" ); document.write( "-a = -52 \n" ); document.write( "a = 52 \n" ); document.write( ": \n" ); document.write( "a + b + c = 197 \n" ); document.write( "52 + b + 74 = 197 \n" ); document.write( "b + 126 = 197 \n" ); document.write( "b = 197 - 126 \n" ); document.write( "b = 71 \n" ); document.write( ": \n" ); document.write( "a=52, b=71, c=74 \n" ); document.write( ": \n" ); document.write( "Check solution in the equation: a + b = c + 49 \n" ); document.write( "52 + 71 = 74 + 49 \n" ); document.write( "123 = 123 \n" ); document.write( " |