What Is The Cross Multiplication Method?
The Cross Multiplication Method is a technique that removes fractions or solves a system by multiplying terms across the diagonal of an equals sign. It appears in two places in school algebra, and it is worth keeping them separate in your head from the start.
The proportion use. When two fractions are set equal, $\frac{a}{b} = \frac{c}{d}$, cross multiplying gives $ad = bc$. This turns a fraction equation into a plain one you can solve in a line.
The two-variable use. When you have a pair of linear equations in two variables, written in standard form, cross multiplying the coefficients in a fixed pattern gives $x$ and $y$ directly, with no substitution and no adding equations together.
Both uses share the same physical action, multiply along the diagonals, which is where the name comes from. The difference is what you cross multiply: two fractions in the first case, a grid of coefficients in the second. The rest of this article works through each in turn.
What Is The Cross Multiplication Formula For Two Linear Equations?
Take a pair of equations in standard form, both moved so the right side is zero:
$$a_1 x + b_1 y + c_1 = 0$$ $$a_2 x + b_2 y + c_2 = 0$$
The Cross Multiplication Method gives the solution as a chain of three equal fractions:
$$\frac{x}{b_1 c_2 - b_2 c_1} = \frac{y}{c_1 a_2 - c_2 a_1} = \frac{1}{a_1 b_2 - a_2 b_1}$$
Each denominator is a small diagonal difference built from the coefficients. Read from the chain, the two solutions are:
$$x = \frac{b_1 c_2 - b_2 c_1}{a_1 b_2 - a_2 b_1}, \qquad y = \frac{c_1 a_2 - c_2 a_1}{a_1 b_2 - a_2 b_1}$$
The bottom of every fraction is the same value, $a_1 b_2 - a_2 b_1$. If that value is zero, the whole method stalls, and the closing sections explain why. A memory aid helps here: write the coefficients in the order $b, c, a, b$ across the top and $b, c, a, b$ shifted below, then take each diagonal product minus its partner. The image below shows the pattern.
How Is The Cross Multiplication Formula Derived?
The formula is not magic. It is ordinary elimination, done once with letters instead of numbers so you never have to repeat the work.
Start with the pair in standard form:
$$a_1 x + b_1 y + c_1 = 0 \quad (1)$$ $$a_2 x + b_2 y + c_2 = 0 \quad (2)$$
To remove $y$, multiply equation $(1)$ by $b_2$ and equation $(2)$ by $b_1$:
$$a_1 b_2 x + b_1 b_2 y + b_2 c_1 = 0$$ $$a_2 b_1 x + b_1 b_2 y + b_1 c_2 = 0$$
Subtract the second from the first. The $y$ terms cancel:
$$(a_1 b_2 - a_2 b_1),x + (b_2 c_1 - b_1 c_2) = 0$$
Solve for $x$:
$$x = \frac{b_1 c_2 - b_2 c_1}{a_1 b_2 - a_2 b_1}$$
Repeating the same elimination for $x$ instead gives:
$$y = \frac{c_1 a_2 - c_2 a_1}{a_1 b_2 - a_2 b_1}$$
Writing both results over their common denominator produces the three-fraction chain from the previous section. So the Cross Multiplication Method is just the elimination method carried out in advance, with the answer packaged as a formula.
How Do You Solve A Pair Of Equations By Cross Multiplication? (Worked Examples)
Example 1: Solve $2x + 3y = 11$ and $3x + 2y = 9$.
First put both equations in standard form:
$$2x + 3y - 11 = 0$$ $$3x + 2y - 9 = 0$$
So $a_1 = 2,; b_1 = 3,; c_1 = -11$ and $a_2 = 3,; b_2 = 2,; c_2 = -9$. Build the three denominators:
$$b_1 c_2 - b_2 c_1 = (3)(-9) - (2)(-11) = -27 + 22 = -5$$ $$c_1 a_2 - c_2 a_1 = (-11)(3) - (-9)(2) = -33 + 18 = -15$$ $$a_1 b_2 - a_2 b_1 = (2)(2) - (3)(3) = 4 - 9 = -5$$
Set up the chain:
$$\frac{x}{-5} = \frac{y}{-15} = \frac{1}{-5}$$
From the first and last fractions, $x = \dfrac{-5}{-5} = 1$. From the middle and last, $y = \dfrac{-15}{-5} = 3$.
Final answer: $x = 1,; y = 3$. Check in the original: $2(1) + 3(3) = 11$ and $3(1) + 2(3) = 9$, both true.
Example 2: Solve $x + y = 7$ and $3x - 2y = 11$.
In standard form:
$$x + y - 7 = 0$$ $$3x - 2y - 11 = 0$$
Here $a_1 = 1,; b_1 = 1,; c_1 = -7$ and $a_2 = 3,; b_2 = -2,; c_2 = -11$. The denominators are:
$$b_1 c_2 - b_2 c_1 = (1)(-11) - (-2)(-7) = -11 - 14 = -25$$ $$c_1 a_2 - c_2 a_1 = (-7)(3) - (-11)(1) = -21 + 11 = -10$$ $$a_1 b_2 - a_2 b_1 = (1)(-2) - (3)(1) = -2 - 3 = -5$$
The chain reads:
$$\frac{x}{-25} = \frac{y}{-10} = \frac{1}{-5}$$
So $x = \dfrac{-25}{-5} = 5$ and $y = \dfrac{-10}{-5} = 2$.
Final answer: $x = 5,; y = 2$. Check: $5 + 2 = 7$ and $3(5) - 2(2) = 11$, both true.
Notice the rhythm in both examples: standard form first, then the three diagonal differences, then read $x$ and $y$ off the chain. Once the pattern is set, the arithmetic is short, which is why the method competes with substitution on speed for a clean pair of equations.
How Do You Cross Multiply A Proportion Or Fraction Equation?
The second use is the one you likely met first. When a single fraction equals another, $\frac{a}{b} = \frac{c}{d}$, multiply each numerator by the opposite denominator:
$$\frac{a}{b} = \frac{c}{d} ;\Longrightarrow; ad = bc$$
This is valid whenever $b \neq 0$ and $d \neq 0$, since you are really multiplying both sides by $bd$. It turns a fraction equation, which is awkward to solve, into a straight one.
Example 3: Solve $\dfrac{x}{4} = \dfrac{15}{12}$.
Cross multiply:
$$12x = 4 \times 15$$ $$12x = 60$$ $$x = 5$$
Example 4: Solve $\dfrac{x + 2}{3} = \dfrac{x - 1}{2}$.
Cross multiply the two sides:
$$2(x + 2) = 3(x - 1)$$
Expand both brackets before doing anything else, this is the step most often skipped:
$$2x + 4 = 3x - 3$$ $$4 + 3 = 3x - 2x$$ $$x = 7$$
Check: $\dfrac{7 + 2}{3} = 3$ and $\dfrac{7 - 1}{2} = 3$, so the two sides agree. The same crosswise action powers both the proportion use and the two-variable use; the only change is what sits in the numerators and denominators.
When Does The Cross Multiplication Method Give A Solution?
For a pair of linear equations, everything depends on the common denominator $a_1 b_2 - a_2 b_1$. Comparing the ratios of the coefficients tells you which of three cases you are in before you compute anything.
Table: What the coefficient ratios tell you about a pair of linear equations.
Condition on the ratios | What it means geometrically | Solution |
|---|---|---|
$\dfrac{a_1}{a_2} \neq \dfrac{b_1}{b_2}$ | The two lines cross once | Exactly one solution (unique) |
$\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} \neq \dfrac{c_1}{c_2}$ | Parallel lines, never meet | No solution (inconsistent) |
$\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} = \dfrac{c_1}{c_2}$ | The same line drawn twice | Infinitely many solutions |
The Cross Multiplication Method only produces a single clean answer in the first row. The condition $\frac{a_1}{a_2} \neq \frac{b_1}{b_2}$ is exactly the statement that $a_1 b_2 - a_2 b_1 \neq 0$, so the common denominator is not zero and you are not dividing by nothing. If the denominator comes out as zero, stop and read the ratios, the lines are either parallel or identical, and the method has nothing to hand you. This is the same three-way outcome you see when studying any system of equations.
Why Does The Cross Multiplication Method Work?
The method can feel like a trick with no reason behind it. It has one, and the reason connects it to a much bigger idea in linear algebra.
It is elimination, frozen once. As the derivation showed, every denominator in the formula is what falls out when you eliminate a variable from the general pair. You are not learning a new idea, you are reusing a result already proved with letters, so you never redo the algebra.
The denominators are determinants. Each expression like $a_1 b_2 - a_2 b_1$ is the determinant of a $2 \times 2$ block of coefficients. That single number decides whether the lines cross. When it is zero, the two rows of coefficients are proportional, meaning the equations carry the same directional information, so they cannot pin down a unique point.
That second idea is the deep one. The Cross Multiplication Method for two variables is the two-by-two case of a general result called Cramer's rule, which solves systems of any size using determinants. What looks like a memorised diagonal pattern in a Class 10 chapter is your first meeting with one of the central tools of linear algebra. The pattern was worth building because it scales far beyond two lines on a page.
Who Discovered The Cross Multiplication Method?
The crosswise idea has two very different histories, one ancient and practical, one early-modern and theoretical, that only later merged into what students learn today.
Two more figures shaped the method the way it is taught now:
Gabriel Cramer (1704–1752, Switzerland) published the general determinant rule for solving linear systems in 1750, the result that the two-variable cross-multiplication pattern is a special case of.
Brahmagupta (598–668 CE, India) and later Bhāskara II (1114–1185, India) formalised the "rule of three," the proportion technique $\frac{a}{b} = \frac{c}{d} \Rightarrow ad = bc$ that traders across Asia used for centuries before it entered algebra textbooks.
Where Is The Cross Multiplication Method Used In The Real World?
The proportion form shows up far more often in daily life than the two-variable form, usually without anyone naming it.
Cooking and scaling recipes: turning a recipe for 4 into one for 6 is solving $\frac{4}{\text{old amount}} = \frac{6}{\text{new amount}}$ for each ingredient.
Maps and models: a scale of 1 cm to 5 km is a proportion, and finding a real distance from a measured one on the map is a single cross multiply.
Unit conversion and currency: changing kilometres to miles, or one currency into another, is a proportion between two rates.
Medicine and science labs: working out a drug dose for a given body weight, or diluting a solution to a target concentration, is proportional reasoning where a sign or pairing error has real consequences.
Two-quantity problems: the two-variable form solves classic mixture, age, and speed problems that reduce to a pair of simultaneous equations.
One crosswise multiply serves the kitchen, the map, the pharmacy, and the exam hall. The same small piece of algebra keeps reappearing because proportional relationships are everywhere.
What Are The Most Common Cross Multiplication Method Mistakes?
These four errors account for most lost marks, verified against Vedantu's error guide, GeeksforGeeks, BrightChamps, and the worked cases at mathmistakes.org.
Losing a sign in the diagonal differences.
Where it slips in:
A student writes $b_1 c_2 - b_2 c_1$ but forgets that a negative coefficient stays negative, so $(3)(-9) - (2)(-11)$ is mishandled as $-27 - 22$ instead of $-27 + 22$.
Don't do this:
Do not drop the sign of a coefficient when you copy it into the pattern. A single flipped sign changes every fraction and the final answer.
The correct way:
Write each coefficient with its sign in a small table first, including the negatives from moving the constant across, then substitute carefully: $(3)(-9) - (2)(-11) = -27 + 22 = -5$.
Pairing the coefficients in the wrong order.
Where it slips in:
A student mixes up which coefficient is $a$, $b$, or $c$, or writes the determinant as $a_2 b_1 - a_1 b_2$ (reversed), turning the answer into its negative.
Don't do this:
Do not guess the pattern from memory. The order matters, and reversing a diagonal flips the sign of that whole expression.
The correct way:
Fix the layout once, $x$ over $(b_1 c_2 - b_2 c_1)$, $y$ over $(c_1 a_2 - c_2 a_1)$, $1$ over $(a_1 b_2 - a_2 b_1)$, and always label $a_1, b_1, c_1$ from the first equation and $a_2, b_2, c_2$ from the second.
Skipping standard form, or not expanding brackets.
Where it slips in:
A student reads coefficients straight off $2x + 3y = 11$ without moving the $11$ across, so $c_1$ is taken as $11$ instead of $-11$. In a proportion, they cross multiply $\frac{x+2}{3} = \frac{x-1}{2}$ to $2x + 2 = 3x - 1$ without expanding the brackets.
Don't do this:
Do not start the pattern until every equation reads $a x + b y + c = 0$, and do not leave brackets unexpanded after cross multiplying.
The correct way:
Rewrite $2x + 3y = 11$ as $2x + 3y - 11 = 0$ first. For a proportion, expand fully: $2(x + 2) = 3(x - 1)$ becomes $2x + 4 = 3x - 3$ before you solve.
Using the method when the lines are parallel.
Where it slips in:
A student applies the formula to $2x + 3y - 7 = 0$ and $4x + 6y - 5 = 0$, computes $a_1 b_2 - a_2 b_1 = 0$, and then divides by zero to force an answer.
Don't do this:
Do not push on when the common denominator is zero. A zero there means there is no unique solution to read off.
The correct way:
Check the ratios first. Since $\frac{2}{4} = \frac{3}{6} \neq \frac{-7}{-5}$, the lines are parallel and the system has no solution, so the method does not apply.
Practice Problems On The Cross Multiplication Method
Solve each, then check your answer against the original equation.
Solve $2x + y = 5$ and $3x - 2y = 4$ by cross multiplication.
(Answer: $x = 2,; y = 1$.)Solve the proportion $\dfrac{x}{9} = \dfrac{8}{12}$.
(Answer: $x = 6$.)Solve $x + 2y = 3$ and $2x - y = 1$ by cross multiplication.
(Answer: $x = 1,; y = 1$.)Solve $\dfrac{x - 1}{2} = \dfrac{x + 3}{4}$.
(Answer: $x = 5$.)Does $2x + 3y - 7 = 0$ and $4x + 6y - 5 = 0$ have a unique solution?
(Answer: No. $a_1 b_2 - a_2 b_1 = (2)(6) - (4)(3) = 0$, so the lines are parallel and there is no solution.)Solve $3x + 4y = 10$ and $2x - 2y = 2$ by cross multiplication.
(Answer: $x = 2,; y = 1$.)
Where Should You Go Next After The Cross Multiplication Method?
This method sits inside a family of tools for solving systems, and several natural doors open from here.
Elimination method. See the step-by-step process that cross multiplication compresses into a formula, useful when signs get messy.
Cramer's rule. The determinant idea behind the common denominator, generalised to systems of three or more variables.
Applications of linear equations. Turn word problems about age, mixtures, and speed into pairs of equations you can then solve.
If your child is building these foundations, a live Bhanzu trainer teaches the Cross Multiplication Method starting from why it works, the elimination and determinant ideas underneath it, in the Bhanzu algebra program.
Was this article helpful?
Your feedback helps us write better content
