Question 651035
the second of two numbers is 6 times the first. their sum is 77. find the numbers.
---------------
second = 6*first  ----------- see that?
second + first = 77
-----
Then 
6*first + first = 77 --------------- sub 6*first for second
7*first = 77
first = 11
=======
second = 66
Make sense?