SOLUTION: Please help me with this problem:
The sum of three numbers is 14. The largest is 4 times the smallest, while the sum of the smallest and twice the largest is 18. Use a linear sy
Question 146527This question is from textbook
: Please help me with this problem:
The sum of three numbers is 14. The largest is 4 times the smallest, while the sum of the smallest and twice the largest is 18. Use a linear system in three variables to find the three number. This question is from textbook
You can put this solution on YOUR website! The sum of three numbers is 14.
x + y + z = 14
---------
The largest is 4 times the smallest
x - 4z = 0
----------
while the sum of the smallest and twice the largest is 18
2x + z = 18
--------------------
. Use a linear system in three variables to find the three numbers.
------------------
x + y + z = 14
x + 0 -4z = 0
2x+ 0 + z = 18
---------------
Solve by any method to get:
x = 8
y = 4
z = 2
===============
Cheers,
Stan H.