"The sum of three numbers is 85"
x+y+z = 85
"The second number is 7 more than the first."
y = x+7
"The third is 2 more than four times the second."
z = 4y+2
z = 4(x+7) + 2 = 4x+30
x + (x+7) + (4x+30) = 85
6x = 48
x = 8
y = x+7 = 15
z = 4x+30 = 62
Hope this helps!