document.write( "Question 554970: the perimeter of a triangle is 52 cm the longest side is 2 cm less than the sum of the other 2 sides twice the shortest side is 15 centimeters less than the longest side find the lengths of each side of the triangle \n" ); document.write( "
Algebra.Com's Answer #361590 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let the triangle be have sides of a, b, and c \n" ); document.write( "let p equal the perimeter. \n" ); document.write( "p = a + b + c \n" ); document.write( "p = 52 cm. \n" ); document.write( "let a be the longest side. \n" ); document.write( "since the longest side is equal to 2 less than the sum of the other 2 sides, you get: \n" ); document.write( "a = b + c - 2 \n" ); document.write( "let c be the shortest side. \n" ); document.write( "since 2 times the shortest side is equal to 5 less than the longest side, you get: \n" ); document.write( "2c = a - 15 \n" ); document.write( "you have: \n" ); document.write( "a + b + c = 52 \n" ); document.write( "a = b + c - 2 \n" ); document.write( "2c = a - 15 \n" ); document.write( "you can solve for b in terms of a and you can solve for c in terms of a. \n" ); document.write( "then you'll have an equation for the perimeter that only has \"a\" in it which will allow you to solve for \"a\". \n" ); document.write( "once you have solve for \"a\", you can then use the other equations to solve for b and c. \n" ); document.write( "take a = b + c - 2 \n" ); document.write( "subtract c from both sides of the equation and add 2 to both sides of the equation to get: \n" ); document.write( "a - c + 2 = b \n" ); document.write( "this is the same as: \n" ); document.write( "b = a - c + 2 \n" ); document.write( "take 2c = a - 15 \n" ); document.write( "divide both sides of this equation by 2 to get: \n" ); document.write( "c = a/2 - 15/2 \n" ); document.write( "you now have 3 equations to work with. \n" ); document.write( "they are: \n" ); document.write( "p = a + b + c \n" ); document.write( "b = a - c + 2 \n" ); document.write( "c = a/2 - 15/2 \n" ); document.write( "in the equation of: \n" ); document.write( "b = a - c + 2 \n" ); document.write( "you can substitute for c to get: \n" ); document.write( "b = a - c + 2 becomes: \n" ); document.write( "b = a - (a/2 - 15/2) + 2 \n" ); document.write( "remove parentheses to get: \n" ); document.write( "b = a - a/2 + 15/2 + 2 \n" ); document.write( "combine like terms to get: \n" ); document.write( "b = a/2 + 19/2 \n" ); document.write( "you now have: \n" ); document.write( "p = a + b + c \n" ); document.write( "b = a/2 + 19/2 \n" ); document.write( "c = a/2 - 15/2 \n" ); document.write( "you can now subsitute for b and c in the equation of p = a + b + c to get: \n" ); document.write( "p = a + a/2 + 19/2 + a/2 - 15/2 \n" ); document.write( "combine like terms to get: \n" ); document.write( "p = 2a + 2 \n" ); document.write( "since p = 52, you get: \n" ); document.write( "52 = 2a + 2 \n" ); document.write( "subtract 2 from both sides of this equation to get: \n" ); document.write( "50 = 2a. \n" ); document.write( "divide both sides of this equation by 2 to get: \n" ); document.write( "a = 25. \n" ); document.write( "from the equation b = a/2 + 19/2, you will get: \n" ); document.write( "b = 25/2 + 19/2 which becomes: \n" ); document.write( "b = 44/2 which becomes: \n" ); document.write( "b = 22 \n" ); document.write( "from the equation c = a/2 - 15/2, you will get: \n" ); document.write( "c = 25/2 - 15/2 which becomes: \n" ); document.write( "c = 10/2 which becomes: \n" ); document.write( "c = 5. \n" ); document.write( "you now have: \n" ); document.write( "a = 25 \n" ); document.write( "b = 22 \n" ); document.write( "c = 5 \n" ); document.write( "p = a + b + c = 25 + 22 + 5 = 25 + 27 = 52. \n" ); document.write( "looks like it works out and that's your answer. \n" ); document.write( "the longest side is 25 and the middle size is 22 and the shortest side is 5. \n" ); document.write( "confirm by going back to the original problem statement. \n" ); document.write( "it says: \n" ); document.write( "the longest side is 2 cm less than the sum of the other 2 sides. \n" ); document.write( "you get: \n" ); document.write( "25 = 22 + 5 - 2 which becomes: \n" ); document.write( "25 = 27 - 2 which becomes: \n" ); document.write( "25 = 25 ***** longest side length is confirmed. \n" ); document.write( "2 times the shortest side is 15 cm less than the longest side. \n" ); document.write( "you get: \n" ); document.write( "2*5 = 25 - 15 which become: \n" ); document.write( "10 = 10 ***** shortest side is confirmed. \n" ); document.write( "everything check out ok so the answer is confirmed as correct. \n" ); document.write( "longest side is 25 \n" ); document.write( "middle side is 22 \n" ); document.write( "shortest side is 5\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |