The perimeter of a triangle is 29 mm. The length of the first side is twice the length of the second side. The length of the third side is 5 more than the length of the second side. How do you find the side lengths of the triangle?

1 Answer
Feb 29, 2016

#s_1 = 12#
#s_2 = 6#
#s_3 = 11#

Explanation:

The perimeter of a triangle is the sum of the lengths of all its sides. In this case, it is given that the perimeter is 29mm. So for this case:

#s_1 + s_2 + s_3 = 29#

So solving for the length of the sides, we translate statements in the given into equation form.

"The length of the 1st side is twice the length of the 2nd side"

In order to solve this, we assign a random variable to either #s_1# or #s_2#. For this example, I would let #x# be the length of the 2nd side to avoid having fractions in my equation.

so we know that:
#s_1 = 2s_2#

but since we let #s_2# be #x#, we now know that:
#s_1 = 2x#
#s_2 = x#

"The length of the 3rd Side is 5 more than the length of the 2nd Side."

Translating the statement above to equation form...
#s_3 = s_2 + 5#

once again since we let #s_2 = x#
#s_3 = x + 5#

Knowing the values (in terms of #x#) of each side, we would now be able to compute for #x# and ultimately compute for the length of each side.

[Solution]
#s_1 = 2x#
#s_2 = x#
#s_3 = s_2 + 5#

#s_1 + s_2 + s_3 = 29#

#2x + x + x + 5 = 29#
# 4x + 5 = 29#
#4x = 29 - 5#
#4x = 24#
#x = 24/4#
#x = 6#

Using the computed value of #x#, we would be able to compute for the values of #s_1#, #s_2#, and #s_3#

#s_1 = 2x#
#s_1 = 2(6)#
#s_1 = 12#

#s_2 = x#
#s_2 = 6#

#s_3 = x + 5#
#s_3 = 6 + 5#
#s_3 = 11#

[Checking]
#s_1 + s_2 + s_3 = 29#
#12 + 6 + 11 = 29#
#29 = 29#