.
help for this please.
"The perimeter of a triangle is 64 metres. The longest side of the triangle is 3 times the
length of the shortest side, and the third side is 8 metres less than double the length of the
shortest side. Determine the dimensions of all three sides of the triangle."
~~~~~~~~~~~~~~~~~~~
If you stop your analysis there, where @josgarithmetic stopped it, your solution
will be 100% incomplete and 100% incorrect.
As you read the problem, you may see that if x is the length of the shortest side
of the triangle, then
the longest side is 3x,
and the third side is 2x-8.
But such triangle can not exist, since the triangle inequality is violated.
Indeed, the sum of sides x and (2x-8) is 3x-8, and it is SHORTER than the length
of the third side, 3x, while, according to the triangle inequality, it should be LONGER
than the third side.
It means that the problem's condition is SELF-CONTRADICTORY and such a triangle CAN NOT exist.
Solved.
--------------------
The " solution " by @mananth is 100% incorrect.
It is " rotten to the core ", since a triangle with side lengths
12 meters, 16 meters and 36 meters does not exist.