CA Foundation Exam  >  CA Foundation Notes  >  Quantitative Aptitude for CA Foundation  >  Chapter Notes: Equations

Equations Chapter Notes | Quantitative Aptitude for CA Foundation PDF Download

Chapter Overview

Chapter Overview

Introduction

  • An equation is a mathematical statement that shows two things are equal.
  • If the equation is true for specific values of the variable, it is known as a conditional equation. The equality sign used in this case is =.
  • When an equation holds true for all possible values of the variable, it is referred to as an identity.

For Example: Introductionholds true only for x =1.

So it is a conditional. On the other hand, Introduction is an identity since it holds for all values of the variable x.

Determination of value of the variable which satisfy an equation is called solution of the equation or root of the equation. An equation in which highest power of the variable is 1 is called a Linear (or a simple) equation. This is also called the equation of degree 1. Two or more linear equations involving two or more variables are called Simultaneous Linear Equations. An equation of degree 2 (Highest Power of the variable is 2) is called Quadratic equation and the equation of degree 3 is called Cubic Equation.

For Example: 8x+17(x–3) = 4 (4x–9) + 12 is a Linear equation.
3x2 + 5x +6 = 0 is a Quadratic equation.
4x3 + 3x2 + x–7 = 1 is a Cubic equation.
x + 2y = 1, 2x + 3y = 2 are jointly called Simultaneous equations.

Question for Chapter Notes: Equations
Try yourself:
Which type of equation holds true for specific values of the variable?
View Solution

Simple Equation

A simple equation in one unknown x is in the form ax + b = 0.

Where a, b are known constants and a # 0

Note: A simple equation has only one root.

Example: Simple Equation

Solution: By transposing the variables in one side and the constants in other side we have

Simple Equation

ILLUSTRATIONS:

1. The denominator of a fraction exceeds the numerator by 5 and if 3 be added to both the  fraction becomes 3/4 . Find the fraction.
Let x be the numerator and the fraction be x/x + 5 . By the question Simple Equation or 4x + 12 = 3x + 24 or x = 12 
The required fraction is 12 / 17

2. If thrice of A’s age 6 years ago be subtracted from twice his present age, the result would be equal to his present age. Find A’s present age.
Let x years be A’s present age. By the question
2x – 3(x – 6) = x 
or 2x – 3x + 18 = x 
or –x + 18 = x 
or 2x = 18 
or x = 9 
A’s present age is 9 years.

3. A number consists of two digits the digit in the ten’s place is twice the digit in the unit’s place. If 18 be subtracted from the number the digits are reversed. Find the number.
Let x be the digit in the unit’s place. So the digit in the ten’s place is 2x. Thus the number becomes 10(2x) + x. By the question

20x + x– 18 = 10x + 2x 
or 21x – 18 = 12x 
or 9x = 18 or x = 2
So the required number is 10 (2 × 2) + 2 = 42.

4. For a certain commodity the demand equation giving demand ‘d’ in kg, for a price ‘p’ in rupees per kg. is d = 100 (10 – p). The supply equation giving the supply s in kg. for a price p in rupees per kg. is s = 75( p – 3). The market price is such at which demand equals supply. Find the market price and quantity that will be bought and sold.
Given d = 100(10 – p) and s = 75(p – 3).
Since the market price is such that demand (d) = supply (s) we have
Simple Equation

So market price of the commodity is ₹7 per kg.
∴the required quantity bought = 100 (10 – 7) = 300 kg. and the quantity sold = 75 (7 – 3) = 300 kg.

Simultaneous Linear Equations in two unknowns

The general form of a linear equations in two unknowns x and y is ax + by + c = 0 where a, b are non-zero coefficients and c is a constant. Two such equations a1x + b1y + c1 = 0 and a2 x + b2 y + c2 = 0 form a pair of simultaneous equations in x and y. A value for each unknown which satisfies simultaneously both the equations will give the roots of the equations.

1. Elimination Method: In this method two given linear equations are reduced to a linear equation in one unknown by eliminating one of the unknowns and then solving for the other unknown.

Example 1: Solve: 2x + 5y = 9 and 3x – y = 5.

Solution: 2x + 5y = 9 …….. (i)
3x – y = 5 ………(ii)
By making (i) x 1, 2x + 5y = 9
and by making (ii) x 5, 15x – 5y = 25
Adding 17x = 34 or x = 2. Substituting this values of x in (i) i.e. 5y = 9 – 2x 
we find; 5y = 9 – 4 = 5 ∴y = 1 ∴x = 2, y = 1.

2. Cross Multiplication Method: Let two equations be:
a1 x + b1y +c1 =0
a2 x + b2y + c2 =0
We write the coefficients of x, y and constant terms and two more columns by repeating the coefficients of x and y as follows:

Simultaneous Linear Equations in two unknowns

Simultaneous Linear Equations in two unknowns

Example 2: Solve 3x + 2y + 17 = 0, 5x – 6y – 9 = 0

Solution:
3x + 2y + 17 = 0 ....... (i) 
5x – 6y – 9 = 0 ........(ii)
Method of elimination: By (i) x 3 we get 9x + 6y + 51 = 0 ...... (iii)
Adding (ii) & (iii) we get 14x + 42 = 0
or x=– 42/14 = – 3
Putting x = –3 in (i) we get 3(–3) + 2y + 17 = 0
or, 2y + 8 = 0 or, y = – 2 8 =– 4
So x = –3 and y = –4
Method of cross-multiplication: 
3x + 2y + 17 = 0
5x – 6y – 9 = 0

Simultaneous Linear Equations in two unknowns

Method of Solving Simultaneous Linear Equation with three Variables

Example 1: Solve for x, y and z:
2x – y + z = 3, x + 3y – 2z = 11, 3x – 2y + 4z = 1

Solution: (a) Method of elimination
2x – y + z = 3 .......(i)
x + 3y – 2z = 11 .... (ii)
3x – 2y + 4z = 1 .... (iii)
By (i) × 2 we get
4x – 2y + 2z = 6 …. (iv)
By (ii) + (iv), 5x + y = 17 ….(v) [the variable z is thus eliminated]
By (ii) × 2, 2x + 6y – 4z = 22 ….(vi)
By (iii) + (vi), 5x + 4y = 23 ....(vii)
By (v) – (vii), –3y = – 6 or y = 2
Putting y = 2 in (v) 5x + 2 = 17, or 5x = 15 or, x = 3
Putting x = 3 and y = 2 in (i)
2 ×3 – 2 +z =3
or 6 – 2 + z = 3
or 4 + z = 3
or z = –1
So x = 3, y = 2, z = –1 is the required solution.
(Any two of 3 equations can be chosen for elimination of one of the variables)

(b) Method of cross multiplication
We write the equations as follows:
2x – y + (z – 3) = 0
x + 3y + (–2z –11) = 0
By cross multiplication

Method of Solving Simultaneous Linear Equation with three Variables

Substituting above values for x and y in equation (iii) i.e. 3x - 2y + yz = 1, we have

Method of Solving Simultaneous Linear Equation with three Variables

or 60 – 3z – 10z – 38 + 28z = 7

or 15z = 7 – 22 or 15z = –15 or z = –1

Now Method of Solving Simultaneous Linear Equation with three Variables

Thus x = 3, y = 2, z = –1

Example 2: Solve for x, y and z :

Method of Solving Simultaneous Linear Equation with three Variables

Solution: We put u = 1/x ; v= 1 / y ; w= 1 / z and get
u + v + w = 5 ........ (i)
2u – 3v – 4w = –11........ (ii)
3u + 2v – w = –6........ (iii)
By (i) + (iii) 4u + 3v = –1 ........ (iv)
By (iii) x 4 12u + 8v – 4w = –24 ......... (v)
By (ii) – (v) –10u – 11v = 13
or 10u + 11v = –13 .......... (vi)
By (iv) × 11 44x + 33v = –11 …..…(vii)
By (vi) × 3 30u + 33v = –39 ……..(viii)
By (vii) – (viii) 14u = 28 or u = 2
Putting u = 2 in (iv) 4  2 + 3v = –1
or 8 + 3v = –1
or 3v = –9 or v = –3
Putting u = 2, v = –3 in (i) or 2–3 + w = 5
or –1 + w = 5 or w = 5 + 1 or w = 6

Thus Method of Solving Simultaneous Linear Equation with three Variables is the solution.

Example 3: Solve for x, y and z:

Method of Solving Simultaneous Linear Equation with three Variables

Solution: We can write as

Method of Solving Simultaneous Linear Equation with three Variables

By (iv)–(iii) we get Method of Solving Simultaneous Linear Equation with three Variables

Method of Solving Simultaneous Linear Equation with three Variables

Required solution is x = 105, y = 210, z = 420

Question for Chapter Notes: Equations
Try yourself:Solve the following system of equations using the elimination method:

3x + 4y = 16
2x - 5y = -7
View Solution

Problems Leading To Simultaneous Equations

ILLUSTRATIONS:

1. If the numerator of a fraction is increased by 2 and the denominator by 1 it becomes 1. Again if the numerator is decreased by 4 and the denominator by 2 it becomes 1/2 . Find the fraction.

SOLUTION: Let x/y be the required fraction.
By the question Problems Leading To Simultaneous Equations

Problems Leading To Simultaneous Equations

So the required fraction is 7/8.

2. The age of a man is three times the sum of the ages of his two sons and 5 years hence his age will be double the sum of their ages. Find the present age of the man?

SOLUTION: Let x years be the present age of the man and sum of the present ages of the two sons be y years.
By the condition x = 3y .......... (i)
and x + 5 = 2 (y + 5 + 5) ..........(ii)
From (i) & (ii) 3y + 5 = 2 (y + 10) or 3y + 5 = 2y + 20
or 3y – 2y = 20 – 5
or y = 15
∴  x = 3 × y = 3 × 15 = 45
]Hence the present age of the man is 45 years

3. A number consist of three digit of which the middle one is zero and the sum of the other digits is 9. The number formed by interchanging the first and third digits is more than the original number by 297 find the number.

SOLUTION: Let the number be 100x + y.we have x + y = 9……(i)
Also 100y + x = 100x + y + 297 …………………………….. (ii)
or x – y = –3
Adding (i) and (iii)
From (ii) 99(x – y) = –297 ….……………………………………………… (iii)  from (i) y = 6
2x = 6 or x = 3
∴ Hence the number is 306.

Quadratic Equation

An equation of the form ax2 + bx + c = 0 where x is a variable and a, b, c are constants with a  0 is called a quadratic equation or equation of the second degree.
When b = 0 the equation is called a pure quadratic equation; when b  0 the equation is called an affected quadratic.
Examples: i) 2x2 + 3x + 5 = 0
ii) x2 – x = 0
iii) 5x2 – 6x –3 = 0
The value of the variable say x is called the root of the equation. A quadratic equation has got two roots.
How to find out the roots of a quadratic equation:

Quadratic Equation

Quadratic Equation

Sum and Product of the Roots:
Let one root be αand the other root be β

Quadratic Equation

How to Construct a Quadrtatic Equation

For the equation ax+ bx + c = 0 we have

How to Construct a Quadrtatic Equation

or x2 – (Sum of the roots) x + Product of the roots = 0

Example 1: Solve x2 – 5x + 6 = 0

Solution: 1st method : x2 – 5x + 6 = 0
or x2 –2x –3x +6 = 0
or x(x–2) – 3(x–2) = 0
or (x–2) (x–3) = 0
or x = 2 or 3
2nd method (By formula) x2 – 5x + 6 = 0

Here a = 1, b = –5 , c = 6 (comparing the equation with ax2 + bx + c = 0)

How to Construct a Quadrtatic Equation

Example 2: Examine the nature of the roots of the following equations.
(i) x2 – 8x + 16 = 0
(ii) 3x2 – 8x + 4 = 0

(iii) 5x2 – 4x + 2 = 0
(iv) 2x2 – 6x – 3 = 0

Solution: (i) a = 1, b = –8, c = 16
b2 – 4ac = (–8)2 – 4 × 1 × 16 = 64 – 64 = 0
The roots are real and equal.
(ii) 3x2 – 8x + 4 = 0
a = 3, b = –8, c = 4
b– 4ac = (–8)– 4 × 3 × 4 
= 64 – 48 = 16 > 0 and a perfect square
The roots are real, rational and unequal

(iii) 5x2 – 4x + 2 = 0
b2 – 4ac = (–4)2 – 4 × 5 × 2 
= 16 – 40 = –24 < 0
The roots are imaginary and unequal

(iv) 2 x 2 – 6x – 3 = 0 
b2 – 4ac = (–6)2 – 4 × 2 (–3) 
= 36 + 24 = 60 > 0

The roots are real and unequal. Since b2 – 4ac is not a perfect square the roots are real irrational and unequal.

ILLUSTRATIONS:

1. If α and ß be the roots of x2 + 7x + 12 find the equation whose roots are (α + β)2 and  (α - β)2.

SOLUTION: Now sum of the roots of the required equation

How to Construct a Quadrtatic Equation

= 49 + (–7)2 – 4 x 12
= 49 + 49 – 48 = 50
Product of the roots of the required equation = How to Construct a Quadrtatic Equation

= 49 (49–48) = 49
Hence the required equation is
x2 – (sum of the roots) x + product of the roots = 0
or x2 – 50x + 49 = 0

2. If α and ß be the roots of find the value of How to Construct a Quadrtatic Equation

SOLUTION: How to Construct a Quadrtatic Equation

How to Construct a Quadrtatic Equation

How to Construct a Quadrtatic Equation

= - 22

3. Solve x : 4x – 3.2x+2 + 25 = 0

SOLUTION: 4x – 3.2x+2 + 25 = 0

How to Construct a Quadrtatic Equation

4. Solve How to Construct a Quadrtatic Equation

SOLUTION: How to Construct a Quadrtatic Equation

How to Construct a Quadrtatic Equation

How to Construct a Quadrtatic Equation

How to Construct a Quadrtatic Equation

5. Solve 2x–2 + 23–x =3

SOLUTION: 2x–2 + 23–x =3

How to Construct a Quadrtatic Equation

6. If one root of the equation is How to Construct a Quadrtatic Equation form the equation given that the roots are irrational

SOLUTION: Other root is How to Construct a Quadrtatic Equation
sum of two roots = How to Construct a Quadrtatic Equation

Product of roots = How to Construct a Quadrtatic Equation

∴ Required equation is : x2 – (sum of roots)x + (product of roots) = 0 
or x2 – 4x + 1 = 0.

7. If the roots of the equation p(q – r)x2 + q(r – p)x + r(p – q) = 0 are equal show that How to Construct a Quadrtatic Equation

SOLUTION: Since the roots of the given equation are equal the discriminant must be

zero ie. q2(r – p)2 – 4. p(q – r) r(p – q) = 0 
How to Construct a Quadrtatic Equation

The document Equations Chapter Notes | Quantitative Aptitude for CA Foundation is a part of the CA Foundation Course Quantitative Aptitude for CA Foundation.
All you need of CA Foundation at this link: CA Foundation
96 videos|242 docs|83 tests

FAQs on Equations Chapter Notes - Quantitative Aptitude for CA Foundation

1. What are simple equations and how can they be solved?
Ans. Simple equations are mathematical statements that show the equality between two expressions. They typically contain one variable and can be solved by isolating the variable on one side of the equation. To solve a simple equation, you can perform operations such as addition, subtraction, multiplication, or division on both sides of the equation until the variable is isolated.
2. What is a simultaneous linear equation in two unknowns?
Ans. A simultaneous linear equation in two unknowns consists of two or more linear equations that share the same variables. The objective is to find values for the unknowns that satisfy all equations at the same time. The solutions can be found using methods such as substitution, elimination, or graphing.
3. How do you solve simultaneous linear equations with three variables?
Ans. To solve simultaneous linear equations with three variables, you can use methods such as substitution or elimination. Start by expressing one variable in terms of the others using one of the equations. Substitute this expression into the remaining equations to reduce the number of variables. Continue this process until you can solve for one variable, and then backtrack to find the others.
4. What are the applications of solving simultaneous linear equations?
Ans. Solving simultaneous linear equations has various applications, including in fields like economics for optimizing resources, in engineering for analyzing systems, and in computer science for algorithms. They are essential for modeling real-world situations where multiple conditions must be satisfied simultaneously.
5. What methods are commonly used to solve linear equations in algebra?
Ans. Common methods for solving linear equations include the substitution method, where one equation is solved for one variable and substituted into another; the elimination method, where equations are manipulated to eliminate one variable; and graphing, where equations are represented visually to find the intersection points that represent the solutions.
Related Searches

study material

,

Equations Chapter Notes | Quantitative Aptitude for CA Foundation

,

Extra Questions

,

Free

,

shortcuts and tricks

,

Viva Questions

,

Summary

,

Equations Chapter Notes | Quantitative Aptitude for CA Foundation

,

mock tests for examination

,

video lectures

,

pdf

,

Previous Year Questions with Solutions

,

Equations Chapter Notes | Quantitative Aptitude for CA Foundation

,

Semester Notes

,

practice quizzes

,

ppt

,

Sample Paper

,

MCQs

,

past year papers

,

Important questions

,

Exam

,

Objective type Questions

;