The sum of 3 numbers is 21. 3 times the first number increased by four times the second number plus the third number is 14. The sum of two times the first and seven times the second number, increased by the third number is -18. If the first number is represented by x, the second number is represented by y, and the third number is represented by a, write a system of equation that could be used to solve for the variables.
Can someone give me step by step instructions on how to solve problems like this?
As requested 1st, 2nd, and 3rd numbers are: x, y, and a, respectively
x + y + a = 21 <====== The sum of 3 numbers is 21.
3x + 4y + a = 14 <====== 3 times the first number increased by four times the second number plus the third number is 14
2x + 7y + a = - 18 <====== The sum of two times the first and seven times the second number, increased by the third number is -18.
That's the system of 3 equations that you requested.