
Michael D. answered 07/11/19
Versatile STEM tutor eager to teach
Set variables and equations
a = first part
b = second part
c = third part
b = 5*a
c = a + 35
Plug in and solve
a + b + c = 385
a + 5a + (a + 35) = 385
7a + 35 = 385
7a = 385 - 35
7a = 350
a = 50
Plug 'a' into the equations for b & c
b = 5*a
b = 5*50
b = 250
c = a + 35
c = 50 + 35
c = 85
------------------------------------------------------------
Always check your work!
a + b + c = 385
50 + 250 + 85 = 385
385 = 385 CORRECT!