05 Task Performance 1
05 Task Performance 1
one (1) example in each method and list a step-by-step solution in implementing the method.
The simultaneous linear equations can be solved using various methods. There are three
different approaches to solve the simultaneous equations such as substitution, elimination, and
augmented matrix method. Among these three methods, the two simplest methods will
effectively solve the simultaneous equations to get accurate solutions. Here we are going to
discuss these two important methods, namely,
Example: Solve the following simultaneous equations using the elimination method.
4a + 5b = 12,
3a – 5b = 9
Solution:
4a + 5b = 12 …….(1)
3a – 5b = 9……….(2)
Step 1: The coefficient of variable ’b’ is equal and has the opposite sign to the other equation. Add
equations 1 and 2 to eliminate the variable ‘b’.
7a = 21
a = 21/ 7
4(3) + 5b = 12,
12 + 5b = 12
5b = 12-12
5b =0
b = 0/5 = 0
Step 6: Hence, the solution for the given simultaneous equations is a = 3 and b = 0.
Example: Solve the following simultaneous equations using the substitution method.
b= a + 2
a + b = 4.
Solution:
b = a + 2 ————–(1)
a + b = 4 ————–(2)
Step 1: Substitute the value of b into the second equation. We will get,
a + (a + 2) = 4
a +a + 2 = 4
2a + 2 = 4
2a = 4 – 2
a = 2/2 = 1
b=a+2
b=1+2
b=3
step 4: Hence, the solution for the given simultaneous equations is: a = 1 and b = 3