Chapter 4 System of Linear Equations

Section 4.3 LS in three Variables

4.3.1 Introduction

In the following section we will slightly increase the level of difficulty and discuss slightly more complex systems.
Example 4.3.1
While playing, three children find a wallet with 30 Euro in it. The first child says: "If I keep the money for myself, I will have twice as much money as you both!" whereupon the second child proudly boasts: "And if I simply pocket the found money, I will have three times as much money as you both!" The third child can only smile smugly: "And if I take the money, I will be five times as rich as you two!" How much money did the children own before they found the wallet?
Let the Euro amounts which the three children owned before the find be denoted by x, y, and z, respectively. The statement of the first child can be translated into an algebraic equation as follows:

x+30=2(y+z)x-2y-2z=-30  : equation (1).

Likewise, the statement of the second child can be translated into

y+30=3(x+z)-3x+y-3z=-30  : equation (2).

And finally, the statement of the third child is translated into

z+30=5(x+y)-5x-5y+z=-30  : equation (3).

So there arises a system of three linear equations in tree variables denoted here by x, y, and z.
The reader who is interested in the solution of this little puzzle will find it below worked out in detail using both the substitution method (see example 4.3.6) and the addition method (see example 4.3.8).
Info 4.3.2
 
A system of three linear equations in the three variables x, y, and z has the following form:

a11 ·x+ a12 ·y+ a13 ·z = b1 , a21 ·x+ a22 ·y+ a23 ·z = b2 , a31 ·x+ a32 ·y+ a33 ·z = b3 .

Here, a11 , a12 , a13 , a21 , a22 , a23 , a31 , a32 , and a33 are the coefficients and b1 , b2 , and b3 the right-hand sides of the system of linear equations.
Again, the system of linear equations is called homogeneous if the right-hand sides b1 , b2 , and b3 are zero ( b1 =0, b2 =0, b3 =0). Otherwise, the system is called inhomogeneous.