Lesson 3
Lesson 3
It was explained in Lesson 1 the way to solve single linear equations. We now turn to
linear equations with more than one unknown variable. A simultaneous linear equation
system exists when:
The basic idea involved in all the different methods of algebraically solving
simultaneous linear equation systems is to manipulate the equations until there is a
single linear equation with one unknown. The solution to a set of simultaneous
equations involves finding values for all the unknown variables and it may be done in
so many ways.
Graphical Solutions
If it only involves two variables and equations, graphical solutions can be used, such
as supply and demand analysis. For example, assume that in a competitive market
the demand schedule is
𝑝 = 60 + 0.4𝑞 (2)
If this market is in equilibrium, then the equilibrium price and quantity will be where the
demand and supply schedules intersect. As this will correspond to a point which is on
both the demand schedule and the supply schedule then the equilibrium values of p
and q will be such that both equations (1) and (2) hold. In other words, when the market
is in equilibrium (1) and (2) above form a set of simultaneous linear equations.
Example 3.1
𝑝 = 420 – 0.2𝑞
𝑝 = 60 + 0.4𝑞
Solution:
These two functional relationships are plotted in Figure 3.1 below. Both hold at the
intersection point (600,300) which has an “X” mark. At this point the solution values
𝑝 = 300 and 𝑞 = 600
𝑝 = 60 + 0.4𝑞
𝑝 = 420 – 0.2𝑞
Example 3.2
Use the graphical method in attempting to solve for x and y given with the following
functions:
𝑦 = 2 + 2𝑥 (1)
𝑦 = 5 + 2𝑥 (2)
Solution:
Figure 3.2
Obviously, the functions are parallel lines which will never intersect as plotted in
Figure 3.2, thus, it does not have a solution.
Example 3.3
Solve the set of simultaneous equations in Example 3.1 using the equating method.
Solution:
𝑝 = 420 – 0.2𝑞
and
𝑝 = 60 + 0.4𝑞
or
Example 3.4
Assume that a firm can sell as many units of its product as it can manufacture in a
month at £18 each. It has to pay out £240 fixed costs plus a marginal cost of £14 for
each unit produced. How much does it need to produce to break even?
Solution:
𝑇𝑅 = 18𝑞
𝑇𝐶 = 240 + 14𝑞
where 𝑞 is output.
These functions are plotted in Figure 3.3 which is an example of a break-even chart.
It clearly shows that the break-even point is where the “x” mark is, where TR and TC
intersects. Since,
𝑇𝑅 = 18𝑞 and 𝑇𝐶 = 240 + 14𝑞
Example 3.5
Solve for x and y using the equating the same variable method with the given
equation in Example 3.2.
Solution:
2 + 2𝑥 = 5 + 2𝑥
2 + 2𝑥 − 2𝑥 = 5 + 2𝑥 − 2𝑥
2=5
This is clearly impossible, hence there is no solution for this.
Substitution
The substitution method involves rearranging one equation so that one of the unknown
variables appears by itself on one side. The other side of the equation can then be
substituted into the second equation to eliminate the other unknown.
Example 3.6
If we substitute the equation we just found (3) for y in equation (1) we will get
20𝑥 + 6𝑦 = 500
20𝑥 + 6(5𝑥 − 100) = 500
20𝑥 + 30𝑥 − 600 = 500
20𝑥 + 30𝑥 = 500 + 600
50𝑥 = 1,100
50𝑥 1,100
=
50 50
𝑥 = 22
To find the value of y, we substitute the value of x to either of the two given
equations. Thus,
10𝑥 − 2𝑦 = 200 (1)
10(22) − 2𝑦 = 200
220 − 2𝑦 = 200
−2𝑦 = 200 − 220
−2𝑦 = −20
−2𝑦 −20
=
−2 −2
𝑦 = 10
Example 3.7
Find the equilibrium level of national income in the basic Keynesian macroeconomic
model
𝑌 = 𝐶 + 𝐼 (1)
𝐶 = 40 + 0.5𝑌 (2)
𝐼 = 200 (3)
Solution:
Substituting the function that represents the consumption and the given value for 𝐼 to
the equation (1) we get
𝑌 = 𝐶 + 𝐼
𝑌 = 40 + 0.5𝑌 + 200
Therefore,
𝑌 − 0.5𝑌 = 40 + 200
0.5𝑌 = 240
0.5𝑌 240
=
0.5 0.5
𝑌 = 480
Solution:
Multiply equation (2) by 2, this gives 10𝑥 + 2𝑦 = 200
Subtracting (2) from (1) multiplied (2) by 2 10𝑥 + 3𝑦 = 250
10𝑥 + 2𝑦 = 200
Gives 𝑦 = 50
Substituting this value of y into either of the two equations,
10𝑥 + 3𝑦 = 250 (1)
10𝑥 + 3(50) = 250
10𝑥 + 150 = 250
10𝑥 = 250 − 150
10𝑥 = 100
10𝑥 100
=
10 10
𝑥 = 10
or
5𝑥 + 𝑦 = 100 (2)
5𝑥 + 50 = 100
5𝑥 = 100 − 50
5𝑥 = 50
5𝑥 50
=
5 5
𝑥 = 10
Example 3.9
A firm makes two goods A and B which require two inputs K and L. One unit of A
requires 6 units of K plus 3 units of L and one unit of B requires 4 units of K plus 5
units of L. The firm has 420 units of K and 300 units of L at its disposal. How much of
A and B should it produce if it wishes to exhaust its supplies of K and L totally?
Solution:
Input K requires 6 for every unit of A and 4 for each unit of B, which can be
represented with this function
𝐾 = 6𝐴 + 4𝐵
On the other hand, the total requirements of L can be written as
𝐿 = 3𝐴 + 5𝐵
We know that 𝐾 = 420 and 𝐿 = 300 because all units were used, then
420 = 6𝐴 + 4𝐵 (1)
and
300 = 3𝐴 + 5𝐵 (2)
Multiplying (2) by 2 600 = 6𝐴 + 10𝐵
Subtracting (1) 420 = 6𝐴 + 4𝐵
180 = 6𝐵
30 = 𝐵
Substituting this value of B into either of the two equations,
420 = 6𝐴 + 4𝐵 (1)
420 = 6𝐴 + 4(30)
420 = 6𝐴 + 120
420 − 120 = 6𝐴
300 = 6𝐴
300 6𝐴
=
6 6
50 = 𝐴
or
300 = 3𝐴 + 5𝐵
300 = 3𝐴 + 5(30)
300 = 3𝐴 + 150
300 − 150 = 3𝐴
150 = 3𝐴
150 3𝐴
=
3 3
50 = 𝐴
Therefore, the firm should produce 50 units of A and 30 units of B.
Chapter 5 pages 122-180 of Rosser, Mike (2003). Basic Mathematics for Economists
(2nd Edition). Routledge, New Fetter Lane, London