Question 829051
---
x = cows
y = pigs
z = horses
---
x + y + z = 100
10x + y + 50z = 500
z = 1
---
copy and paste the above linear system in standard form into this matrix-method solver:
https://sooeet.com/math/system-of-linear-equations-solver.php
---
solution:
x = cows = 39
y = pigs = 60
z = horses = 1
---
NOTE:
the problem statement says to "buy one of each animal at least", so I started with x=1, but that gave a fractional number of animals, then I tried y=1 and that too gave a fractional number of animals, finally I tried z=1, which gave the integer number of animals shown in the solution.
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php