David Ellis
2007-08-15 14:47:37 UTC
It's a long time since I was at school, and I've forgotten a lot. But I'm
trying to solve three equations. They look like they're solvable, but I
can't do it. It's possible that they contain some absurdity that makes them
a=10+b+c
2b=10+a+c
3c=10+a+b
Is there as solution?
This is a fairly simple system of three simultaneous linear equationstrying to solve three equations. They look like they're solvable, but I
can't do it. It's possible that they contain some absurdity that makes them
a=10+b+c
2b=10+a+c
3c=10+a+b
Is there as solution?
in three variables. Here is one way to solve the system. The above
equations can be rewritten as:
(1) a - b - c = 10
(2) -a + 2b - c = 10
(3) -a -b +3c = 10
We can easily combine them to eliminate the variable a.
Adding (1) and (2) yields:
(4) b -2c = 20
Adding (1) and (3) yields:
(5) -2b + 2c = 20
Equations (4) and (5) are a system of two linear equations in two
variables. Adding (4) and (5) yields b = -40, and substituting this
value into either (4) or (5) yields c = -30.
Substituting these values of b and c into any of the equations (1),
(2) or (3) yields a = -60.
It is easy to verify that the assignment (a,b,c) = (-60,-40,-30)
satisfies all three of the original equations.
--
David J Ellis
7 Hampton Road / Natick, MA 01760
***@verizon.net