← Back to all lessons
Class 10Algebra6:07Published 7 Feb 2025

Solving a Special Type of Linear Equations

A quick shortcut for pairs of linear equations where the x and y coefficients are swapped between the two equations, solved by adding and subtracting instead of full elimination or substitution.

Some pairs of linear equations have a neat symmetry: the coefficient of x in one equation equals the coefficient of y in the other, and vice versa. This lesson shows how to exploit that pattern. Adding the two equations and dividing through gives one simple equation, subtracting them gives another, and the resulting pair solves in a couple of steps. Two worked examples take you from the original equations to the final solution.

What you'll learn

  • How to recognise a pair of equations whose x and y coefficients are swapped
  • Why adding the two equations, then dividing by the common coefficient, gives a simple sum equation
  • How subtracting the equations and dividing gives a matching difference equation
  • Solving the simplified pair by adding to eliminate a variable and back-substituting

Lesson chapters

0:00The special coefficient pattern
0:36Example 1: adding the equations
1:36Example 1: subtracting and solving
3:32Example 2: a second worked problem
5:19Example 2: finding the solution

Lesson notes

Solving a special type of linear equations

Some pairs of linear equations have a handy symmetry: the coefficient of xx in the first equation equals the coefficient of yy in the second, and the coefficient of yy in the first equals the coefficient of xx in the second. When this happens you do not need full elimination or substitution. Adding and subtracting the equations, then dividing by the common coefficient, leads straight to the answer.

The idea

If the pair has the swapped-coefficient form, then:

  • Adding the two equations makes the coefficients of xx and yy equal, so dividing through gives a simple equation in x+yx + y.
  • Subtracting them does the same for xyx - y.

The two simple equations are then quick to solve.

Example 1

Given the pair:

71x+37y=253(1)71x + 37y = 253 \quad (1) 37x+71y=287(2)37x + 71y = 287 \quad (2)

Add (1) and (2). The coefficients combine to be equal:

108x+108y=540108x + 108y = 540

Divide every term by 108108:

x+y=5(3)x + y = 5 \quad (3)

Subtract (2) from (1).

34x34y=3434x - 34y = -34

Divide every term by 3434:

xy=1(4)x - y = -1 \quad (4)

Solve (3) and (4). Adding them eliminates yy:

2x=4    x=22x = 4 \implies x = 2

Substituting x=2x = 2 into (3):

2+y=5    y=32 + y = 5 \implies y = 3

So the solution is (2,3)(2, 3). Check: 71(2)+37(3)=142+111=25371(2) + 37(3) = 142 + 111 = 253 and 37(2)+71(3)=74+213=28737(2) + 71(3) = 74 + 213 = 287.

Example 2

Given the pair:

41x17y=99(1)41x - 17y = 99 \quad (1) 17x41y=75(2)17x - 41y = 75 \quad (2)

Add (1) and (2). Both yy terms are negative:

58x58y=17458x - 58y = 174

Divide by 5858:

xy=3(3)x - y = 3 \quad (3)

Subtract (2) from (1).

24x+24y=2424x + 24y = 24

Divide by 2424:

x+y=1(4)x + y = 1 \quad (4)

Solve (3) and (4). Adding them eliminates yy:

2x=4    x=22x = 4 \implies x = 2

Substituting x=2x = 2 into (3):

2y=3    y=12 - y = 3 \implies y = -1

So the solution is (2,1)(2, -1). Check: 41(2)17(1)=82+17=9941(2) - 17(-1) = 82 + 17 = 99 and 17(2)41(1)=34+41=7517(2) - 41(-1) = 34 + 41 = 75.

Key takeaways

  • The shortcut applies only when the x and y coefficients are swapped between the two equations.
  • Add the equations and divide by the common coefficient to get an equation in x+yx + y; subtract and divide to get one in xyx - y.
  • Solve the simplified pair by adding to eliminate a variable, then back-substitute, and always check the answer in the original equations.