Skip to main content

How to solve simultaneous equation

1. Substitution: Substitute one equation into another to solve for a variable.

2. Elimination: Add or subtract the equations to  eliminate one of the variables.

3. Gaussian elimination: Use row operations to convert the augmented matrix into reduced row-echelon form.

4. Cramer's rule: Express the solution in terms of determinants.Matrix inversion: Express the system as a matrix equation and find the inverse of the matrix.

 Here are a few examples of how to solve simultaneous equations using different methods:


Substitution: Example: Solve for x and y in the system of equations: y = x + 2 y = -x + 6


Solution: Substitute the first equation into the second: -x + 6 = x + 2 Solve for x: -2x = 4 x = -2 Substitute x = -2 back into the first equation to find y: y = -2 + 2 = 0 So the solution is x = -2, y = 0.


Elimination: Example: Solve for x and y in the system of equations: 2x + y = 8  ---------(1)

                                       x + 2y = 6 ----------(2)


Solution: Multiply the first equation by 2: 4x + 2y = 16 

Subtract the second equation from the first:

 3x = 10 Solve for x: x = 10/3

 Substitute x = 10/3 back into the second equation to find y: 10/3 + 2y = 6 

Solve for y: y = (6 - 10/3) / 2 = (6 - 10)/6 = -2/3 

So the solution is x = 10/3, y = -2/3.


 




Comments

Popular posts from this blog

Arithmetic Progression

How to calculate the common difference when the first term and the nth term is know.  Question: The 28th term of an AP is -5. Find the common difference if its first term is 31. Solution T1 = a ( First term of the sequence) a = 31 T28 = -5 (28th term of the sequence) d = ? (common difference) Recall the nth term formula of Ap i.e  Tn = a + (n-1)d        Substitute 28 for n to get the following equation        T28 = a + (28-1)d          T28     = a + 27d        Substitute T28 for -5 and 31 for a  in the equation above               -5     = 31 + 27d          Subtract 31 from both sides of the equation         -5 -31 = 27d          -36 = 27d        Divide through by 27        -36/27  =  27d/27 ...

Online algebra calculators and math solvers

 Online mathematics calculators Microsoft Math Solver Microsoft Math Solver is an online mathematical calculator that provides practical step by step on mathematical related problems on various topics. Its is free to use and does not require any form of registration.  Visit  Microsoft Math Solver here

How to find the nth term an Arithmetic progression

Question   Find the number of terms in an Ap given that its first and last terms are a and 37a respectively and that its common difference is 4a. Solution nth term of AP Tn = a +(n-1)d From the question First term a = a Last term Tn = 37a Common difference d = 4a Number of terms n =? Substitute a, Tn and d into the nth term formula Tn = a +(n-1)d 37a = a +(n-1)4a Collect like terms 37a-a = (n-1)4a 36a = (n-1)4a Divide through by 4a 36a/4a = (n-1)4a/4a 9 = n-1 make n subject formula n = 9+1 n = 10 The AP as 10 terms