Mathematics 2ND Term Note1
Mathematics 2ND Term Note1
CONTENT:
Recall: Integers are counting whole numbers, either positive or negative. Examples 1, 5, 20, −1,
−5, etc.
Class Activity:
2. 2968 − 989 =
3. 318 × 2 =
4. 420 ÷ 12 =
The Concept of Modular Arithmetic
The word Modular implies consisting of separate parts or units which can be put together to form
something, often in different combinations.
Arithmetic the science of numbers involving adding, subtracting, multiplying and dividing of
numbers
Modular Arithmetic is the type of arithmetic that is concerned with the remainder when an
integer is divided by a fixed non-zero integer. The word remainder as used in definition
practically refers to the excess in number, after full cycles have been completed.
Examples;
Solution
2. If 20 oranges are to be put into bags that can contain a maximum of eight oranges in each ,
calculate
(i) the number of bags that will be filled with the oranges.
(ii) the number of oranges in the bag with some space left.
Solution
20 = 2 × 8 + 4
Class Activity:
(a) Modulo 3
(b) Modulo 4
(c) Modulo 5
(d) Modulo 6
(e) Modulo 7
Just as you ride your bicycle, the wheel rotates from a point to another. There are events that
have constant ice day’s interval of three days, four, five or a week.
Examples: If ice cream is served every three days. If you are served on Thursday, the next
serving will be Thursday + 3 days = Sunday
Find the number which results from the following additions on the number cycle below of ice
cream
(a) 2 + 9 = 11
11 ÷ 3 = 3, remainder 2
∴2+9≡2
17 ÷ 4 = 4, remainder 1
∴ 3 + 14 ≡ 1
Class Activity:
(a) 1 + 6
(b) 2 + 32
(c) 3 + 35
PRACTICE EXERCISE
1. Thirty nine oranges are to be put into bags that have a capacity of 7 oranges. If the bags are to
be filled in turn, how many oranges would be required to fill the last bag. How many bags will
be needed to contain all the oranges?
(i) 6 by 3
(ii) 15 by 7
(ii) 1 + 3
(i) Module 3
(ii) Module 4
5. Arrange the days of the week, Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and
Saturday on a circle using the number code 0 for Sunday, 1 for Monday, 2 for Tuesday , 3 for
Wednesday, 4 for Thursday, 5 for Friday and 6 for Saturday. If Thursday, which day will it to be
in,
ASSIGNMENT
1. Arrange the days of the week, Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and
Saturday on a circle using the number code 0 for Sunday, 1 for Monday, 2 for Tuesday , 3 for
Wednesday, 4 for Thursday, 5 for Friday and 6 for Saturday. If Thursday, which day will it to be
in,
(i) 0 + 12
(ii) 2 +32
(i) 6 by 8
(ii) -13 by 5
(iii) 15 by -7
(i) Module 5
(ii) Module 6
(i) -5(mod 6)
(ii) -52(mod 11)
(iv) -50(mod 4)
Modular Arithmetic 2
CONTENT:
In modular arithmetic, addition and subtraction are symbolized by ⊕ and ⊖ respectively. In the
table we enter only the remainders when a pair of elements in the ⊕ on the set {0,1,2,3,4}
modulo 5
⊕01234
0 01234
1 12340
2 23401
3 34012
4 40123
Addition ⊕ in mod 5
Solution: 39 ⊕ 29 = 68
= (6 × 11 + 2)
= 2(mod 6)
= 2(mod 6)
(a) 12 Θ 5(mod 4)
(b) 38 Θ 42(mod 7)
Solution:
(a) 12 Θ 5 = 7
7=4+3
= 3(mod 4)
(b) 38 Θ 42 = −4
−4 = −7 + 3
= 3(mod 7)
Class Activity:
(a) 3 ⊕ 9
(b) 65 ⊕ 32
(c) 41 ⊕ 52
(d) 8 ⊕ 17
2. Find the simplest positive form of each of the following numbers modulo 5
(a) −9
(b) −32
(c) −75
(d) −256
Multiplication of modulo
(a) 2 ⊕ 2
(b) 5 ⊕ 7
(c) 6 ⊕ 73
Solution:
(a)2 ⊕ 2 = 4
= 4 + 0(mod 4)
= 0(mod 4)
(b) 5 ⊕ 7 = 35
=4×8+3
= 3(mod 4)
(c) 6⊕ 73 = 438
= 4 × 109 + 2
= 2(mod 4)
Class Activity:
(a) 16 ⊕ 7(mod 5)
(c) 8 ⊕ 25(mod 3)
(d) 27 ⊕ 4(mod 7)
(e) 80 ⊕ 29(mod 7)
DIVISION OF MODULO
Solution:
(a) If 2 (÷) 3 = x
⇒ \frac{2}{3} = \frac{x}{1}
Cross-multiply, 3x = 2
Add 4 to RHS
3x = 2 + 4(mod 4)
3x = 6(mod 4)
(b) 7 (÷) 2 = x
\frac{7}{2} = \frac{x}{1}
2x = 7(mod 5)
2x = (5 × 1) + 2(mod 5)
2x = 2
x=1
(c) 2 (÷) 2 = x
\frac{2}{2} = \frac{x}{1}
2x = 2(mod 4)
x=1
Or
2x = 2 + 4(mod 4)
2x = 6(mod 4)
x = 3(mod 4)
No multiple of 4 can be added to 3 to make it exactly divisible by 2. There are no values of 3 (÷)
2 in modulo 4.
Class Activity:
(a) 28 (÷) 7
(b) 29 (÷) 2
(c) 58 (÷) 4
(d) 74 (÷) 7
PRACTICE EXERCISES:
1. Copy and complete the table for addition (mod 5)
⊕01234
0 4
1
2 3
3
4 4
⊖012345
0
1
2
3
4
⊗012345
0 0000
1 0
2 0
3 0 1
4 1
5 0 0
(i) 8 − 5 + 2 in mod 6
(ii) 5 × 4 ÷ 3 in mod 11
(iv) 9 × (3 + 6) in mod 8
5. Evaluate 4 ÷ 3 in (mod 5)
APPLICATION OF MODULAR ARITHMETIC TO DAILY LIFE
Time plays crucial role in indicating how often events occur or qualities vary. Whenever the time
rate of occurrence of events is constant, the order of occurrence is repeated.
Examples
1. If the hour hand of a clock is at 2:00 a.m. What time of the day will it indicate after 20
rotations
Solution
We then have
20 rotations ≡ 20 hours
but 20 ≡ 1 × 12 + 8
20 ≡ 8
Therefore the day is 8hrs from 2’0 clock into its second phase
2. The market in a village holds every 6days. If the current market is on Wednesday when will
the next market held?
Solution
We operate in mod 7
If 0 ≡ Sunday
9≡1×7+2
i.e 9 ≡ 2
ASSIGNMENT:
(i) 4 × 3 Hint: 3 × 2 = 3 × 3
(ii) 3 + 2
(iii) 4 + 3 + 3
(i) 4x ≡ 3 mod 7
(ii) x + 1 ≡ 3 mod 7
4. Dayo attends a sports club as a member every five days. If he made his fifteenth attendance on
a Thursday, when did he first attend the club as a member.
5. Construct an operation table for multiplication and another for addition in module 7
Quadratic Equation 1
CONTENT:
Any expression in which highest power of the unknown is 1 is called a linear expression. Some
examples of linear expressions are: (a) x + 1 (b) 2y + 3 (c) p = −1/2
In general, linear expressions are expressions of the form ax + b, where a & b are constants and x
is a variable.
A quadratic expression is that whose highest power of the unknown is 2. Examples are:
(a) x2 + 3x
(b) 2x2 − 6x + 10
(a) x2 + 4x
(b) 2x2 − 8x
Solution:
(a) x2 + 4x
x is a common factor of the terms x2 and 4x. Hence x2 + 4x can be written as x. x2 + 4x. Isolating
common factors, we have, x(x2 + 4)
(b) 2x2 − 8x
(a) x2 + 8x − 20
Solution:
(a) x2 + 8x − 20
x2 × (−20) = −20x2
Find two terms such that their product is −20x2 and their sum is +8x
Of these, only (d) gives the required result. Replace +8x with +10x and −2x in the given
expression. Then factorize by grouping the terms.
x2 + 8x − 20
= x2 + 10x − 2x − 20
= (x + 10)(x − 2)
(b) 6a2 + 15a + 9, 3 is common factor, first take out the common factor.
3(2a2 + 5a + 3)
2a2 × 3 = 6a2
6a2 + 15a + 9
= 3(2a2 + 5a + 3)
= 3(2a2 + 3a + 2a + 3)
= 3(2a + 3)(a + 1)
(c) 7 − 22x + 3x2 Find the product of the first and last terms i.e 7 × (+3x2 ) = +21x2
Find two terms such that their sum is −22x and their product is +21x2. Since the middle term is
negative, consider negative factors only. The terms are −21x and −x. Replace −22x with −21x
−x in the given expression.
7 − 22x + 3x2
= 7 − 21x − x + 3x2
= (1 − 3x)(7 − x)
Class Activity:
Factorize the following quadratic expressions
(iii) x2 − 4x + 3
(iv) 1 − 3x + 2x2
(vi) p2 − p + 1/4
(vii) x2 − 16
(viii) 25x2 − 1
If the product of two numbers is 0, then one of the numbers (or possibly both of them) must be
zero. For example,
3 × 0 = 0, 0 × 5 = 0 and 0 × 0 = 0
⇒ x = 2 or x = −7
⇒ a = 0 or a = −3
3. Solve the equations (i) (2m − 5)2 = 0 (ii) d(d − 4 )(d + 6)2 = 0
Solution:
(2m − 5) = 0 twice
⇒ m = 5/2 twice
(ii) If d(d − 4 )(d + 6)2 = 0, then any one of the four factors of LHS may be 0
i.e. d = 0, d − 4 = 0, (d + 6)2 = 0
⇒ d = 0, d = 4, or d = −6 twice
Class Activity:
(i) (a – 3)(a + 5) = 0
(ii) 2y (y – \frac{1}{3}) = 0
The roots of a quadratic equation are the solutions of that equation. Suppose the roots of a
quadratic equation in x are a and b, then we can write; x = a and x = b
Examples; (1) Find the quadratic equation whose roots are −2 and +2
Solution:
Let x = −2 or x = 2, then
x + 2 = 0 or x − 2 = 0
(x + 2)(x − 2) = 0
Find the quadratic equation whose roots are 2 \frac{1}{2} \text{ and } -1
x2 + 6x + 9 = 0 x2 – 10x + 25 = 0 9x2 – 16 = 0
This can be written as: This can be written as: This can be written as:
(1x)2 + 2(1)(3)x + (3)2 = 0 (1x)2 – 2(1)(5)x + (5)2 = 0 (3x)2 – (4)2 = 0
LHS is of the form a2 + 2ab + b2, LHS is of the form a2 – 2ab + b2, LHS is of the form a2 – b2,
⇒ (x + 3)2 = 0 ⇒ (x – 5)2 = 0 ⇒ (3x + 4)(3x – 4) = 0
Or Or Factors are (3x + 4) and (3x – 4).
(x + 3)(x + 3) = 0 (x – 5)(x – 5) = 0
Factors are (x + 3) and (x + 3). Factors are (x – 5) and (x – 5).
Quadratic Equation 2
CONTENT:
LINEAR GRAPHS
Recall that any equation whose highest power of the unknown is 1 is a linear equation. To draw
the graph of a linear equation, we need to
Solution: y=x−1
x −2 0 2
−1 −1 −1 −1
y −3 −1 1
Graph of y=x−1
DRAWING QUADRATIC GRAPH: To draw a quadratic graph, we need to also follow the
same process of drawing linear graph
Since y=x2+2x+1, we shall now make a table for the values of x & y.
x −3 −2 −1 0 2 3
x2 9 4 1 0 4 9
2x −6 −4 −2 0 4 6
1 1 1 1 111
y 4 1 0 1 9 16
1. we choose a scale such that our graph is as large as possible and also occupies the centre
of the graph sheet. This will enable us to obtain the point where the graph cuts the x-axis
more easily.
2. we join the points in the graph by a smooth curve
Class Activity:
To obtain the roots of a quadratic equation form a quadratic graph, we need to first plot the graph
of the expression and then obtain the roots by reading the two values of x where the graph cuts or
touches the x-axis, i.e where y=0
y=4x2−20x+25
x 0 1 2 3 4 5
2
4x 0 4 16 36 64 100
−20x 0 −20 −40 −60 −80 −100
25 25 25 25 25 25 25
y 25 9 1 1 9 25
From the graph it is clear that the curve does not cut the x-axis. It appears to touch the x-axis
where x=2.5. this result can be checked by factorisation I.e
4x2−20x+25=0(2x−5)(2x−5)=0(2x−5)2=0∴x=2.5 twice
Note: when the curve touches the x-axis, the roots are said to be coincident
Class Activity:
Use the table of values below to solve the equation y=x2+x–8 graphically for −4≤ x ≤ 3
x −4 −3 −2 −1 0 1 2 3
y −8 4
It is possible to find the equation of a curve from its graph. The graph of y=x2−2x–3 cuts the x-
axis (i.e the line y=0) at the points x=-1 and x=3. This implies that -1 and 3 are the roots of the
equation y=x2−2x–3=0. Therefore in general if a graph cuts the x-axis at points a & b, it satisfies
the equation (x−a)(x−b)=0
Example 1: Obtain the equation of the graph below
Second, in the curve above, at point P, y = −2 when x = 0. However the constant term in
equation (i) is only −1. So we multiply both sides of the equation (i) by 2
2x2−3x−2=0…….(ii)
Equation (ii) satisfies (x–−12)(x−2)=0 and the requirement that the constant term should be -2
Class Activity:
Example 1: The area of a rectangle is 60cm2. The length is 11cm more than the width. Find the
width.
Solution:
The length is 11cm more than the width which gives =60x=x+11
i.e. x2+11x–60=0
1. When 11 times a certain integer is subtracted from twice the square of the integer, the
result is 21. What is the integer?
2. A rectangular lawn is 4cm longer than its width. If its area is 165cm2, calculate its width.
3. Musa is 60years old and Joy is 25years old. How many years from now will the product
of their ages be 2244years?
PRACTICE EXERCISES:
1. Solve the following equations graphically and obtain the least value of y
(a) y=x2–4x+3=0
(b) y=2x2–3x+1
(c) y=3x2–4x+1
2. The sum of the ages of a mother and her child is 63. If the product of their ages four years ago
was 484. What are their ages now?
2. (a) Copy and complete the table of values for the relation y=−x2+x+2 for −3≤ x ≤ 3
x -3 -2 -1 0 1 2 3
y -4 2 -4
(b)Using scales of 2cm to 1 unit on the x-axis and 2cm to 2 units on the y-axis, draw a graph of
the relation
y=−x2+x+2
[SSCE 2010]
Constructions 1
Content:
1. A short pencil of about 3 inches should be fixed on the pair of compasses when
constructing to avoid any obstruction when turning your compass round to draw arcs.
2. Ensure that the pivot of your pair of compasses is tight to avoid unwanted shift when
carrying out your constructions.
3. To ensure that your lines and points are as fine and accurate as possible make use of a
hard pencil with a sharp point.
4. Before making the actual construction, make a rough sketch of the problem under
consideration. This will make the construction of the actual problem easy.
5. Leave all your arcs and construction lines visible. Do not clean any arc that leads you to
your final result.
6. Double lines and arcs in constructions are not allowed, hence clean up all double arcs and
lines neatly and re-draw.
Bisecting Of Angles
Step 1: –Measure a length of about 2.5cm with your pair of compasses. Fix pin at B and draw an
arc to cut the two line AB and BC that formed the angle. Cut the arc at x and y.
Step 2: – Fix pin at x and draw an arc and at y and draw another arc both to meet at z.
Constructions of angles
CHAPTER 8: CONSTRUCTIONS
The ancient Greek mathematicians were the first people to do constructions in Mathematics. A
construction in Mathematics is an accurate drawing of angles and lines. You are only allowed to
use a straightedge and a pair of compasses with a pencil in it when you do a construction.
A straightedge
A straightedge is an instrument with a straight edge, so we use it to draw straight lines. It is a ruler
without any markings on it, because when you do constructions you are not allowed to take any
measurements.
Most of the time you will use your ruler when you do constructions and have to draw straight lines.
The important thing to remember is that although there are markings on the ruler, you should not
use them to do your constructions. You may only use the ruler to draw a straight line. You may
use it to check your constructions once you have finished them.
One leg has a sharp point so that you can put it firmly into position on a page. When you draw a
circle the sharp point will stay on the dot where you positioned it. The sharp point will not move.
The other leg has space to insert a pencil. You move the leg with the pencil to and draw the circle
on the page.
The two legs of the compass are joined at the hinge. Make sure that the metal screw at the hinge
is fitted tightly so that the two legs of the compass will not open too easily. Also make sure that
your pencil is sharpened. A blunt pencil will lead to diagrams that are not accurate.
Here is a fun activity for you to do: use your compass to draw a circle. Keep the the position of the
legs of the compass exactly the same throughout the activity. Make a dot anywhere on the
circumference of the circle.
Put the compass on the dot and start to make little arcs on the circumference of the circle, each one
made from the one before, as shown in the diagram.
You will find that you can fit in exactly six of these little arcs:
You know that a full turn (or revolution) is equal to , so if we join the centre of the circle to each
one of the six small arcs on the circumference, we form six angles of each.
If you are asked to construct an angle of , you simply do a part of the activity that you have done
above.
If you are asked to construct an angle of , you construct an angle of and then bisect it.
In a previous year, you learned how to construct an angle of 60 degrees, and how to bisect an
angle. You will use these two skills to construct an angle of 30 degrees.
You are given a line segment as shown below. Construct so that is a point on and = .
Copy the given line segment into your workbook and make a dot at point .
Put the point of the compass at (on the blue dot) and draw a large arc as shown. Label point where
the arc intersects the line segment. Keep the compass legs open in exactly the same position for
the next step.
Put the point of the compass onto (on the orange dot) and draw a small arc to intersect with the
first large arc.
Use a ruler and draw a line segment from point and through point .
Step 4: Draw the first arc to bisect the angle of .
Keep the compass open at exactly the same width as for Step 4. Put the compass on point and draw
an arc as shown.
It is a good idea to rotate your workbook If you have to do a construction involving a line that is
not horizontal on the page in front of you. Never erase the construction lines after you have
completed a construction.
EXERCISE 8.1: CONSTRUCT AN ANGLE OF 30 DEGREES
If you are asked to construct an angle of , you construct an angle of and then bisect it.
To construct an angle of 90 degrees, you will use of the fun activity we did earlier, where you
made six small arcs on the circumference of a circle.
In this construction, you will make only two arcs: you will make the first arc to form an angle
of and the second arc to form an angle of .
An angle of is exactly halfway between and , so you will construct the one arm of the right angle
exactly halfway between the arcs for and .
You have learned how to construct an angle of 90 degrees, and to bisect an angle. You will use
these skills to construct an angle of 45 degrees.
There is more than one way to do this construction, and two different methods are shown below.
Step 1: Construct a line segment, make a dot at point and draw the first large arc.
Put the compass at point (on the blue dot) and draw a large arc. Label point where the arc intersects
the line segment. Keep the compass legs in exactly the same position for the next two steps.
Step 2: Draw the first small arc.
Put the compass on point and make an arc on the large arc that was drawn in Step 1.
The compass should still be open at exactly the same width as for the first large arc.
Put the compass on point and make another arc on the large arc that was drawn in Step 2.
We want to find the line for an angle of . We know that this line should be exactly halfway between
the arcs for the angles of and .
The compass should stay in the same position for these two arcs (Step 4 and Step 5).
Put the compass on point and make an arc outside of the large arc, as shown below.
Put the compass on point and make another arc outside of the large arc to intersect the arc already
drawn there. Label the point of intersection of the two arcs as .
Step 6: Complete the angle of .
Put the point of the compass where the big arc (from Step 1) crosses and draw an arc outside of
the large arc, and towards , as shown.
Construct an angle of 45 degrees. You are given line with a point on the line.
Method: Construct a perpendicular line from a point on a line segment and then bisect the right
angle.
Draw an arc to the left of point . Keep the compass open at the same width, and draw another arc
to the right of point . These arcs should intersect with line .
You can change the position of the compass legs, to open them wider. Put the compass on the left
arc from Step 1 (where the orange dot is shown).
Keep the compass open at the same width as for Step 2. Put the compass on the right arc from Step
1 (where the purple dot is shown).
Point is where the two arcs from Step 2 and Step 3 intersect.
Use a ruler and draw a line from point and through point . This gives you your right angle.
Step 5: Draw the first big arc to bisect the right angle.
Put the compass on point . Keep the compass fixed at that width and draw a big arc that
intersects and .
Keep the compass at the same width for the next two arcs. From the intersection of the big arc
from Step 5 with the line segments, draw two arcs that intersect each other. Label the point of
intersection as point .
For the exercise below, remember not to erase the construction lines after you have completed a
construction.
Use your construction for question 1. Use the method shown in Worked example 8.2 to construct
an angle of . Label the angle as .
Use your construction for question 3. Use the method shown in Worked example 8.3 to construct
an angle of . Label the angle as .
Amaka has to construct two angles of each. She says she will construct an isosceles right-angled
triangle, then there will be two angles of each.
Is Amaka correct?
The size of an angle does not depend on the length of the arms. In the diagram, below both angles
are the same size.
The size of an angle depends on how far the one arm of the angle has turned (or rotated) away
from the other arm of the angle. We use this fact when we want to construct an exact copy of a
given angle.
WORKED EXAMPLE 8.4: COPYING A GIVEN ANGLE
is an acute angle.
Use a compass and ruler to construct a copy of . Label the new angle as .
Step 1: Construct the first arm of the angle by drawing a horizontal line. Use the labels and .
In each of the steps below, the first diagram is the given diagram, and the second diagram is the
new construction. This worked example assumes that you have the original angle on paper, and
can draw on it.
Step 2: Draw an arc on the given angle and on the new angle.
On the given diagram, put the compass on point and draw a large arc, as shown.
Keep the compass open at exactly the same width. On your copy of the diagram, put the compass
on point and draw a copy of the first arc.
Step 3: Measure the distance between the two arms of the given angle.
On the given diagram, use your compass to measure the distance between the two points where
the arc (of Step 2) intersects with and .
You do not draw line segment between the two points, you only measure the distance between
them by opening your compass to the correct width.
Step 4: Mark the same distance on the new angle.
Keep the compass open at the same width as in Step 3. Put the compass on the point where the arc
intersects with and draw a small arc that intersects the large arc.
Draw a line segment from point through the point where the two arcs intersect.
Construct copies of the angles provided below, and use a protractor to check that your constructed
angles are the correct size.
is an acute angle.
Use a compass and ruler to construct a copy of . Label the new angle as .
is an obtuse angle.
Use a compass and ruler to construct a copy of . Label the new angle as .
is a right angle.
Use a compass and ruler to construct a copy of . Label the new angle as .
is a reflex angle.
Use a compass and ruler to construct a copy of . Label the new angle as .
A closed, two-dimensional or flat figure is called a plane shape. A plane shape has length and
breadth, but no thickness.
In this section you will construct simple plane shapes, for example, parallelograms and triangles.
You may use a compass, ruler and also a protractor to do the constructions.
plane shapeA plane shape is a flat figure with closed sides. It has length and breadth, but no
thickness.
WORKED EXAMPLE 8.5: CONSTRUCTING A PARALLELOGRAM
You know that the opposite sides of a parallelogram are equal, so = 5 cm and = 9 cm.
Point will be the point of intersection between an arc of 9 cm from point and an arc of 5 cm from
point .
Step 3: Construct .
Keep the compass open at that width. Put the compass on point and draw an arc to find point .
Step 4: Construct .
Use a protractor to measure and mark an angle of at point , then use a ruler to draw in the line.
Step 5: Construct .
Keep the compass fixed at that width, put the compass point on , and draw an arc to find point .
Step 6: Construct .
Step 7: Construct .
Use a ruler to draw line segments and , which meet at the point at which the two arcs intersect.
For the exercise below, remember not to erase the construction lines after you have completed a
construction.
Construct parallelogram .
= 7 cm, = and = 10 cm.
Construct as shown below. Do not use a protractor in this construction. Only use a compass, ruler
and pencil.
Construct as shown below. Do not use a protractor in this construction. Only use a compass, ruler
and pencil.
8.3 Summary
We use arcs in all the constructions. An arc is part of the circumference of a circle.
There are methods for carrying out the following constructions, using only use a compass, ruler
and pencil:
an angle of 30 degrees
an angle of 45 degrees
copy a given angle
Never erase the construction lines after you have completed a construction.