
Dal J. answered 11/12/14
Tutor
4.9
(64)
Expert Instructor in Complex Subjects and Public Speaking
let's call the length of the shortest side "S", the next side M for Medium, and the longest L.
The first sentence translates to
M = S + 5
The second sentence translates to
L = 3*S + 1
The third sentence translates to
S + M + L = 21
Now, substitute the first two sentences into the third and you get
S + (S + 5) + (3S +1) = 21
gather all hte S's together and count em up.
(S + S + 3*S) + (5 + 1) = 21
5*S + 6 = 21
5*S =21 - 6 = 15
S = 15/5 = 3
So the shortest side is 3 long. Now substitute that into the other formulae, to get
M = S + 5 = 3 + 5 = 8
L = 3*S + 1 = 3* 3 + 1 = 9 + 1 = 10
and now check the perimeter
3 + 8 + 10 = 21 check