Derivation of Cross Multiplication Method

We can easily derive the cross multiplication method formula for a pair of linear equations in two variables by simply solving the linear equation by making their coefficients equal. This can be understood as,

Let’s take two linear equations as

  • (a)1x + (b)1y + (c)1 = 0…(i)
  • (a)2x + (b)2y + (c)2 = 0…(ii)

For solving the above pair of linear equations we make the coefficient of y in both equations equal.

Multiplying b2 to eq(i) and b1 to eq(ii)

(b2)(a)1x + (b2)(b)1y + (b2)(c)1 = 0…(iii)

(b1)(a)2x + (b1)(b)2y + (b1)(c)2 = 0…(iv)

Subtracting equations (iii) and (iv) we get

(b2a1 – b1a2)x + (b2c1 – b1c2) = 0

Solving for x we get,

x = (b1c2 – b2c1)/(b2a1 – b1a2)…(a)

where, (b2a1 – b1a2) ≠ 0

Similarly solving eq (i) and eq (ii) for y we get,

y = (c1a2 – c2a1)/(b2a1 – b1a2)…(b)

where, (b2a1 – b1a2) ≠ 0

Combining eq.(a) and eq.(b) we get,

x/(b1c2 – b2c1) = y/(c1a2 – c2a1) = 1/(b2a1 –  b1a2)

This is the required cross-multiplication formula.

We can easily write this formula by using the technique discussed in the image below,

Cross Multiplication Method

Cross multiplication method is one of the basic methods in mathematics that is used to solve the linear equations in two variables. It is one of the easiest to solve a pair of linear equations in two variables. 

Suppose we have a pair of linear equations in two variables, i.e. a1x + b1y = -c1 and a2x + b2y = -c2 then we can directly get their solution by using the cross multiplication method. This method is applied only when the condition,

b2a1 – b1a2 ≠ 0

is satisfied. Now let’s learn more about the cross multiplication method, its formula and derivation, and others in detail in this article.

Table of Content

  • Definition of Cross Multiplication Method
  • Derivation of Cross Multiplication Method
  • Solving Linear Equations by Cross Multiplication Method
  • Unique Solution by Cross Multiplication Method
  • Solved Examples
  • FAQs

Similar Reads

Definition of Cross Multiplication Method

Cross-multiplication is the fundamental technique that is used to solve linear equations in two variables. If applied correctly it is one of the fastest methods to solve linear equations in two variables. For example, if we have given pair of linear equations in two variables,...

Derivation of Cross Multiplication Method

We can easily derive the cross multiplication method formula for a pair of linear equations in two variables by simply solving the linear equation by making their coefficients equal. This can be understood as,...

Solving Linear Equations by Cross Multiplication Method

The solution to a pair of linear equations with two variables can be easily achieved using the Cross Multiplication method. We use the Cross Multiplication formula for finding the solution to the pair of linear equations with two variables....

Unique Solution by Cross Multiplication Method

We get a unique solution to the pair of linear equations if the given pair of lines are consistent. For any two lines a1x + b1y = -c1 and a2x + b2y = -c2 to be consistent the required condition is,...

Solved Examples on Cross Multiplication Method

Example 1: Solve the following linear equations using the cross-multiplication method....

FAQs on Cross-Multiplication Method

What is a Cross-Multiplication Method?...