Question 159311
f="1st number", s="2nd number", and t="3rd number"


"The sum of three numbers is 20"  __  f+s+t=20


"The second number is 4 times the first"  __  s=4f


"the sum of the first and third is 8"  __  f+t=8