Chapter 02 Linear Equations in One Variable

2.1 Introduction

In the earlier classes, you have come across several algebraic expressions and equations.

Some examples of expressions we have so far worked with are:

$ 5 x, 2 x-3,3 x+y, 2 x y+5, x y z+x+y+z, x^{2}+1, y+y^{2} $

Some examples of equations are: $5 x=25,2 x-3=9,2 y+\frac{5}{2}=\frac{37}{2}, 6 z+10=-2$

You would remember that equations use the equality (=) sign; it is missing in expressions.

Of these given expressions, many have more than one variable. For example, $2 x y+5$ has two variables. We however, restrict to expressions with only one variable when we form equations. Moreover, the expressions we use to form equations are linear. This means that the highest power of the variable appearing in the expression is 1.

These are linear expressions:

$ 2 x, 2 x+1,3 y-7,12-5 z, \frac{5}{4}(x-4)+10 $

These are not linear expressions:

$ x^{2}+1, y+y^{2}, 1+z+z^{2}+z^{3} \quad(\text{ since highest power of variable }>1) $

Here we will deal with equations with linear expressions in one variable only. Such equations are known as linear equations in one variable. The simple equations which you studied in the earlier classes were all of this type.

Let us briefly revise what we know:

(a) An algebraic equation is an equality involving variables. It has an equality sign. The expression on the left of the equality sign is the Left Hand Side (LHS). The expression on the right of the equality sign is the Right Hand Side (RHS).

(b) In an equation the values of the expressions on the LHS and RHS are equal. This happens to be true only for certain values of the variable. These values are the solutions of the equation.

(c) How to find the solution of an equation?

We assume that the two sides of the equation are balanced. We perform the same mathematical operations on both sides of the equation, so that the balance is not disturbed. A few such steps give the solution. $x=5$ is the solution of the equation

$2 x-3=7$. For $x=5$,

LHS $=2 \times 5-3=7=$ RHS

On the other hand $x=10$ is not a solution of the equation. For $x=10$, LHS $=2 \times 10-3=17$. This is not equal to the RHS

2.2 Solving Equations having the Variable on both Sides

An equation is the equality of the values of two expressions. In the equation $2 x-3=7$, the two expressions are $2 x-3$ and 7 . In most examples that we have come across so far, the RHS is just a number. But this need not always be so; both sides could have expressions with variables. For example, the equation $2 x-3=x+2$ has expressions with a variable on both sides; the expression on the LHS is $(2 x-3)$ and the expression on the RHS is $(x+2)$.

  • We now discuss how to solve such equations which have expressions with the variable on both sides.

Example 1 : Solve $2 x-3=x+2$

Solution: We have

$$ \begin{align*}2 x & =x+2+3 \\ \text{or } \hspace{10 mm} 2 x & =x+5 \\ \text{or } \hspace{10 mm} 2 x-x & =x+5-x \quad \text{ subtracting } x \text{ from both sides } \\ \text{or } \hspace{10 mm} x & =5 \tag{solution} \end{align*} $$

Here we subtracted from both sides of the equation, not a number (constant), but a term involving the variable. We can do this as variables are also numbers. Also, note that subtracting $x$ from both sides amounts to transposing $x$ to LHS.

Example 2 : Solve $5 x+\frac{7}{2}=\frac{3}{2} x-14$

Solution: Multiply both sides of the equation by 2 . We get

$ 2 \times(5 x+\frac{7}{2})=2 \times(\frac{3}{2} x-14) $

$ (2 \times 5 x)+(2 \times \frac{7}{2})=(2 \times \frac{3}{2} x)-(2 \times 14) $

or $ \hspace{10 mm}10 x+7=3 x-28 $

or $ \hspace{10 mm}10 x-3 x+7=-28 \quad(\text{ transposing } 3 x \text{ to LHS) } $

or $ \hspace{10 mm}7 x+7=-28 $

$ \begin{aligned} \text{or }\hspace{10 mm}& 7 x=-28-7 \\ \text{or }\hspace{10 mm}& 7 x=-35 \end{aligned} $

or $\quad x=\frac{-35}{7}$

or $\quad x=-5 $

EXERCISE 2.1

Solve the following equations and check your results.

1. $3 x=2 x+18$

2. $5 t-3=3 t-5$

3. $5 x+9=5+3 x$

4. $4 z+3=6+2 z$

5. $2 x-1=14-x$

6. $8 x+4=3(x-1)+7$

7. $x=\frac{4}{5}(x+10)$

8. $\frac{2 x}{3}+1=\frac{7 x}{15}+3$

9. $2 y+\frac{5}{3}=\frac{26}{3}-y$

10. $3 m=5 m-\frac{8}{5}$

2.3 Reducing Equations to Simpler Form

Example 16 : Solve $\frac{6 x+1}{3}+1=\frac{x-3}{6}$

Solution: Multiplying both sides of the equation by 6 ,

$\boxed{\text{Why 6 ? Because it is the smallest multiple (or LCM) of the given denominators.}} $ or

$ \begin{gathered} & \frac{6(6 x+1)}{3}+6 \times 1 = \frac{6(x-3)}{6} \\ \text{or } & 2(6 x+1)+6 = x-3 \\ \end{gathered} $

$ \begin{gathered} \text{or } & 12 x+2+6 = x-3 \quad \text{ (opening the brackets) } \\ \text{or } & 12 x+8 = x-3 \\ \text{or } & 12 x-x+8 = -3 \\ \text{or } & 11 x+8 = -3 \\ \text{or } & 11 x = -3-8 \\ \text{or } & 11 x = -11 \\ & x = -1 \quad \text{ (required solution) } \end{gathered} $

Check: $LHS=\frac{6(-1)+1}{3}+1=\frac{-6+1}{3}+1=\frac{-5}{3}+\frac{3}{3}=\frac{-5+3}{3}=\frac{-2}{3}$

$ \begin{aligned} & \text{ RHS }=\frac{(-1)-3}{6}=\frac{-4}{6}=\frac{-2}{3} \\ & \text{ LHS }=\text{ RHS. } \quad \text{ (as required) } \end{aligned} $

Example 17 : Solve $5 x-2(2 x-7)=2(3 x-1)+\frac{7}{2}$

Solution: Let us open the brackets,

$ \begin{array}{ll} \text{ LHS }=5 x-4 x+14=x+14 \\ RHS=6 x-2+\frac{7}{2}=6 x-\frac{4}{2}+\frac{7}{2}=6 x+\frac{3}{2} \\ \text{ The equation is } & x+14=6 x+\frac{3}{2} \\ \text{ or } & 14=6 x-x+\frac{3}{2} \\ \text{ or } & 14=5 x+\frac{3}{2} \\ & 14-\frac{3}{2}=5 x & (\text{transposing } \frac{3}{2})\\ & \frac{28-3}{2}=5 x \\ & \frac{25}{2}=5 x \\ & x=\frac{25}{2} \times \frac{1}{5}=\frac{5 \times 5}{2 \times 5}=\frac{5}{2} \end{array} $

Therefore, required solution is $x=\frac{5}{2}$.

$ \begin{array}{|l|} \hline \text{Did you observe how we} \\ \text{simplified the form of the given} \\ \text{equation? Here, we had to multiply} \\ \text{ both sides of the equation by } \\ \text{the LCM of the denominators of } \\ \text{the terms in the expressions }\\ \text{of the equation}\\ \hline \end{array}$

Check $:$ LHS $=5 \times \frac{5}{2}-2(\frac{5}{2} \times 2-7)$

$ \begin{aligned} & \quad=\frac{25}{2}-2(5-7)=\frac{25}{2}-2(-2)=\frac{25}{2}+4=\frac{25+8}{2}=\frac{33}{2} \\ & \text{ RHS }=2(\frac{5}{2} \times 3-1)+\frac{7}{2}=2(\frac{15}{2}-\frac{2}{2})+\frac{7}{2}=\frac{2 \times 13}{2}+\frac{7}{2} \\ &=\frac{26+7}{2}=\frac{33}{2}=\text{ LHS. (as required) } \end{aligned} $

$ \begin{array}{|l|} \hline \text{Note, in this example we} \\ \text{brought the equation to a} \\ \text{simpler form by opening} \\ \text{ brackets and combining like } \\ \text{terms on both sides of the } \\ \text{equation.}\\ \hline \end{array}$

EXERCISE 2.2

Solve the following linear equations.

1. $\frac{x}{2}-\frac{1}{5}=\frac{x}{3}+\frac{1}{4}$

2. $\frac{n}{2}-\frac{3 n}{4}+\frac{5 n}{6}=21$

3. $x+7-\frac{8 x}{3}=\frac{17}{6}-\frac{5 x}{2}$

4. $\frac{x-5}{3}=\frac{x-3}{5}$

5. $\frac{3 t-2}{4}-\frac{2 t+3}{3}=\frac{2}{3}-t$

6. $m-\frac{m-1}{2}=1-\frac{m-2}{3}$

Simplify and solve the following linear equations.

7. $3(t-3)=5(2 t+1)$

8. $15(y-4)-2(y-9)+5(y+6)=0$

9. $3(5 z-7)-2(9 z-11)=4(8 z-13)-17$

10. $0.25(4 f-3)=0.05(10 f-9)$

WHAT HAVE WE DISCUSSED?

1. An algebraic equation is an equality involving variables. It says that the value of the expression on one side of the equality sign is equal to the value of the expression on the other side.

2. The equations we study in Classes VI, VII and VIII are linear equations in one variable. In such equations, the expressions which form the equation contain only one variable. Further, the equations are linear, i.e., the highest power of the variable appearing in the equation is 1 .

3. An equation may have linear expressions on both sides. Equations that we studied in Classes VI and VII had just a number on one side of the equation.

4. Just as numbers, variables can, also, be transposed from one side of the equation to the other.

5. Occasionally, the expressions forming equations have to be simplified before we can solve them by usual methods. Some equations may not even be linear to begin with, but they can be brought to a linear form by multiplying both sides of the equation by a suitable expression.

6. The utility of linear equations is in their diverse applications; different problems on numbers, ages, perimeters, combination of currency notes, and so on can be solved using linear equations.



Table of Contents