Jss 3 Mathematics

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 24

SCHEME OF WORK FOR MATHEMATICS JSS 3 2017/2018

SESSION
WEEK TOPIC
1 Revision of JSS 2 work
2 The Binary number system
3 Binary number system continued
4 Algebraic Processes
5 Word problems
6 Change of subject of formulae
7 Revision of first half terms work and periodic test
8 Statistics
9 Statistics Continued
10 Simple equations involving fraction and
simultaneous equations
11 Revision of 2nd half term’s lesson and periodic
test
12-13 First term examination

REFERENCE MATERIALS
ESSENTIAL MATHEMATICS for junior secondary school, book 3 by A. J. S Oluwasanmi
EFFECTIVE MATHEMATICS for junior secondary school book 3 by M.K.Akinsola, M.C.Ejike
and A.Tella
WEEK 1

REVISION OF JS S 2 WORK

WEEK TWO
BINARY NUMBERS
Numbers in base two are called binary numbers at is made up two digit is 0 and 1
Converting base 10 numbers to base two number
We do this by dividing the base ten number repeatedly by 2, writing down the remainder until we get to zero and reading the
remainder upwards.
Example: (a) Write 810 to a number in base two
b) Express 85 in a binary number
c) Convert 10710 to a number in the base two
d) Convert 152ten to a number in base two
e) Convert 3/8ten to a binary fraction (bicimal)
f) Express 15.12510 in binary notation

SOLUTION
(a) 2 8
2 4 R 0
2 2 R 0
0 R 1
810 = 10002

(b) 2 85
2 42 R 1
2 21 R 0
2 10 R 1
2 5 R 0
2 2 R 1
1 R 0
0 R 1
8510 = 1010101two

(c) 2 107
2 53 R 1
2 26 R 1
2 13 R 0
2 6 R 1
2 3 R 0
2 1 R 1
0 R 1
10710 = 110100112
(d) 2 152
2 76 R 0
2 38 R 0
2 19 R 0
2 9 R 1
2 4 R 1
2 2 R 0
2 1 R 0
0 R 1
152ten = 100110002
(e) 2 3
2 1 R 1
0 R 1
310 = 112

2 8
2 4 R 0
2 2 R 0
2 1 R 0
2 0 R 1
810 = 1000two

3
First express 3 and 8 in binary, 10 = 112/10002= 0.0112
8
125 1 121
(f) 15.125 = 15 = 15 = 10
1000 8 8

2 121

2 60 R 1


2 30 R 0
2 15 R 0
2 7 R 1
2 3 R 1
1 R 1
0 R 1
12110 = 11110012
2 8 R
2 4 0
2 2 0
2 1 0
2 0 1
810 = 10002
121
( ¿ 10= ( 1111001/1000 ) 2 = 1111.0012
8

Exercise: Convert the following binary numbers.


3
(a) 72 (b) (c) 0.875 (d) 32
4
Converting Base Two Numbers to Base 10 Numbers
We express the given binary numbers as a sum of multiples of powers of two 20, 21, 22, 23 etc.
Example: Convert (i) 101two (ii) 10.10012 (iii) 1112
SOLUTION
i. 2
1012 = 1x2 + 0x2 + 1x2 1 0

=4+0+1
= 510
ii. 1112 = 1x22 + 1x21 + 1x20
=4+2+1
= 910
iii. 10.10012 = 1x21 + 0x20 + 1 x 2 -1 + 0 x 2-2 + 0 x 2-3 + 1 x 2-4
1 1
=2+0+ +0+0+
2 16
41
=
16
9
=2 10
16
iv. 101012 = 1 x 24 + 0 x 23 + 1 x 22 + 0 x 21 + 1 x 20
= 16 + 0 + 4 + 0 + 1
= 2710
Exercise: If 1102 = P10. Find the value of P

Assignment
1. Write 1-10 in binary numbers
2. Convert to base 10 (a) 111012 (b) 11.01012 (c) 10110012
3. Convert to binary number (a) 43ten (b) 1280ten (c) 17610
ADDITION, SUBTRACTION, MULTIPLICATION AND DIVISION IN BINARY NUMBERS
Examples
1. Add 1011112 and 100112
2. Subtract 100112 from 1011112
3. 11012 x 1112
4. 100100012÷ 1012

Solution
1. 1011112 2. 1011112 3. 11012
- 100112 +100112 x1112
111002 10000102 1101
1101
1101
1011011
4.Convert to base 10 to have 14510÷ 510 = 2910 = 111012 or
111
1012 10010012
101
1000
101
101
101
0
Exercise: (1) add 1001102, 1010102 and 1110112
(2) Multiply 100112 x 112
(3) 10110102 – 1001112
(4) 10101112÷ 1112

WEEK THREE
APLLICATION OF BINARY NUMBERS
Bunch Cards: it is used in business farms, examining from boards and other organization as a solution for sorting information.
Example: suppose that a failure in a subject is represented by the digit zero. Then for any 5 subjects English, Mathematics,
French, Agric and C.R.K. The number 10110 represent a pass in English, a failure in mathematics, a pass in French, a pass in
agric and a failure in C.R.K.
Bunch Tape
Letters Decimal No Binary Code
A 1 1
B 2 10
C 3 11
D 4 100
E 5 101
F 6 110
G 7 111
H 8 1000
I 9 1001
J 10 1010
K 11 1011
L 12 1100
M 13 1101
N 14 1110
O 15 1111
P 16 1000
Q 17 10001
R 18 10010
S 19 10011
T 20 10100
U 21 10101
V 22 10110
W 23 10111
X 24 11000
Y 25 11001
Z 26 11010
French tapes are used to enter information and instruction into some computers.
Exercise:
1. Using a letter per line code and with the words represented by the following
(a) 1 (b) 10000 (c) 100
100 101 101
100 10100 1100
10010 101 1001
101 10010 10110
10011 101
10011 10010

2. Write the following in a letter per line code.


(a) S (b) D (c) A (d) S (e) E
U I N C L
N V G H I
D I E O A
A N L O S
Y E L
3. Code your surname in binary
WEEK 4
ALGEBRAIC PROCESSES
Objective: Use letter to generalize statements
- Interpret mathematical symbols
- Solve simple and problems
Generating statement
The following symbols are generally used in mathematics
1. “=” means is equal to”
Example: 13 – 6 = 7 means thirteen minus six is equal to seven
2. “>” means is greater than”
Example: 18 > 10 means eighteen is greater than ten”
3. “<” means is less than”
Example: -10 < 2 mean negative ten is less than two
4. “ ≅ ” means is approximately equal to”
22 22
Example: is approximately equal to 3.142 that is ≅ 3.14
7 7
5. “≠ ” means not equal to”
Example: 2 ≠ 3 means two is not equal to three.
Exercise
1. Write the following using symbols
2. M is equal to 8 (ii) y lies between 8 and 12
(iii) Twice y equals fourteen, therefore y equals seven.

OPERATION IN ALGEBRA
EXAMPLE
Write down the meaning of the following and find the values if x = 8, y = 3, z = 9
x
(a) 2x (b) 2 + x (c) (d) x – 5 (e) x2 (f) x + yz
2
Solution
(a) Multiply x by 2 (b) Add two to x (c) Divide x by 2
x 8
I.e. 2 x 8 = 16 i.e. 8 + 2 = 10 = =4
2 2
(d) Subtract five from x (e) Square x (f) multiply y by z
x– 5 = 8 - 5 = 3 x 2 = 8 x 8 = 64 x + yz = 8 + 3(9) = 8 + 27 = 35
a+b+ c
Exercise: If a = 5, b = -3 and c = 2. Find the value of (a) 2a + b – c (b) 5a – 8 (c) 8ac – 2b (d)
4
LIKE AND UNLIKE TERMS (WORD PROBLEMS)
Examples 1: A fence is made up of 3 different bundles of length 3m each, 5 different hurdles of lengths 5m each and 2
different hurdles of length 2m each. What is the total length?
SOLUTION
Let the 3 hurdles be x , y and z
Then total length force = 3x + 5y – 2z
2) A tourist walked x km an hour for 3 hours on the first day and x km an hour for y hours on the second day. How far
did he walk in the two days?
Ans. (3x + x y) km

Exercise
A family eats a loaves of bread a day. How many loaves are need for (a) M-days (b) Kweeks (c) How long will p loaves last?
p
(a) 4m loaves (b) 28k Loaves (c) days
d
Use of brackets
Examples 1: The angles of a triangle measured in decrees’ are 2 x , 3 x + 5, 4 ( x + 10). What are the values of the angles?
SOLUTION
2 x + (3 x + 5) + 4 ( x + 10) = 180
2 x + 3 x + 5 + 4 x + 40 = 180
9x + 45 + 180 – 45
9 x 135
=
9 9
x = 150
The angles are 300, 500 and 1000
2. The results of adding three consecutive numbers is one hundred and twenty. Find the number.

SOLUTION
Let the numbers be x , x + 1, x + 2
x + x + 1 + x + 2 = 120
3 x + 3 = 120
3 ( x +1) = 120
x + 1 + 40
x + 40 -1
x = 39o
Exercise: The greatest of 5 consecutive even numbers is 2a. What is the sum of all the five numbers?
WEEK 5
WORD PROBLEMS
Sum and Difference
1. When 30 is added to a number the result is -18. Find the number.
SOLUTION
The number be x
x + 30 = -18
x = - 48
2. The difference between a number and 5 is 20 what are the two positive numbers
SOLUTION
Let the number be x
x – (-5) = 20
x + 5 = 20
x – 15
If x is less than -5
-5 – x = 20
x = -5 – 20
x = -25
3. The sum of three consecutive integers is 138. Find the numbers.
SOLUTION
Let the numbers be n, n + r, and n + 2
n + (n + 1) + (n + 2) = 138
3n + 3 + 138
3n = 138
n = 45
n + 1 = 46
n + 2 = 47
The numbers are 45, 46, and 47
Exercise: Ex 2.1 No 6, 7, 8

Product
3 1 3
Examples: (1) Find the product of 1 , -0.8 and - 2 (2) what number must be multiplied by 25 to make ? (3) The
4 2 4
product of 3 numbers is 3600. If two of the numbers are equal and the third number are 25. Find the two equal numbers.
SOLUTION

1.
7 −8
x( )x
4 10
−5
2 ( ) (2) Let the number be x (3) 25 x x x x = 3600

7 3
= 25 × x = 25 x 2 = 3600
4 4
1 3600
=3 100x = 3 x2 =
2 25
3
x= x 2 = 144
100
x = 0.03 x = 12
Solving combine products with sum and difference
Examples: (1) Add the sum of the 20 and 30.5 to the position difference between 25 and 45. (2) From the sum of 8 ad 7
3 5
subtract the negative difference between 15 and 24 (3) find the product of 3 and
4 6
SOLUTION
15 5
1. (20 + 30.5) + (45 – 25) (2) -8 + 7 – 115 – 25 (3) Sum = +
4 6
45+10
= 50.5 + 20 = -8 + 7 + 9
12
55
= 70.5 =8 =
12
2 55
Product = x
5 12
11 5
= =1
6 6
Exercise: Ex. 2.3 No 1, 2, 3, page 17.
Word problems with fractions
Examples:
3 3
1. Find the three-fifth of the sum of 45 and -60. (45 – 60) = (-15) = -9
5 5
25−10 15
2. Divide the difference between 25 and 10 by the product of 6 and 5. = = 0.5
6x5 30
1 1 1 4
3. Find one-quarter of the sum of the product of 2 and 3 and the product of 1 and
8 5 2 9

Solution:
1
4 [( 17 16
x
8 5 )(
3 4
+ x
2 9 )] =
28 13
=1
10 15
Exercise: Ex 2.4 No 1, 2, 3, page 18
Problems leading to equations
Examples
3
1. When of a number is added to 30. The result is 20 added to the number find the number.
5
2. When the sum of 28 and a certain number is divided by 5. The result is equal to treble the original number. What is
the number?
SOLUTION
(1) Let the number be x (2) Let the number be x
3 28+ x
Hence x + 30 = x + 30 = 3x
5 5
Multiply each term by 5 15 x = 28 + x
14 x 28
3 x + 150 = 5 x + 100 =
14 14
5 x - 3 x = 150 -100 x=2
2 x = 50
x = 25
ASSIGNMENT
EXERCISE 2.6; NO 1, 2, AND 3 PAGE 20.

WEEK 6

CHANGE OF SUBJECT OF A FORMULA


1 2
Subject of formula: A formula is always written in terms of the subject e.g. V = πr h is a formula for volume of a cone, r is
3
22
the radius, height (h) π = .
7
PT
Examples 1: Make r the subject of the formula in A = πr 2 (2) Make T the subject of the formula in = K (3) Make x the
V
subject of the formula in y =km/x
SOLUTION
PT km
a) A = πr 2 b) =K c) y=
V x
A
r2 = PT = KV xy = km
π
A KV km
r2 = √ T= x=
π p y
Exercise
1
a) Make b the subject of the formula in A = (a + b) x
2
b) Make x the subject of the formula in a = b ( 1 – x)
wh
c) Make w the subject of the formula in L =
a(w+ p)
Substitution in formula
Examples: The total surface area of a closed cylinder of base radius rcm and height hcm is given by A = 2 πr (r+h)
a) Write in terms of A and r
22
b) Find the height of the cylinder of base radius 7cm and the total surface area of 396cm2. π = .
7
SOLUTION
396
a) A = 2 πr (r+h) b) h = 22 -7
x 7 x2
7
A
r+h= h = 2m
2 πr
A
h= -r
2 πr
Exercise: The mass of water in a rectangular tank 1m long. 6m wide and him deep is Mkg where M = 1000 lbh (a) What is
the mass of water in a tank 5m long, 4m wide and 5m deep? (b) What is the depth of the water in a tank 5m long and 3m
wide of its mass is 24000kg?
Assignment
m 22
1. if T = 2 π √ (a) Express m in terms of T an K (b) Find m when T = 20 and K = 50, π =
k 7
1 2
2. make h the subject of the formula V = πr h
3
22
3. hence find the value of h when V = 256, π = , r = 21
7

WEEK 8
EVERYDAY STATISTICS
Data Presentation
Frequency Table
Example: The raw data below show the number of mobile phone calls made by a group of students in a certain day.
5 6 7 8 4 4 5 7 8 10
7 6 5 8 5 7 8 7 10 7
6 5 6 7 7 5 4 5 7 8
a) Use a tally mark to prepare a frequency table for this data
b) What calls occur most often?
c) What percentage of students made 8 calls?
SOLUTION
a) No of calls made Tally Frequency
4 3
5 7
6 4
7 9
8 5
9 0
10 2
b) 7 calls
5
c) x 100
30
2
= 16 %
3

Pictogram
Example: The following table shows the colour of cars in a car park one morning. Draw pictogram to illustrate this data.
Colours of car frequency
Black 20
White 17
Red 8
Yellow 5
Green 10

SOLUTION
Colour of cars
Black
White
Red
Yellow
Green
Key: =2 =1

Bar Chart
Bar charts consist of series of bars with equal width.
Example: Draw bar chart to illustrate the data of the example above

Frequency colour of cars of the park


Colour
25
20
15 Colour

10
5
0
Black White Red Yellow Green

Compound bar chart


It is used to compare two or more different sets of information.
Example:
The following table shows the number of candidates who gained admission into higher institutions at a certain town over a
period of years.
Year Boys Girls
1997 65 46
1998 50 55
1999 80 73
2000 70 92
2001 45 64
a) Illustrate this information on dual bar chart
b) Illustrate what year did girls leave the highest admission?
c) Illustrate what year did boys have the least admission?
d) How many more boys had admission than girls in 1999?
e) How many more candidates gained admission in 2000 than 1998?
SOLUTION
No of candidates
100
90
80
70
60
50 BOYS
40 GIRLS
30
20
10
0
1997 1998 1999 2000 2001

ASSIGNMENT
EXERCISE 22.1; NO 1, 2, AND 3 PAGE 226.

Pie charts
A pie chart is a circle divided into sectors whose angle are used to display data
Example:
1. In a certain year, the expenditure of a university is shown in the table below.
Items Expenditure in Million Naira
Equipment 20
Salaries and wages 25
Building projects 70
Maintenance 25
Miscellaneous 10
a) Draw a pie chart to illustrate the information
b) What percentage of total expenditure goes on project
SOLUTION

Items Expenditure in Million Naira Angles


20 360°
Equipment 20 x = 48o
150 1
25 360°
Salaries and wages 25 x = 60o
150 1

70 360°
Building Project 70 x = 168o
150 1

25 360°
Maintenance 25 x = 60o
150 1

10 360°
Miscellaneous 10 x = 24o
150 1

Total 150 360o

building project
maintainance
Miscellaneous
equipment
salaries and wages

70 100°
b) x = 46.7o
150 1

Example 2
History
Geography
Further Maths
Physics

History 40% , Geography 30% , Further Mathematicss10% and Physics 20%

The pie chart shows the percentage of students taking Further Mathematics, Physics, History and Geography

a) What angle represented subject?


b) What fraction of students are taking history
c) If the total number of students is 500, how many students are taking physics?

SOLUTION

Subject Percentage Angles


10 360°
Further Maths 10% x = 36o
100 1
20 360°
Physics 20% x = 72o
100 1

40 360°
History 40% x = 144o
100 1

30 360°
Geography 30% x = 108o
100 1

Total 100% 360o

40 2
(b) Fraction for history = =
100 5

20
(c) No of Physics Students = x 500 = 100 Students
100

Exercise: Ex. 22.2 No 1 and 5 page 228 and 229


WEEK 9
MEASURE OF CENTRAL TENDENCY (MEAN, MEDIAN, MODE)

Example

1. In a test 10 pupils obtained the following marks 5, 7, 4, 8, 5, 7, 10, 9, 3. Find (a) The mean mark (b) Median mark (c)
Modal mark.

SOLUTION

a) Mean =
∑ of mark =
5+7+ 4+8+5+ 7+10+9+ 6+3 64
=
No of marks 10 10
Mean = 6.4
b) Arrange the marks in ascending order of magnitude 3, 4, 5, 5, 6, 7, 8, 9, 10
6+7 13
Median = = = 6.5
2 2
c) The mode is the value that occurs most the mode are 5 and 7 this is bimodal.

Calculating average from frequency tables

Examples: In a science test. The following score shown in the table below were obtained out of 10 by some students.

Marks No of Students (Frequency)

0 2

1 1

2 2

3 4

5 1

6 7

7 3

8 4

9 1

a) Find (i) the mode (ii) the median (iii) the mean of the frequency distribution
b) How many students scored at least 5 marks

SOLUTION

a) (i) Mode = 8
(ii) 0, 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 7, 7, 8, 8, 8, 8, 9
5+6
Median = = 5.5
2
(iii) Sum of values = 0 + 0 + 1 + 2 + 2 + 3 + 4 + 4 + 5 + 6 + 6 + 7 + 7 + 7 + 8 + 8 + 8 + 8 + 9 = 99
Mean =
∑ of values = 99 = 4.95
No of values 20

ALTERNATIVELY

Scores (x ) frequency (f) frequency x score (fx)

0 2 2x0=0

1 1 1x1=1

2 2 2x2=4

3 1 1x 3 = 9

4 3 3 x 4 = 12

5 1 1 x 5= 5

6 2 2 x 6 = 12

7 3 3 x 7 = 21

8 4 4 x 8 = 32

9 1 1 x 9 = 99

∑ f = 20 ∑ fx = 99

Mean =
∑ fx =
99
= 4.95
∑f 20

Exercise: Ex 22.3 No 1 and 2 page 231

Range: It gives a measure of how spread and the values are. Range = Highest value – Lowest value

Examples

1. Find the range of these numbers 9, 4, 7, 6, 12, 8, 15, 10


Solution: Range = 15 – 4 = 11

2. A student obtained the following marks each out of 100 in different geography test 42, 44, 50 40, 54, 48, 10 88. Find
(a) The mean (b) the range (c) make a comment why the range in this case is not good to measure the spread.

SOLUTION

a) Mean =
∑ of values = 42+ 44+50+ 40+54+ 48+10+88
No of values 8
Mean = 48
b) Range = 88 – 10
= 78
c) The two extreme values i.e. 10 and 88 affects the range, so at it not a good measure of spread in this particular case.

Exercise
Find the range of the following

a) 35cm, 50cm, 45cm, 90cm, 30cm


b) 67km, 50km, 20km, 48km, 55km
c) 5.2, 4.7, 8.2, 9.3, 6.4, 5.5

ASSIGNMENT

EXERCISE 22.4; NO 8, 9 AND 10. PAGE 240.

WEEK 10
SIMPLE EQUATIONS INVOLVING FRACTIONS

Examples: Solve the following equations

2 x 8−x
a) –
5 10
35−3 p
b) P=
2
a−5 a
c) =5+
2 3

SOLUTION

a) The L.C.M of 5 and 10 is 10 multiply both sides by 10

2x 3−x
10 x = 10 ( ) OR we cross multiply
5 10

2 x 8−x
2x2x =8– x =
5 10

5x 8
= 10 x 2 x = 5 x (8 – x )
5 5

3
x=1 20 x = 40 - 5 x
5

25 x 40
=
25 25

3
x=1
5

35−3 p
(b) P= (c) Multiply both sides by 6
2
(a−5) a
2p = 35 – 3p 6x =6x5+6x
2 3
5 p 35
= 3 (a-5) = 30 + 2a
5 5
P=7 3a – 15 = 30 + 2a
a = 45

Exercise: Solve the following equations

x x 4 y−5 x−7 x−21


(a) =5 (b) = (c) =8 (d) + =0
12 9 3 4 2 5

Fraction with binomial denominator


Examples

2 4 3 3 5
a) -4=0 (b) - =0 (c) =
5−x 2 y −3 5 y+ 2 2 y −1

SOLUTION

2 4 3 3 5
a) -4=0 (b) - =0 (c) =
5−x 2 y −3 5 y+ 2 2 y −1
2 4 3
-4 = 3 (2y – 1) = 5 (y + 2)
5−x 2 y −3 5
4 (5 - x ) = 2 3 (2y – 3) = 20 6y – 3 = 5y + 10
20 - 4 x = 2 6y - 9 = 20 Y = 13

6 y 29
4 x = 18 =
6 6

5
x = 45 y=4
6

EXERCISE

1 11 12 8 3
a) + 8 = -3 (b) =4 (c) =1 (d) =
x+13 2 x−5 8+3 y 1+ 5 x 7+ x

Simultaneous linear Equations

These are equations such as 4 x – y = 8 and 3 x – y = 6

Graphical Method

To solve simultaneous equations graphically

 Make a table of values for both equations


 Draw the graphs of both equations on the same axes
 Find the coordinate where both graph interest. This values ( x− y ) are the solutions of both axes

Examples: Solve the following simultaneous equations graphically (a) x−2 y=4 and 2 x− y=5 (b) 2 x− y=10 and

4 x−2 y=4 r

SOLUTION

a) Y = -2 + 0.5 x y=2 x−5


x 0 2 4 x -1 0 5 x=2
y -2 -1 0 y -7 -5 5 x = -1

b) y=10−2 x y=−2+ 2 x
x -1 0 2 x -2 0 2 x=2
y 12 10 6 y -6 -2 2 x = -1

Exercise
a) 2 x−3 y=8 (b) x + y=7

3 x+ 2 y =7 x− y =1

SUBSTITUTION METHOD

Examples (a) x−2 y=4 , 2X – Y = 52 (b) 4 x+ y=8


3 x+ 2 y =7

SOLUTION

a) x−2 y=4 …………1

2 x− y=5 ………….2

Step 1: Rearrange one of the equations so that are variable is made the subject

That is from eqn I x=2 y +4 … … … .. 3

Step 2: Substitute into the second equation. That is substitute and solves the resulting equation.

x=2 y +4 Into eqn…………2

2(2 y +4 ) - y = 5 4 y +8− y=2

3 y −6
=
3 3

Y = -1

Step 3: Substitute your answer into 3 to find the other variable

That is x=2 y +4

x=2(−1)+4

x=−2+ 4

x=2

∴ ( x , y )=(2 ,−1)

b) 4 x+ y=8 , 3 x+2 y=7

From eqn……..1 y=8−4 x ……... 3

Substitute eqn3 into eqn 2 gives

3 x−( 8−4 x )=6

3 x−8+ 4 x=6

7 x 14
=
7 7

x=2

From Eqn 3

y=8−4 x

¿ 8−4 x

y=8−4(2)
y=0

∴ ( x , y )=(2 , 0)

EXERCISE: 2 x+ y=10 , 4 x−2 y=4 (b) y=5 x +2 , x+2 y=15

ELIMINATION METHOD
Examples: (a) 5 x+ 2 y =10 ,3 x−2 y=6 ( b ) 3 a+3 b=15 , 4 a+ 3 b=20
When one of the unknown has equal coefficient
SOLUTION
a) 5 x+ 2 y =10 …………. 1 3 a+3 b=15

+3 x−2 y=6 …………... 2 4 a+3 b=20

8x 16
= - a = -5
8 8

x=2 a=5

From eqn 1 , 5 x+2 y=10 from Eqn 1 , 3 ( 5 ) +3 b=15

10+2 y=10 15+8 b=15


2y 0
=
2 8
y=0 b=0
( x , y ) =(2 , 0) ( a , b )=(5 ,0)

Example 2 (When none of the unknown has equal coefficient)


Example: x−2 y=4 (b) 3 c +4 d=−9
2 x− y=5 4 c +5 d=−1
SOLUTION
1. To make the coefficients of x equal multiply eqn 1 by 2 and eqn 2 by 1
2x1 2 x−4 y=8……….. 3
1 x 2 2 x− y=5 …………. 4
−3 y 3
=
−3 3
y=−1

From Eqn 1 x=2 y +4


x=2 (−1 ) +4
x=−2+ 4
x=2
2. 3 c +4 d=−9 -------1
4 c +5 d=−11 -------2

4x1 12 c+ 16 d=−36 --------3

12c +15 d=−33


3x2 …………….4
d=−3

From Eqn (1) 3 c +4 d=−9

3 c +4 (−3 )=−9

3 c−12=−9
3 c=−9+12

3c 3
=
3 3

c=1

( c , d )=(1,−3)

EXERCISE: 3 x+ 2 y =13, 2 x+3 y =12; 4 x−4 y=44 , 5 x +2 y=34 ; 6 x+ 9 y=31 , 4 x +3 y=6

WORD PROBLEMS

EXAMPLES

1. The sum of two numbers is 30 and their difference is 15. Find the two numbers
2. 3 boxes and 2 packages weigh 1240g while 5 boxes and 7 packages weigh 2800g. What is the weight of a box and a
package?

SOLUTION

1. x + y=30 (2) 3 x+ 2 y =1240−−−−−(1)

¿ 5 x+ 7 y=2800−−−−(2)

2 y=15 5 x 1 15 x+10 y =6200

y=7.5 3 x 2 15 x+ 21 y =8400

11 y 2200
x=30−7.5 =
11 11

x−22.5 y=200

From (1) 3 x=1240−2 ( 200 )

3 x=1240−400
3 x=840
x=260

Exercise:

1. The sum of two numbers is 18 and their difference is 12. Find the two numbers
2. This shape is an equilateral triangle with dimension show finds its perimeter.

2 x+5 y -2 4x – y + 1

x + y +5

3. Andre has more money than Bob. If Andre gave Bob $20, they would have the same amount. While if Bob gave
Andre $22, Andre would then have twice as much as Bob. How much does each one actually have?
4. In a two digit number. The units digit is thrice the tens digit. If 36 is added to the number, the digits interchange their
place. Find the number.
5. If 2 is added to the numerator and denominator it becomes 9/10 and if 3 is subtracted from the numerator and
denominator it become 4/5. Find the fractions.
ASSIGNMENT:

EXERCISE 15.5; NO 2 – 5.PAGE 127

WEEK 11
REVISION and EXAMINATION

You might also like