SOLUTION: One side of a triangle is half the longest side. The third side is 12 meters less than the longest side. The perimeter is 58 meters. Find all three sides.

Algebra ->  Formulas -> SOLUTION: One side of a triangle is half the longest side. The third side is 12 meters less than the longest side. The perimeter is 58 meters. Find all three sides.       Log On


   



Question 1133865: One side of a triangle is half the longest side. The third side is 12 meters less than the longest side. The perimeter is 58 meters. Find all three sides.
Found 2 solutions by addingup, josgarithmetic:
Answer by addingup(3677) About Me  (Show Source):
You can put this solution on YOUR website!
Longest side: h
One side: 1/2h
third side: h - 12
.
h + 1/2h + h - 12 = 58
2.5h = 70
h = 28
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Check:
h + 1/2h + h - 12 = 58
28 + 14 + 28 - 12 = 58
58 = 58 Correct


Answer by josgarithmetic(39620) About Me  (Show Source):
You can put this solution on YOUR website!
z, the longest side


ONE side             (1/2)z
THIRD side           z-12
LONGEST side         z
PERIMETER              58


ALTERNATIVE VARIABLES ASSIGN
v, "ONE side"

ONE side               v
THIRD side             2v-12
LONGEST side          2v
PERIMETER              58

Perimeter sum using the alternative variables is v%2B%282v-12%29%2B2v=58.
Solving should be no trouble.