Question 278910
>>...The sum of three numbers is 72...<< 
<pre><font size = 4 color = "indigo"><b>
Smallest + Middle + Largest = 72

{{{S+M+L=72}}}
</pre></font></b>
>>...The middle number is one less than three times the smallest number...<< 
<pre><font size = 4 color = "indigo"><b>
Middle = 3 times Smallest minus 1.

{{{M=3S-1}}}
</pre></font></b>
>>...The sum of the smallest and the middle number plus ten equals the largest number...<<
<pre><font size = 4 color = "indigo"><b>
Smallest + Middle + 10 = Largest

{{{S+M+10=L}}}

So you have this system:

{{{system(S+M+L=72,M=3S-1,S+M+10=L)}}}

Can you solve that system?  If not post again asking how.

Answer: S = smallest = 8, M = middle = 23, L = largest = 41

Edwin</pre>