Clasa 10 Mate FF MAth Grade 10
Clasa 10 Mate FF MAth Grade 10
[CAPS]
Collection Editor:
Ewald Zietsman
3 AUDIOBOOK COLLECTIONS
6 BOOK COLLECTIONS
Derived copy of FHSST: Grade 10 Maths
[CAPS]
Collection Editor:
Ewald Zietsman
Author:
Free High School Science Texts Project
Online:
< http://cnx.org/content/col11326/1.1/ >
CONNEXIONS
1.1 Introduction
This chapter describes some basic concepts which you have seen in earlier grades and lays the foundation
for the remainder of this book. You should feel condent with the content in this chapter, before moving on
with the rest of the book.
You can try out your skills on exercises in this chapter and ask your teacher for more questions just like
them. You can also try to make up your own questions, solve them and try them out on your classmates to
see if you get the same answers.
Practice is the only way to get good at maths!
1
2 CHAPTER 1. REVIEW OF PAST WORK
1.3 Sets
A set is a group of objects with a well-dened criterion for membership. For example, the criterion for
belonging to a set of apples, is that the object must be an apple. The set of apples can then be divided into
red apples and green apples, but they are all still apples. All the red apples form another set which is a
sub-set of the set of apples. A sub-set is part of a set. All the green apples form another sub-set.
Now we come to the idea of a union, which is used to combine things. The symbol for union is ∪.
Here, we use it to combine two or more intervals. For example, if x is a real number such that 1<x≤3 or
6 ≤ x < 10 , then the set of all the possible x values is:
where the ∪ sign means the union (or combination) of the two intervals. We use the set and interval notation
and the symbols described because it is easier than having to write everything out in words.
1+1=2 (1.2)
In earlier grades, place holders were used to indicate missing numbers in an equation.
1+=2
4−=2 (1.3)
+ 3 − 2 = 2
However, place holders only work well for simple equations. For more advanced mathematical workings,
letters are usually used to represent numbers.
1+x=2
4−y =2 (1.4)
z + 3 − 2z = 2
These letters are referred to as variables, since they can take on any value depending on what is required.
For example, x=1 in (1.4), but x = 26 in 2 + x = 28.
A constant has a xed value. The number 1 is a constant. The speed of light in a vacuum is also a
constant which has been dened to be exactly 299792458 m·s−1 (read metres per second). The speed of light
is a big number and it takes up space to always write down the entire number. Therefore, letters are also
used to represent some constants. In the case of the speed of light, it is accepted that the letter c represents
the speed of light. Such constants represented by letters occur most often in physics and chemistry.
Additionally, letters can be used to describe a situation mathematically. For example, the following
equation
x+y =z (1.5)
can be used to describe the situation of nding how much change can be expected for buying an item. In
this equation, y represents the price of the item you are buying, x represents the amount of change you
should get back and z is the amount of money given to the cashier. So, if the price is R10 and you gave the
cashier R15, then write R15 instead of z and R10 instead of y and the change is then x.
x + 10 = 15 (1.6)
We will learn how to solve this equation towards the end of this chapter.
a+b−b=a
(1.7)
5+2−2=5
If we look at a number line, then addition means that we move to the right and subtraction means that we
move to the left.
The order in which numbers are added does not matter, but the order in which numbers are subtracted
does matter. This means that:
a+b = b+a
(1.8)
a − b 6= b − a if a 6= b
The sign 6= means is not equal to. For example, 2 + 3 = 5 and 3 + 2 = 5, but 5 − 3 = 2 and 3 − 5 = −2. −2
is a negative number, which is explained in detail in "Negative Numbers" (Section 1.8: Negative Numbers).
a×b÷b=a
(1.9)
5×4÷4=5
Sometimes you will see a multiplication of letters as a dot or without any symbol. Don't worry, its exactly
the same thing. Mathematicians are ecient and like to write things in the shortest, neatest way possible.
abc = a×b×c
(1.10)
a·b·c = a×b×c
It is usually neater to write known numbers to the left, and letters to the right. So although 4x and x4
are the same thing, it looks better to write 4x. In this case, the 4 is a constant that is referred to as the
coecient of x.
1.7 Brackets
3
Brackets in mathematics are used to show the order in which you must do things. This is important as you
can get dierent answers depending on the order in which you do things. For example:
(5 × 5) + 20 = 45 (1.11)
whereas
If there are no brackets, you should always do multiplications and divisions rst and then additions and
4
subtractions . You can always put your own brackets into equations using this rule to make things easier
for yourself, for example:
a×b+c÷d = (a × b) + (c ÷ d)
(1.13)
5 × 5 + 20 ÷ 4 = (5 × 5) + (20 ÷ 4)
If you see a multiplication outside a bracket like this
a (b + c)
(1.14)
3 (4 − 3)
then it means you have to multiply each part inside the bracket by the number outside
a (b + c) = ab + ac
(1.15)
3 (4 − 3) = 3 × 4 − 3 × 3 = 12 − 9 = 3
unless you can simplify everything inside the bracket into a single term. In fact, in the above example, it
would have been smarter to have done this
3 (4 − 3) = 3 × (1) = 3 (1.16)
1.7.1 Distributivity
The fact that a (b + c) = ab + ac is known as the distributive property.
If there are two brackets multiplied by each other, then you can do it one step at a time:
(a + b) (c + d) = a (c + d) + b (c + d)
= ac + ad + bc + bd
(1.18)
(a + 3) (4 + d) = a (4 + d) + 3 (4 + d)
= 4a + ad + 12 + 3d
0 − a = −a (1.19)
On a number line, a negative number appears to the left of zero and a positive number appears to the right
of zero.
Figure 1.1: On the number line, numbers increase towards the right and decrease towards the left.
Positive numbers appear to the right of zero and negative numbers appear to the left of zero.
a − b = a + (−b)
(1.20)
5 − 3 = 5 + (−3)
So, this means that subtraction is simply a short-cut for adding a negative number and instead of writing
a + (−b), we write a − b. This also means that −b + a is the same as a − b. Now, which do you nd easier
to work out?
Most people nd that the rst way is a bit more dicult to work out than the second way. For example,
most people nd 12 − 3 a lot easier to work out than −3 + 12, even though they are the same thing. So
a − b, which looks neater and requires less writing is the accepted way of writing subtractions.
Table 1.1 shows how to calculate the sign of the answer when you multiply two numbers together. The
rst column shows the sign of the rst number, the second column gives the sign of the second number and
the third column shows what sign the answer will be.
a b a×b or a÷b
+ + +
+ − −
− + −
− − +
So multiplying or dividing a negative number by a positive number always gives you a negative number,
whereas multiplying or dividing numbers which have the same sign always gives a positive number. For
example, 2×3=6 and −2 × −3 = 6, but −2 × 3 = −6 and 2 × −3 = −6.
Adding numbers works slightly dierently (see Table 1.2). The rst column shows the sign of the rst
number, the second column gives the sign of the second number and the third column shows what sign the
answer will be.
a b a+b
+ + +
+ − ?
− + ?
− − −
If you add two positive numbers you will always get a positive number, but if you add two negative
numbers you will always get a negative number. If the numbers have a dierent sign, then the sign of the
answer depends on which one is bigger.
−a + b = b−a
−5 + 10 = 10 + (−5)
(1.21)
= 10 − 5
= 5
This makes the expression easier to understand. For example, a question like What is −7 + 11? looks a
lot more complicated than What is 11 − 7?, even though they are exactly the same question.
−c − d = − (c + d)
(1.22)
−7 − 2 = − (7 + 2) = −9
e−F = − (F − e)
(1.23)
2 − 11 = − (11 − 2) = −9
You can even combine these tips: for example, you can use Tip 1 on −10 + 3 to get 3 − 10 and then use
Tip 3 to get − (10 − 3) = −7.
Table 1.3
5
Click here for the solution
2. Say whether the sign of the answer is + or −
5 http://www.fhsst.org/l3B
Table 1.4
6
Click here for the solution
x+y =z (1.24)
So, if the price is R10 and you gave the cashier R15, then write R15 instead of z and R10 instead of y.
x + 10 = 15 (1.25)
Now that we have written this equation down, how exactly do we go about nding what the change is?
In mathematical terms, this is known as solving an equation for an unknown (x in this case). We want to
re-arrange the terms in the equation, so that only x is on the left hand side of the = sign and everything
else is on the right.
The most important thing to remember is that an equation is like a set of weighing scales. In order to
keep the scales balanced, whatever is done to one side must be done to the other.
Figure 1.2: An equation is like a set of weighing scales. In order to keep the scales balanced, you must
do the same thing to both sides. So, if you add, subtract, multiply or divide the one side, you must add,
subtract, multiply or divide the other side too.
6 http://www.fhsst.org/l3K
x+y = z
x+y−y = z−y
x = z−y (1.26)
x = 15 − 10
= 5
Now we can see that the change is the price subtracted from the amount paid to the cashier. In the example,
the change should be R5. In real life we can do this in our heads; the human brain is very smart and can do
arithmetic without even knowing it.
When you subtract a number from both sides of an equation, it looks like you just moved a positive
number from one side and it became a negative on the other, which is exactly what happened. Likewise,
if you move a multiplied number from one side to the other, it looks like it changed to a divide. This is
because you really just divided both sides by that number and a number divided by itself is just 1
a (5 + c) = 3a
a (5 + c) ÷ a = 3a ÷ a
a
a × (5 + c) = 3× a
a
(1.27)
1 × (5 + c) = 3×1
5+c = 3
c = 3 − 5 = −2
However, you must be careful when doing this, as it is easy to make mistakes.
The following is the WRONG thing to do
5a + c = 3a
(1.28)
5+c = 3
Can you see why it is wrong? It is wrong because we did not divide the c term by a as well. The correct
thing to do is
5a + c = 3a
5+c÷a = 3 (1.29)
c÷a = 3 − 5 = −2
7 http://www.fhsst.org/l3k
8 http://www.fhsst.org/l30
9 http://www.fhsst.org/l38
10 http://www.fhsst.org/l39
11 http://www.fhsst.org/l3X
a b
× =1 (1.30)
b a
This is because dividing by a number is the same as multiplying by its reciprocal.
Table 1.5: Some common fractions and their equivalent decimal forms.
12 or a bar, like 0, 12
a × 10m (1.31)
where a is a decimal number between 0 and 10 that is rounded o to a few decimal places. The m is an
integer and if it is positive it represents how many zeros should appear to the right of a. If m is negative,
then it represents how many times the decimal place in a should be moved to the left. For example 3, 2 × 103
represents 32 000 and 3, 2 × 10 −3
represents 0, 0032.
If a number must be converted into scientic notation, we need to work out how many times the number
must be multiplied or divided by 10 to make it into a number between 1 and 10 (i.e. we need to work out
the value of the exponent m) and what this number is (the value of a). We do this by counting the number
of decimal places the decimal point must move.
For example, write the speed of light which is 299792458 m · s−1 in scientic notation, to two decimal
places. First, determine where the decimal point must go for two decimal places (to nd a) and then count
how many places there are after the decimal point to determine m.
In this example, the decimal point must go after the rst 2, but since the number after the 9 is a 7,
a = 3, 00.
So the number is 3, 00 × 10m , where m = 8, because there are 8 digits left after the decimal point. So,
the speed of light in scientic notation to two decimal places is 3, 00 × 108 m · s−1
the size of the HI virus is around 1, 2 × 10 m. This is equal to 1, 2 × 0, 0000001 m,
−7
As another example,
which is 0, 00000012 m.
√ 56 1
3, 1, 2557878, , 10, 2, 1, − 5, − 6, 35, − (1.32)
34 90
Depending on how the real number is written, it can be further labelled as either rational, irrational, integer
or natural. A set diagram of the dierent number types is shown in Figure 1.3.
Figure 1.3: Set diagram of all the real numbers R, the rational numbers Q, the integers Z and the
natural numbers N. The irrational numbers are the numbers not inside the set of rational numbers. All
of the integers are also rational numbers, but not all rational numbers are integers.
0, 1, 2, 3, 4, ... (1.33)
Mathematicians use the symbol N0 to mean the set of all natural numbers. These are also sometimes called
whole numbers. The natural numbers are a subset of the real numbers since every natural number is also a
real number.
1.12.3 Integers
The integers are all of the natural numbers and their negatives:
Mathematicians use the symbol Z to mean the set of all integers. The integers are a subset of the real
numbers, since every integer is a real number.
a
(1.35)
b
where a and b are integers and b 6= 0.
The following are examples of rational numbers:
20 −1 20 3
, , , (1.36)
9 2 10 15
a
b + c
d = ad+bc
bd
(1.37)
a
b × c
d = ac
bd
Figure 1.4:
8
12
of the pizza is the same as 2
3
of the pizza.
You can also add rational numbers together by nding the lowest common denominator and then adding
the numerators. Finding a lowest common denominator means nding the lowest number that both denomi-
nators are a factor 13
of. A factor of a number is an integer which evenly divides that number without leaving
a remainder. The following numbers all have a factor of 3
The common denominators between 3 and 4 are all the numbers that appear in both of these lists, like 12
and 24. The lowest common denominator of 3 and 4 is the smallest number that has both 3 and 4 as factors,
which is 12.
3
4 + 2
3 = 3
4 × 3
3 + 2 4
3 × 4
= 3×3
4×3 + 2×4
3×4
= 9
12 + 8
12
(1.40)
= 9+8
12
= 17
12
Dividing by a rational number is the same as multiplying by its reciprocal, as long as neither the numerator
nor the denominator is zero:
a c a d ad
÷ = . = (1.41)
b d b c bc
A rational number may be a proper or improper fraction.
Proper fractions have a numerator that is smaller than the denominator. For example,
−1 3 −5
, , (1.42)
2 15 −20
are proper fractions.
Improper fractions have a numerator that is larger than the denominator. For example,
−10 15 −53
, , (1.43)
2 13 −20
are improper fractions. Improper fractions can always be written as the sum of an integer and a proper
fraction.
14 http://www.fhsst.org/l3b
15 http://www.fhsst.org/l3j
Table 1.6
So if we write x > 5, we say that x is greater than 5 and if we write x ≥ y , we mean that x can be
greater than or equal to y . Similarly, < means `is less than' and ≤ means `is less than or equal to'. Instead
of saying that x is between 6 and 10, we often write 6 < x < 10. This directly means `six is less than x
which in turn is less than ten'.
a. x is greater than 1
b. y is less than or equal to z
c. a is greater than or equal to 21
d. p is greater than or equal to 21 and p is less than or equal to 25
16
Click here for the solution
1.14 Innity
Innity (symbol ∞) is usually thought of as something like the largest possible number" or the furthest
possible distance". In mathematics, innity is often treated as if it were a number, but it is clearly a very
dierent type of number" than integers or reals.
When talking about recurring decimals and irrational numbers, the term innite was used to describe
never-ending digits.
a. 18 − 6 × 2
b. 10 + 3 (2 + 6)
c. 50 − 10 (4 − 2) + 6
d. 2 × 9 − 3 (6 − 1) + 1
e. 8 + 24 ÷ 4 × 2
f. 30 − 3 × 4 + 2
g. 36 ÷ 4 (5 − 2) + 6
h. 20 − 4 × 2 + 3
i. 4 + 6 (8 + 2) − 3
j. 100 − 10 (2 + 3) + 4
17
Click here for the solution
16 http://cnx.org/content/m38346/latest/ http://www.fhsst.org/l3I
17 http://www.fhsst.org/l3D
18 http://www.fhsst.org/l3W
19 http://www.fhsst.org/l3Z
• how much money you have, as a function of time. You never have more than one amount of money
at any time because you can always add everything to give one number. By understanding how your
money changes over time, you can plan to spend your money sensibly. Businesses nd it very useful to
plot the graph of their money over time so that they can see when they are spending too much. Such
observations are not always obvious from looking at the numbers alone.
• the temperature is a very complicated function because it has so many inputs, including; the time of
day, the season, the amount of clouds in the sky, the strength of the wind, where you are and many
more. But the important thing is that there is only one temperature when you measure it in a specic
place. By understanding how the temperature is eected by these things, you can plan for the day.
• where you are is a function of time, because you cannot be in two places at once! If you were to plot
the graphs of where two people are as a function of time, if the lines cross it means that the two people
meet each other at that time. This idea is used in logistics, an area of mathematics that tries to plan
where people and items are for businesses.
• your weight is a function of how much you eat and how much exercise you do, but everybody has a
dierent function so that is why people are all dierent sizes.
17
18 CHAPTER 2. FUNCTIONS AND GRAPHS
2.3 Recap
The following should be familiar.
1. 2x2 = 1
2. 3x + 4y = 7
3. y = −5
x
4. y = 7x − 2
x y = 5x
2 10
6 30
8 40
13 65
15 75
Table 2.1
x y=x y = 2x y =x+2
1
50
100
Table 2.2
Figure 2.1: The Cartesian plane is made up of an x−axis (horizontal) and a y−axis (vertical).
similar one for all possible values of x, we would obtain the graph shown in Figure 2.2
The form of this graph is very pleasing it is a simple straight line through the middle of the plane. The
technique of plotting, which we have followed here, is the key element in understanding functions.
2.3.5.1 Recap
1. Guess the function in the form y = ... that has the values listed in the table.
Table 2.3
2
Click here for the solution
2. Guess the function in the form y = ... that has the values listed in the table.
Table 2.4
2 http://www.fhsst.org/lxO
3
Click here for the solution
3. Guess the function in the form y = ... that has the values listed in the table.
Table 2.5
4
Click here for the solution
4. On a Cartesian plane, plot the following points: (1;2), (2;4), (3;6), (4;8), (5;10). Join the points. Do
you get a straight line?
5
Click here for the solution
5. If f (x) = x + x 2
, write out:
a. f (t)
b. f (a)
c. f (1)
d. f (3)
6
Click here for the solution
6. If g (x) = x and f (x) = 2x, write out:
a. f (t) + g (t)
b. f (a) − g (a)
c. f (1) + g (2)
d. f (3) + g (s)
7
Click here for the solution
7. A car drives by you on a straight highway. The car is travelling 10 m every second. Complete
the table below by lling in how far the car has travelled away from you after 5, 10 and 20 sec-
onds.
Time (s) 0 1 2 5 10 20
Distance (m) 0 10 20
Table 2.6
Use the values in the table and draw a graph of distance on the y -axis and time on the x-axis. Click
8
here for the solution
3 http://www.fhsst.org/lxc
4 http://www.fhsst.org/lxx
5 http://www.fhsst.org/lxa
6 http://www.fhsst.org/lxC
7 http://www.fhsst.org/lx1
8 http://www.fhsst.org/lxr
Some of these words may be unfamiliar to you, but each will be clearly described. Examples of these
properties are shown in Figure 2.3.
Figure 2.3: (a) Example graphs showing the characteristics of a function. (b) Example graph showing
asymptotes of a function. The asymptotes are shown as dashed lines.
We read this notation as the set of all x values where all the conditions are satised. For example, the set
of all positive real numbers can be written as {x : x ∈ R, x > 0} which reads as the set of all x values where
x is a real number and is greater than zero.
(2; 8] (2.2)
It is obvious that 2 is the lower number and 8 the upper number. The round bracket means 'excluding 2',
since x is greater than 2, and the square bracket means 'including 8' as x is less than or equal to 8.
f (x) = 2x2 − 2
g (x) = x3 − 2x2 + x − 2 (2.3)
h (x) = 2 4
3x −2
There are two types of turning points: a minimal turning point and a maximal turning point. A minimal
turning point is a point on the graph where the graph stops decreasing in value and starts increasing in value
and a maximal turning point is a point on the graph where the graph stops increasing in value and starts
decreasing. These are shown in Figure 2.4.
Figure 2.4: (a) Maximal turning point. (b) Minimal turning point.
2.4.5 Asymptotes
An asymptote is a straight or curved line, which the graph of a function will approach, but never touch.
In Figure 2.3(b), the y -axis and line h are both asymptotes as the graph approaches both these lines, but
never touches them.
Figure 2.5: Demonstration of axis of symmetry. The y-axis is an axis of symmetry, because the graph
looks the same on both sides of the y-axis.
a. the x-intercept(s)
b. the y -intercept(s)
9 http://www.fhsst.org/lxY
10 http://www.fhsst.org/lxg
Figure 2.6
11
Click here for the solution
4. On the following graph label:
a. the x-intercept(s)
b. the y -intercept(s)
c. regions where the graph is increasing
d. regions where the graph is decreasing
Figure 2.7
12
Click here for the solution
11 http://www.fhsst.org/lx4
12 http://www.fhsst.org/lx2
a. a (x) = x − 2
b. b (x) = x − 1
c. c (x) = x
d. d (x) = x + 1
e. e (x) = x + 2
Use your results to deduce the eect of dierent values of q on the resulting graph.
2. On the same set of axes, plot the following graphs:
a. f (x) = −2 · x
b. g (x) = −1 · x
c. h (x) = 0 · x
d. j (x) = 1 · x
e. k (x) = 2 · x
Use your results to deduce the eect of dierent values of a on the resulting graph.
You may have noticed that the value of a aects the slope of the graph. As a increases, the slope of the graph
increases. If a>0 then the graph increases from left to right (slopes upwards). If a < 0 then the graph
increases from right to left (slopes downwards). For this reason, a is referred to as the slope or gradient of
a straight-line function.
You should have also found that the value of q aects where the graph passes through the y -axis. For
this reason, q is known as the y-intercept.
These dierent properties are summarised in Table 2.7.
a>0
q>0
Figure 2.9
q<0
Figure 2.11
Table 2.7: Table summarising general shapes and positions of graphs of functions of the form y = ax + q .
For example, the domain of g (x) = x − 1 is {x : x ∈ R} because there is no value of x∈R for which
g (x) is undened. The range of g (x) is {g (x) : g (x) ∈ R}.
2.5.1.3 Intercepts
For functions of the form, y = ax + q , the details of calculating the intercepts with the x and y axis are
given.
The y -intercept is calculated as follows:
y = ax + q
yint = a (0) + q (2.4)
= q
For example, the y -intercept of g (x) = x − 1 is given by setting x=0 to get:
g (x) = x−1
yint = 0−1 (2.5)
= −1
The x-intercepts are calculated as follows:
y = ax + q
0 = a · xint + q
(2.6)
a · xint = −q
xint = − aq
For example, the x-intercepts of g (x) = x − 1 is given by setting y=0 to get:
g (x) = x−1
0 = xint − 1 (2.7)
xint = 1
1. sign of a
2. y -intercept
3. x-intercept
Only two points are needed to plot a straight line graph. The easiest points to use are the x-intercept (where
the line cuts the x-axis) y -intercept.
and the
For example, sketch the graph of g (x) = x − 1. Mark the intercepts.
Firstly, we determine that a > 0. This means that the graph will have an upward slope.
The y -intercept is obtained by setting x = 0 and was calculated earlier to be yint = −1. The x-intercept
is obtained by setting y = 0 and was calculated earlier to be xint = 1.
2.5.1.6.1 Intercepts
1. List the y -intercepts for the following straight-line graphs:
a. y=x
b. y =x−1
c. y = 2x − 1
d. y + 1 = 2x
13
Click here for the solution
2. Give the equation of the illustrated graph below:
Figure 2.14
14
Click here for the solution
3. Sketch the following relations on the same set of axes, clearly indicating the intercepts with the axes
as well as the co-ordinates of the point of interception of the graph: x + 2y − 5 = 0 and 3x − y − 1 = 0
15
Click here for the solution
13 http://www.fhsst.org/lxT
14 http://www.fhsst.org/lxb
15 http://www.fhsst.org/lxj
a. a (x) = −2 · x2 + 1
b. b (x) = −1 · x2 + 1
c. c (x) = 0 · x2 + 1
d. d (x) = 1 · x2 + 1
e. e (x) = 2 · x2 + 1
Use your results to deduce the eect of a.
2. On the same set of axes, plot the following graphs:
a. f (x) = x2 − 2
b. g (x) = x2 − 1
c. h (x) = x2 + 0
d. j (x) = x2 + 1
e. k (x) = x2 + 2
Use your results to deduce the eect of q.
The eects of a and q are a few examples are what are collectively called transformations of the function
y = x2 . The eect of q is what is called a translation because all points are moved the same distance in
the same direction, specically a vertical translation (because it slides the graph up and down) of x2 by
2
q (note that a horizontal translation by q would look like y = (x − q) ). The eect of a is what is called
scaling. Whena > 1, it is usually called a stretch because the eect on the graph is to stretch it apart,
and when a < 1 (but greater than zero), it is often called a shrink because it makes the graph shrink in on
itself. When a = −1, it is called a reection, specically a reection about the x-axis because the x-axis acts
as a mirror for the graph. If a is some other negative number, one would refer to it as a scaled reection
(or, alternatively, a 'stretched' or 'shrunk' reection), because it is reected and scaled. One often refers to
reections, translations, scaling, etc., as the eect of the transformation on the given function.
A more in-depth look at transformations can be found here (Section 14.9: Transformations - Enrichment,
not in CAPS). This section on transformations is simply an extension and is not needed for examinations.
Complete the following table of values for the functions a to k to help with drawing the required graphs
in this activity:
x −2 −1 0 1 2
a (x)
b (x)
c (x)
d (x)
e (x)
f (x)
g (x)
h (x)
j (x)
k (x)
Table 2.8
This simulation allows you to visualise the eect of changing a and q. Note that in this simulation q =
c. Also an extra term bx has been added in. You can leave bx as 0, or you can also see what eect this has
on the graph.
Figure 2.16
From your graphs, you should have found that a aects whether the graph makes a smile or a frown. If
a < 0, the graph makes a frown and if a>0 then the graph makes a smile. This is shown in Figure 2.17.
You should have also found that the value of q aects whether the turning point is to the left of the
y -axis (q > 0) or to the right of the y -axis (q < 0).
These dierent properties are summarised in Table 2.9.
a>0
q>0
Figure 2.18
q<0
Figure 2.20
Table 2.9: Table summarising general shapes and positions of functions of the form y = ax2 + q .
x2 ≥ 0
x +2
2
≥ 2 (2.9)
g (x) ≥ 2
Therefore the range is {g (x) : g (x) ∈ [2, ∞)}.
2.5.2.3 Intercepts
For functions of the form, y = ax2 + q , the details of calculating the intercepts with the x and y axis is given.
The y -intercept is calculated as follows:
y = ax2 + q
2
yint = a(0) + q (2.10)
= q
g (x) = x2 + 2
yint = 02 + 2 (2.11)
= 2
The x-intercepts are calculated as follows:
y = ax2 + q
0 = ax2int + q
(2.12)
ax2int = −q
=
p q
xint ± −a
g (x) = x2 + 2
0 = x2int + 2 (2.13)
−2 = x2int
which is not real. Therefore, the graph of g (x) = x2 + 2 does not have any x-intercepts.
So, if a > 0, then the lowest value that f (x) can take on is q . Solving for the value of x at which f (x) = q
gives:
q = ax2tp + q
0 = ax2tp
(2.14)
0 = x2tp
xtp = 0
∴x = 0 atf (x) = q . The co-ordinates of the (minimal) turning point is therefore (0, q).
Similarly, if a < 0, then the highest value that f (x) can take on is q and the co-ordinates of the (maximal)
turning point is (0, q).
1. sign of a
2. domain and range
3. turning point
4. y -intercept
5. x-intercept
For example, sketch the graph of g (x) = − 21 x2 − 3. Mark the intercepts, turning point and axis of symmetry.
Firstly, we determine that a < 0. This means that the graph will have a maximal turning point.
The domain of the graph is {x : x ∈ R} because f (x) is dened for all x ∈ R. The range of the graph is
determined as follows:
x2 ≥ 0
− 12 x2 ≤ 0
(2.15)
− 21 x2 − 3 ≤ −3
∴ f (x) ≤ −3
Therefore the range of the graph is {f (x) : f (x) ∈ (−∞, −3]}.
Using the fact that the maximum value that f (x) achieves is -3, then the y -coordinate of the turning
point is -3. The x-coordinate is determined as follows:
− 21 x2 − 3 = −3
− 12 x2 −3+3 = 0
− 21 x2 = 0
(2.16)
Divide both sides by − 1
2 : x 2
= 0
Take square root of both sides :x = 0
∴ x = 0
The coordinates of the turning point are: (0; −3).
The y -intercept is obtained by setting x = 0. This gives:
2
yint = − 21 (0) − 3
= − 12 (0) − 3 (2.17)
= −3
0 = − 12 x2int − 3
3 = − 21 x2int
(2.18)
−3 · 2 = x2int
−6 = x2int
which is not real. Therefore, there are no x-intercepts which means that the function does not cross or even
touch the x-axis at any point.
We also know that the axis of symmetry is the y -axis.
Finally, we draw the graph. Note that in the diagram only the y-intercept is marked. The graph has
a maximal turning point (i.e. makes a frown) as determined from the sign of a, there are no x-intercepts
and the turning point is that same as the y-intercept. The domain is all real numbers and the range is
{f (x) : f (x) ∈ (−∞, −3]}.
Figure 2.23
2.5.2.6.1 Parabolas
1. Show that if a<0 that the range of f (x) = ax2 + q is {f (x) : f (x) ∈ (−∞; q]}. Click here for the
16
solution
2. Draw the graph of the function y = −x2 + 4 showing all intercepts with the axes. Click here for the
17
solution
3. Two parabolas are drawn: g : y = ax2 + p and h : y = bx2 + q .
16 http://www.fhsst.org/lxD
17 http://www.fhsst.org/lxW
Figure 2.24
18
Click here for the solution
Figure 2.25: General shape and position of the graph of a function of the form f (x) = a
x
+ q.
a. a (x) = −2x +1
b. b (x) = −1x +1
c. c (x) = x0 + 1
d. d (x) = +1x +1
e. e (x) = +2x +1
Use your results to deduce the eect of a.
2. On the same set of axes, plot the following graphs:
a. f (x) = x1 − 2
b. g (x) = x1 − 1
c. h (x) = x1 + 0
d. j (x) = x1 + 1
e. k (x) = x1 + 2
Use your results to deduce the eect of q.
You should have found that the value of a aects whether the graph is located in the rst and third quadrants
of Cartesian plane.
18 http://www.fhsst.org/lxZ
You should have also found that the value of q aects whether the graph lies above the x-axis (q > 0) or
below the x-axis (q < 0).
These dierent properties are summarised in Table 2.10. The axes of symmetry for each graph are shown
as a dashed line.
a>0
q>0
Figure 2.26
q<0
Figure 2.28
Table 2.10: Table summarising general shapes and positions of functions of the form y= a
x + q. The axes
of symmetry are shown as dashed lines.
y = a
x +q
y−q = a
x
(2.19)
If x 6= 0 then : (y − q) x = a
x = a
y−q
This shows that the function is undened at y = q. Therefore the range of f (x) = a
x +q is {f (x) : f (x) ∈
(−∞; q) ∪ (q; ∞)}.
For example, the domain of g (x) = 2
x +2 is {x : x ∈ R, x 6= 0} because g (x) is undened at x = 0.
y = 2
x +2
(y − 2) = 2
x
(2.20)
If x 6= 0 then : x (y − 2) = 2
x = 2
y−2
We see that g (x) is undened at y = 2. Therefore the range is {g (x) : g (x) ∈ (−∞; 2) ∪ (2; ∞)}.
2.5.3.3 Intercepts
For functions of the form, y= + q , the intercepts with
a
x the x and y axis is calculated by setting x=0 for
the y -intercept and by setting y = 0 for the x-intercept.
The y -intercept is calculated as follows:
y = a
x +q
(2.21)
yint = a
0 +q
which is undened because we are dividing by 0. Therefore there is no y -intercept.
For example, the y -intercept of g (x) = 2
x +2 is given by setting x = 0 to get:
y = 2
x +2
(2.22)
yint = 2
0 +2
which is undened.
The x-intercepts are calculated by setting y=0 as follows:
y = a
x +q
0 = a
xint +q
a
xint = −q (2.23)
a = −q (xint )
xint = a
−q
y = 2
x +2
0 = xint +
2
2
−2 = 2
xint
(2.24)
−2 (xint ) = 2
xint = 2
−2
xint = −1
2.5.3.4 Asymptotes
There are two asymptotes for functions of the form
a
y=
x + q . Just a reminder, an asymptote is a straight or
curved line, which the graph of a function will approach, but never touch. They are determined by examining
the domain and range.
We saw that the function was undened at x=0 and for y = q. Therefore the asymptotes are x=0 and
y = q.
For example, the domain of g (x) = x2 + 2 is {x : x ∈ R, x 6= 0} because g (x) is undened at x = 0. We
also see that g (x) is undened at y = 2. Therefore the range is {g (x) : g (x) ∈ (−∞; 2) ∪ (2; ∞)}.
From this we deduce that the asymptotes are at x = 0 and y = 2.
2. asymptotes
3. y -intercept
4. x-intercept
For example, sketch the graph of
x +
2
g (x) =
2. Mark the intercepts and asymptotes.
We have determined the domain to be {x : x ∈ R, x 6= 0} and the range to be {g (x) : g (x) ∈ (−∞; 2) ∪
(2; ∞)}. Therefore the asymptotes are at x = 0 and y = 2.
There is no y -intercept and the x-intercept is xint = −1.
2.5.3.5.1 Graphs
1. Using graph (grid) paper, draw the graph of xy = −6.
a. Does the point (-2; 3) lie on the graph ? Give a reason for your answer.
b. Why is the point (-2; -3) not on the graph ?
c. If the x-value of a point on the drawn graph is 0,25, what is the corresponding y -value ?
d. What happens to the y -values as the x-values become very large ?
e. With the line y = −x as line of symmetry, what is the point symmetrical to (-2; 3) ?
19
Click here for the solution
2. Draw the graph of xy = 8.
a. How would the graph y = 83 + 3 compare with that of xy = 8? Explain your answer fully.
b. Draw the graph of y = 83 + 3 on the same set of axes.
20
Click here for the solution
Figure 2.31: General shape and position of the graph of a function of the form f (x) = ab(x) + q.
19 http://www.fhsst.org/lxB
20 http://www.fhsst.org/lxK
a. a (x) = −2 · b(x) + 1
b. b (x) = −1 · b(x) + 1
c. c (x) = 0 · b(x) + 1
d. d (x) = 1 · b(x) + 1
e. e (x) = 2 · b(x) + 1
Use your results to deduce the eect of a.
2. On the same set of axes, plot the following graphs:
a. f (x) = 1 · b(x) − 2
b. g (x) = 1 · b(x) − 1
c. h (x) = 1 · b(x) + 0
d. j (x) = 1 · b(x) + 1
e. k (x) = 1 · b(x) + 2
Use your results to deduce the eect of q.
You should have found that the value of a aects whether the graph curves upwards (a > 0) or curves
downwards (a < 0).
You should have also found that the value of q aects the position of the y -intercept.
These dierent properties are summarised in Table 2.11.
a>0
q>0
Figure 2.32
q<0
Figure 2.34
Table 2.11: Table summarising general shapes and positions of functions of the form y = ab(x) + q .
If a>0 then:
b(x) ≥ 0
a·b (x)
≥ 0
(2.25)
a·b (x)
+q ≥ q
f (x) ≥ q
Therefore, if a > 0, then the range is {f (x) : f (x) ∈ [q; ∞)}.
If a<0 then:
b(x) ≤ 0
a·b (x)
≤ 0
(2.26)
a·b (x)
+q ≤ q
f (x) ≤ q
Therefore, if a < 0, then the range is {f (x) : f (x) ∈ (−∞; q]}.
For example, the domain of g (x) = 3 · 2x + 2 is {x : x ∈ R}. For the range,
2x ≥ 0
3·2 x
≥ 0 (2.27)
3·2 +2
x
≥ 2
Therefore the range is {g (x) : g (x) ∈ [2; ∞)}.
2.5.4.3 Intercepts
For functions of the form, y = ab(x) + q , the intercepts with the x and y axis is calculated by setting x=0
y -intercept and by
for the setting y = 0 for the x-intercept.
The y -intercept is calculated as follows:
y = ab(x) + q
yint = ab(0) + q
(2.28)
= a (1) + q
= a+q
For example, the y -intercept of g (x) = 3 · 2 + 2
x
is given by setting x=0 to get:
y = 3 · 2x + 2
yint = 3 · 20 + 2
(2.29)
= 3+2
= 5
The x-intercepts are calculated by setting y=0 as follows:
y = ab(x) + q
0 = ab(xint ) + q
(2.30)
ab(xint ) = −q
b(xint ) = − aq
Which only has a real solution if either a < 0 or q < 0. Otherwise, the graph of the function of form
y = ab(x) + q does not have any x-intercepts.
For example, the x-intercept of g (x) = 3 · 2x + 2 is given by setting y=0 to get:
y = 3 · 2x + 2
0 = 3 · 2xint + 2
(2.31)
−2 = 3 · 2xint
2xint = −2
3
which has no real solution. Therefore, the graph of g (x) = 3 · 2x + 2 does not have any x-intercepts.
2.5.4.4 Asymptotes
Functions of the form y = ab(x) + q have a single horizontal asymptote. The asymptote can be determined
by examining the range.
We have seen that the range is controlled by the value of q. If a > 0, then the range is {f (x) : f (x) ∈
[q; ∞)}.And if a > 0, {f (x) : f (x) ∈ [q; ∞)}.
then the range is
This shows that the function tends towards the value of q as x → −∞. Therefore the horizontal asymptote
lies at x = q .
1 x
2x =
c. Solve the equation graphically and check that your answer is correct by using substi-
2
tution.
d. Predict how the graph y = 2.2x will compare to y = 2x and then draw the graph of y = 2.2x on
the same set of axes.
21
Click here for the solution
2. The curve of the exponential function f in the accompanying diagram cuts the y-axis at the point A(0;
1) and B(2; 4) is on f.
Figure 2.37
2.6 Summary
• You should know the following charecteristics of functions:
· The given or chosen x-value is known as the independent variable, because its value can be chosen
freely. The calculated y-value is known as the dependent variable, because its value depends on
the chosen x-value.
· The domain of a relation is the set of all the x values for which there exists at least one y value
according to that relation. The range is the set of all the y values, which can be obtained using
at least one x value.
· The intercept is the point at which a graph intersects an axis. The x-intercepts are the points at
which the graph cuts the x-axis and the y-intercepts are the points at which the graph cuts the
y-axis.
· Only for graphs of functions whose highest power is more than 1. There are two types of turning
points: a minimal turning point and a maximal turning point. A minimal turning point is a
point on the graph where the graph stops decreasing in value and starts increasing in value and
a maximal turning point is a point on the graph where the graph stops increasing in value and
starts decreasing.
· An asymptote is a straight or curved line, which the graph of a function will approach, but never
touch.
· A line about which the graph is symmetric
· The interval on which a graph increases or decreases
· A graph is said to be continuous if there are no breaks in the graph.
• Set notation A set of certain x values has the following form: {x : conditions, more conditions}
• Interval notation Here we write an interval in the form 'lower bracket, lower number, comma, upper
number, upper bracket'
21 http://www.fhsst.org/lxk
22 http://www.fhsst.org/lx0
a. y = 2x + 4
b. y−x=0
c. y = − 12 x + 2
23
Click here for the solution
2. Sketch the following functions:
a. y = x2 + 3
b. y = 12 x2 + 4
c. y = 2x2 − 4
24
Click here for the solution
3. Sketch the following functions and identify the asymptotes:
a. y = 3x + 2
b. y = −4.2x + 1
c. y = 2.3x − 2
25
Click here for the solution
4. Sketch the following functions and identify the asymptotes:
a. y= 3
x +4
b. y= 1
x
c. y= 2
x −2
26
Click here for the solution
5. Determine whether the following statements are true or false. If the statement is false, give reasons
why:
23 http://www.fhsst.org/lTN
24 http://www.fhsst.org/lTR
25 http://www.fhsst.org/lTp
26 http://www.fhsst.org/lTn
27 http://www.fhsst.org/lTy
i. f (x) > 0
f (x)
ii.
g(x) ≤ 0
d. Give the equation of the reection of f in the x-axis.
28
Click here for the solution
x
7. After a ball is dropped, the rebound height of each bounce decreases. The equation y = 5·(0, 8) shows
the relationship between x, the number of bounces, and y, the height of the bounce, for a certain ball.
What is the approximate height of the fth bounce of this ball to the nearest tenth of a unit ?
29
Click here for the solution
8. Mark had 15 coins in ve Rand and two Rand pieces. He had 3 more R2-coins than R5-coins. He
wrote a system of equations to represent this situation, letting x represent the number of ve rand
coins and y represent the number of two rand coins. Then he solved the system by graphing.
28 http://www.fhsst.org/lx8
29 http://www.fhsst.org/lxX
30 http://www.fhsst.org/lx9
f (n) = n2 − 6n + 9
(2.32)
2
f (k − 1) = (k − 1) − 6 (k − 1) + 9
Step 2.
= k 2 − 2k + 1 − 6k + 6 + 9
(2.33)
= k 2 − 8k + 16
We have now simplied the function in terms of k.
Solution to Exercise 2.2 (p. 21)
Step 1.
f (b) = b2 − 4
(2.34)
u≈ f (b) = 45
Step 2.
b2 − 4 = 45
b2 − 49 = 0 (2.35)
b = +7 or −7
y = 2 (0) + 2
(2.36)
= 2
Step 2. For the intercept on the x-axis, let y=0
0 = 2x + 2
2x = −2 (2.37)
x = −1
Step 3.
Figure 2.38
y = 3x2 + 5
2
yint = 3 (0) + 5 (2.38)
yint = 5
y = 3x2 + 5
0 = 3x2 + 5 (2.39)
x 2
= − 35
Figure 2.39
Available for free at Connexions <http://cnx.org/content/col11326/1.1>
49
y = x +
−4
7
0 = x +
−4
7
(2.40)
−7 = −4
x
xint = 4
7
7, 0 .
4
So there is one x-intercept at
Step 5. Putting all this together gives us the following graph:
Figure 2.40
y = −2.3x + 5
y = −2.30 + 5
(2.41)
y = −2 (1) + 5
yint = 7
y = −2.3x + 5
0 = −2.3x + 5
−5 = −2.3x (2.42)
3xint = 5
2
xint = 0, 83
Figure 2.41
Number patterns 1
1. 2; 4; 6; 8; 10; ...
2. 1; 2; 4; 7; 11; ...
3. 1; 4; 9; 16; 25; ...
4. 5; 10; 20; 40; 80; ...
1. 1; 4; 7; 10; 13; 16; 19; 22; 25; ... This sequence has a dierence of 3 between each number. The pattern is
continued by adding 3 to the last number each time.
2. 3; 8; 13; 18; 23; 28; 33; 38; ... This sequence has a dierence of 5 between each number. The pattern is
continued by adding 5 to the last number each time.
3. 2; 4; 8; 16; 32; 64; 128; 256; ... This sequence has a factor of 2 between each number. The pattern is
continued by multiplying the last number by 2 each time.
4. 3; 9; 27; 81; 243; 729; 2187; ... This sequence has a factor of 3 between each number. The pattern is
continued by multiplying the last number by 3 each time.
51
52 CHAPTER 3. NUMBER PATTERNS
This sequence is generated from a pattern of dots which form a triangle. By adding another row of dots
(with one more dot in each row than in the previous row) and counting all the dots, we can nd the next
number of the sequence.
Figure 3.1
Figure 3.2: Two more people can be seated for each table added.
Examine how the number of people sitting is related to the number of tables.
3.3 Notation
Figure 3.3
The nth -term of a sequence is written as an . So for example, the 1st -term of a sequence is a1 , the 10th -term
is a10 .
A sequence does not have to follow a pattern but when it does, we can often write down a formula to
calculate the nth -term, an . In the sequence
where the sequence consists of the squares of integers, the formula for the nth -term is
an = n2 (3.2)
a1 = 12 = 1
a2 = 22 = 4
a3 = 32 = 9
(3.3)
a4 = 42 = 16
a5 = 52 = 25
...
Therefore, using (3.2), we can generate a pattern, namely squares of integers.
We can also dene the common dierence for a pattern.
For example, consider the sequence 10; 7; 4; 1; ... . To nd the common dierence, we simply subtract
each successive term:
7 − 10 = −3
4−7 = −3 (3.4)
1−4 = −3
Figure 3.4: For each table added, two more people can be seated.
Find the expression for the number of people seated at n tables. Then, use the general formula
to determine how many people can sit around 12 tables and how many tables are needed for 20
people.
It is also important to note the dierence between n and an . n can be compared to a place holder, while an
is the value at the place held by n. Like our Study Table example above, the rst table (Table 1) holds
4 people. Thus, at place n = 1, the value of a1 = 4 and so on:
n 1 2 3 4 ...
an 4 6 8 10 ...
Table 3.1
a. 0; 3; ...; 15; 24 n2 − 1
b. 3; 2; 1; 0; ...; −2 −n + 4
c. −11; ...; −7; ...; −3 −13 + 2n
Figure 3.5
In mathematics, a conjecture is a mathematical statement which appears to be true, but has not been
formally proven to be true. A conjecture can be seen as an educated guess or an idea about a pattern. A
conjecture can be thought of as the mathematicians way of saying I believe that this is true, but I have no
proof.
For example: Make a conjecture about the next number based on the pattern 2; 6; 11; 17; ...
The numbers increase by 4, 5, and 6.
Conjecture: The next number will increase by 7. So, it will be 17 + 7 or 24.
12 + 1 = 22 − 2
22 + 2 = 32 − 3
(3.5)
32 + 3 = 42 − 4
42 + 4 = 52 − 5
3.4 Summary
• There are several special sequences of numbers:
3.5 Exercises
1. Find the nth term for: 3, 7, 11, 15, ... Click here for the solution
2
a. −2; 1; 4; 7; ...
b. 11; 15; 19; 23; ...
c. sequence with a3 = 7 and a8 = 15
d. sequence with a4 = −8 and a10 = 10
3
Click here for the solution
3. The seating in a section of a sports stadium can be arranged so the rst row has 15 seats, the second
row has 19 seats, the third row has 23 seats and so on. Calculate how many seats are in the row 25.
4
Click here for the solution
2 http://www.fhsst.org/lcq
3 http://www.fhsst.org/lcl
4 http://www.fhsst.org/lci
4. A single square is made from 4 matchsticks. Two squares in a row need 7 matchsticks and 3 squares
in a row need 10 matchsticks. Determine:
Figure 3.6
5
Click here for the solution
5. You would like to start saving some money, but because you have never tried to save money before,
you have decided to start slowly. At the end of the rst week you deposit R5 into your bank account.
Then at the end of the second week you deposit R10 into your bank account. At the end of the third
week you deposit R15. After how many weeks do you deposit R50 into your bank account? Click here
6
for the solution
6. A horizontal line intersects a piece of string at four points and divides it into ve parts, as shown
below.
Figure 3.7
If the piece of string is intersected in this way by 19 parallel lines, each of which intersects it at four
7
points, nd the number of parts into which the string will be divided. Click here for the solution
5 http://www.fhsst.org/lOe
6 http://www.fhsst.org/lcO
7 http://www.fhsst.org/lcc
n 4 + 2 + 2 + 2 + ... + 2
Table 3.2
Step 2. We can see that for 3 tables we can seat 8 people, for 4 tables we can seat 10 people and so on. We
started out with 4 people and added two each time. Thus, for each table added, the number of persons
increased by 2.
n 4 + 2 + 2 + 2 + ... + 2 = 4 + 2 · (n − 1)
Table 3.3
an = a1 + d · (n − 1) (3.6)
Notice how we have used d to represent the common dierence. We could also have written a 2 in
place of the d. We also used a1 to represent the rst term, rather than using the actual value (4).
Step 3. Considering the example from the previous section, how many people can sit around say 12 tables?
We are looking for a12 , that is, where n = 12:
an = a1 + d · (n − 1)
a12 = 4 + 2 · (12 − 1)
= 4 + 2 (11) (3.7)
= 4 + 22
= 26
Step 4.
an = a1 + d · (n − 1)
20 = 4 + 2 · (n − 1)
20 − 4 = 2 · (n − 1)
(3.8)
16 ÷ 2 = n−1
8+1 = n
n = 9
Step 5. 26 people can be seated at 12 tables and 9 tables are needed to seat 20 people.
52 + 5 = 62 − 6
(3.9)
62 + 6 = 72 − 7
Step 2. Squaring a number and adding the same number gives the same result as squaring the next number
and subtracting that number.
Step 3. We have chosen to use x here. You could choose any letter to generalise the pattern.
2
x2 + x = (x + 1) − (x + 1) (3.10)
Step 4.
Left side : x2 + x (3.11)
2
Right side : (x + 1) − (x + 1) (3.12)
Right side = x2 + 2x + 1 − x − 1
= x2 + x
(3.13)
= Left side
2
∴ x2 + x = (x + 1) − (x + 1)
Finance 1
4.1 Introduction
Should you ever nd yourself stuck with a mathematics question on a television quiz show, you will probably
wish you had remembered how many even prime numbers there are between 1 and 100 for the sake of
R1 000 000. And who does not want to be a millionaire, right?
Welcome to the Grade 10 Finance Chapter, where we apply maths skills to everyday nancial situations
that you are likely to face both now and along your journey to purchasing your rst private jet.
If you master the techniques in this chapter, you will grasp the concept of compound interest, and how
it can ruin your fortunes if you have credit card debt, or make you millions if you successfully invest your
hard-earned money. You will also understand the eects of uctuating exchange rates, and its impact on
your spending power during your overseas holidays!
Before we begin this chapter it is worth noting that the vast majority of countries use a decimal currency
system. This simply means that countries use a currency system that works with powers of ten, for example
in South Africa we have 100 (10 squared) cents in a rand. In America there are 100 cents in a dollar. Another
way of saying this is that the country has one basic unit of currency and a sub-unit which is a power of 10
of the major unit. This means that, if we ignore the eect of exchange rates, we can essentially substitute
rands for dollars or rands for pounds.
59
60 CHAPTER 4. FINANCE
tip: Interest
The concepts in this chapter are simple - we are just looking at the same idea, but from many dierent angles.
The best way to learn from this chapter is to do the examples yourself, as you work your way through. Do
not just take our word for it!
As an easy example of simple interest, consider how much you will get by investing R1 000 for 1 year
with a bank that pays you 5% simple interest. At the end of the year, you will get an interest of:
Interest = R1 000 × 5%
= R1 000 × 5
100
(4.1)
= R1 000 × 0, 05
= R50
So, with an opening balance" of R1 000 at the start of the year, your closing balance" at the end of the
year will therefore be:
= R1 050
We sometimes call the opening balance in nancial calculations the Principal, which is abbreviated as P
(R1 000 in the example). The interest rate is usually labelled i (5% in the example), and the interest amount
(in Rand terms) is labelled I (R50 in the example).
So we can see that:
I =P ×i (4.3)
and
1. how much interest will you be paid if you only leave the money in the account for 3 months, or
2. what if you leave it there for 3 years?
2. For 3 years, you would get three years' worth of interest, being: 3 × (P × i). The closing balance at
the end of the three year period would be:
Closing Balance = P + 3 × (P × i)
(4.6)
= P × (1 + (3) i)
If you look carefully at the similarities between the two answers above, we can generalise the result. If you
invest your money (P ) in an account which pays a rate of interest (i) for a period of time (n years), then,
using the symbol A for the Closing Balance:
A = P (1 + i · n) (4.7)
As we have seen, this works when n is a fraction of a year and also when n covers several years.
important: Annual Rates means Yearly rates. and p.a.(per annum) = per year
Many items become less valuable as they are used and age. For example, you pay less for a second hand car
than a new car of the same model. The older a car is the less you pay for it. The reduction in value with
time can be due purely to wear and tear from usage but also to the development of new technology that
makes the item obsolete, for example, new computers that are released force down the value of older models.
The term we use to descrive the decrease in value of items with time is depreciation.
Depreciation, like interest can be calculated on an annual basis and is often done with a rate or percentage
change per year. It is like negative interest. The simplest way to do depreciation is to assume a constant
rate per year, which we will call simple depreciation. There are more complicated models for depreciation
but we won't deal with them here.
Exercise 4.5: Using Simple Interest to lead to the concept Compound Interest (Solution
on p. 74.)
I deposit R1 000 into a special bank account which pays a Simple Interest of 7%. What if I empty
the bank account after a year, and then take the principal and the interest and invest it back into
the same account again. Then I take it all out at the end of the second year, and then put it all
back in again? And then I take it all out at the end of 3 years?
In the two worked examples using simple interest (Exercise 4.1 ( Simple Interest ) and Exercise 4.5 ( Using
Simple Interest to lead to the concept Compound Interest )), we have basically the same problem because
P =R1 000, i=7% and n=3 years for both problems. Except in the second situation, we end up with R1
225,04 which is more than R1 210 from the rst example. What has changed?
In the rst example I earned R70 interest each year - the same in the rst, second and third year. But
in the second situation, when I took the money out and then re-invested it, I was actually earning interest
in the second year on my interest (R70) from the rst year. (And interest on the interest on my interest in
the third year!)
This more realistically reects what happens in the real world, and is known as Compound Interest. It
is this concept which underlies just about everything we do - so we will look at it more closely next.
Compound interest is a double-edged sword, though - great if you are earning interest on cash you have
invested, but more serious if you are stuck having to pay interest on money you have borrowed!
In the same way that we developed a formula for Simple Interest, let us nd one for Compound Interest.
2 http://www.fhsst.org/lcT
3 http://www.fhsst.org/lcb
4 http://www.fhsst.org/lcj
5 http://www.fhsst.org/lcD
If our opening balance is P and we have an interest rate of i then, the closing balance at the end of the
rst year is:
This is the same as Simple Interest because it only covers a single year. Then, if we take that out and
re-invest it for another year - just as you saw us doing in the worked example above - then the balance after
the second year will be:
h i
2
Closing Balance after 3 years = P (1 + i) × (1 + i)
(4.10)
3
= P (1 + i)
We can see that the power of the term (1 + i) is the same as the number of years. Therefore,
n
Closing Balance after n years = P (1 + i) (4.11)
1
Closing Balance after 1 month = P (1 + i) 12
Closing Balance after 5 months = Closing Balance after 1 month invested for 4 months more
h 1
i 4
= P (1 + i) 12 (1 + i) 12
1 4
+ 12
= P (1 + i) 12
5
= P (1 + i) 12
(4.12)
Closing Balance after 12 months = Closing Balance after 5 months invested for 7 months more
h 5
i 7
= P (1 + i) 12 (1 + i) 12
5 7
+ 12
= P (1 + i) 12
12
= P (1 + i) 12
1
= P (1 + i)
which is the same as investing the money for a year.
Look carefully at the long equation above. It is not as complicated as it looks! All we are doing is taking
the opening amount (P ), then adding interest for just 1 month. Then we are taking that new balance and
adding interest for a further 4 months, and then nally we are taking the new balance after a total of 5
months, and adding interest for 7 more months. Take a look again, and check how easy it really is.
Does the nal formula look familiar? Correct - it is the same result as you would get for simply investing
P for one full year. This is exactly what we would expect, because:
1 month + 4 months + 7 months = 12 months, which is a year.
Can you see that? Do not move on until you have understood this point.
A = P (1 + i · n)
= R10 000 (1 + 9% × 10) (4.13)
= R19 000
The closing balance for the money earning compound interest is:
n
A = P (1 + i)
10
= R10 000(1 + 9%) (4.14)
= R23 673, 64
So next time someone talks about the magic of compound interest", not only will you know what they
mean - but you will be able to prove it mathematically yourself !
Again, keep in mind that this is good news and bad news. When you are earning interest on money you
have invested, compound interest helps that amount to increase exponentially. But if you have borrowed
money, the build up of the amount you owe will grow exponentially too.
2. If the average rate of ination for the past few years was 7,3% and your water and electricity account
is R 1 425 on average, what would you expect to pay in 6 years time ?
7
Click here for the solution
3. Shrek wants to invest some money at 11% per annum compound interest. How much money (to the
nearest rand) should he invest if he wants to reach a sum of R 100 000 in ve year's time ?
8
Click here for the solution
The next section on exchange rates is included for completeness. However, you should know about uctuating
exchange rates and the impact that this has on imports and exports. Fluctuating exchange rates lead to
things like increases in the cost of petrol. You can read more about this in Fluctuating exchange rates
(Section 4.5.3: Fluctuating exchange rates).
So the South African Rand, noted ZAR, could be quoted on a certain date as 6,07040 ZAR per USD (i.e.
$1,00 costs R6,07040), or 12,2374 ZAR per GBP. So if I wanted to spend $1 000 on a holiday in the United
States of America, this would cost me R6 070,40; and if I wanted ¿1 000 for a weekend in London it would
cost me R12 237,40.
This seems obvious, but let us see how we calculated those numbers: The rate is given as ZAR per USD,
or ZAR/USD such that $1,00 buys R6,0704. Therefore, we need to multiply by 1 000 to get the number of
Rands per $1 000.
7 http://www.fhsst.org/lcZ
8 http://www.fhsst.org/lcB
9 http://www.x-rates.com
Mathematically,
= R6 074, 00
as expected.
What if you have saved R10 000 for spending money for the same trip and you wanted to use this to buy
USD? How many USD could you get for this? Our rate is in ZAR/USD but we want to know how many
USD we can get for our ZAR. This is easy. We know how much $1,00 costs in terms of Rands.
R1, 00 = $ 6,0740
1,00
= $0, 164636
As we can see, the nal answer is simply the reciprocal of the ZAR/USD rate. Therefore, for R10 000 will
get:
R1, 00 = $ 6,0740
1,00
= $1 646, 36
We can check the answer as follows:
= R10 000, 00
1 GBP R13,6628
1 EUR R9,1954
The exchange rate is just the price of each of the Foreign Currencies (USD, GBP and EUR) in terms of
our domestic currency, Rands.
An indirect rate is an exchange rate expressed as units of foreign currency per units of home currency,
Foreign Currency
i.e.
Domestic Currency .
Dening exchange rates as direct or indirect depends on which currency is dened as the domestic
currency. The domestic currency for an American investor would be USD which is the South African
investor's foreign currency. So direct rates, from the perspective of the American investor (USD/ZAR),
would be the same as the indirect rate from the perspective of the South Africa investor.
4.5.1.2 Terminology
Since exchange rates are simply prices of currencies, movements in exchange rates means that the price or
value of the currency has changed. The price of petrol changes all the time, so does the price of gold, and
currency prices also move up and down all the time.
If the Rand exchange rate moved from say R6,71 per USD to R6,50 per USD, what does this mean?
Well, it means that $1 would now cost only R6,50 instead of R6,71. The Dollar is now cheaper to buy, and
we say that the Dollar has depreciated (or weakened) against the Rand. Alternatively we could say that the
Rand has appreciated (or strengthened) against the Dollar.
What if we were looking at indirect exchange rates, and the exchange rate moved from $0,149 per ZAR
1 1
(=
6,71 ) to $0,1538 per ZAR (= 6,50 ).
Well now we can see that the R1,00 cost $0,149 at the start, and then cost $0,1538 at the end. The Rand
has become more expensive (in terms of Dollars), and again we can say that the Rand has appreciated.
Regardless of which exchange rate is used, we still come to the same conclusions.
In general,
• for direct exchange rates, the home currency will appreciate (depreciate) if the exchange rate falls
(rises)
• For indirect exchange rates, the home currency will appreciate (depreciate) if the exchange rate rises
(falls)
As with just about everything in this chapter, do not get caught up in memorising these formulae - doing
so is only going to get confusing. Think about what you have and what you want - and it should be quite
clear how to get the correct answer.
4.5.2 Cross Currency Exchange Rates - (not in CAPS, included for completeness)
We know that exchange rates are the value of one currency expressed in terms of another currency, and
we can quote exchange rates against any other currency. The Rand exchange rates we see on the news are
usually expressed against the major currencies, USD, GBP and EUR.
So if for example, the Rand exchange rates were given as 6,71 ZAR/USD and 12,71 ZAR/GBP, does this
tell us anything about the exchange rate between USD and GBP?
Well I know that if $1 will buy me R6,71, and if ¿1.00 will buy me R12,71, then surely the GBP is
stronger than the USD because you will get more Rands for one unit of the currency, and we can work out
the USD/GBP exchange rate as follows:
Before we plug in any numbers, how can we get a USD/GBP exchange rate from the ZAR/USD and
ZAR/GBP exchange rates?
Well,
Note that the ZAR in the numerator will cancel out with the ZAR in the denominator, and we are left with
the USD/GBP exchange rate.
Although we do not have the USD/ZAR exchange rate, we know that this is just the reciprocal of the
ZAR/USD exchange rate.
1
USD/ZAR = (4.20)
ZAR/USD
Now plugging in the numbers, we get:
tip: Sometimes you will see exchange rates in the real world that do not appear to work exactly
like this. This is usually because some nancial institutions add other costs to the exchange rates,
which alter the results. However, if you could remove the eect of those extra costs, the numbers
would balance again.
• economic factors (such as ination gures, interest rates, trade decit information, monetary policy
and scal policy)
• political factors (such as uncertain political environment, or political unrest)
• market sentiments and market behaviour (for example if foreign exchange markets perceived a currency
to be overvalued and starting selling the currency, this would cause the currency to fall in value - a
self-fullling expectation).
The exchange rate also inuences the price we pay for certain goods. All countries import certain goods and
export other goods. For example, South Africa has a lot of minerals (gold, platinum, etc.) that the rest of
the world wants. So South Africa exports these minerals to the world for a certain price. The exchange rate
at the time of export inuences how much we can get for the minerals. In the same way, any goods that are
imported are also inuenced by the exchange rate. The price of petrol is a good example of something that
is aected by the exchange rate.
a. How much will the MP3 player cost in Rands, if I buy it now?
b. How much will I save if the exchange rate drops to R12?
c. How much will I lose if the exchange rate moves to R15?
10
Click here for the solution
2. Study the following exchange rate table:
Table 4.3
a. In South Africa the cost of a new Honda Civic is R173 400. In England the same vehicle costs
£12 200 and in the USA $ 21 900. In which country is the car the cheapest when you compare
the prices converted to South African Rand ?
b. Sollie and Arinda are waiters in a South African restaurant attracting many tourists from abroad.
Sollie gets a £6 tip from a tourist and Arinda gets $ 12. How many South African Rand did each
one get ?
11
Click here for the solution
4.7 Summary
• There are two types of interest: simple and compound.
• The following table summarises the key denitions that are used in both simple and compound inter-
est.
A Closing balance (the amount of money at the ending point of the calculation)
Table 4.4
• The formulae for simple and compound interest can be applied to many everyday problems.
• A foreign exchange rate is the price of one currency in terms of another.
tip: Always keep the interest and the time period in the same units of time (e.g. both in years, or
both in months etc.).
The following three videos provide a summary of how to calculate interest. Take note that although the
examples are done using dollars, we can use the fact that dollars are a decimal currency and so are inter-
changeable (ignoring the exchange rate) with rands. This is what is done in the subtitles.
10 http://www.fhsst.org/lc4
11 http://www.fhsst.org/lc2
Figure 4.1
Figure 4.2
Note in this video that at the very end the rule of 72 is mentioned. You will not be using this rule, but
will rather be using trial and error to solve the problem posed.
Figure 4.3
5. How much compound interest is payable on a loan of R2 000 for a year, if the interest rate is 10%?
16
Click here for the solution
6. Discuss:
a. Which type of interest would you like to use if you are the borrower?
b. Which type of interest would you like to use if you were the banker?
17
Click here for the solution
7. Calculate the compound interest for the following problems.
16 http://www.fhsst.org/lc9
17 http://www.fhsst.org/lcX
18 http://www.fhsst.org/lcI
19 http://www.fhsst.org/lc5
20 http://www.fhsst.org/lcN
A = P (1 + i · n) (4.24)
Step 3.
A = P (1 + i · n)
= R1 000 (1 + 3 × 7%) (4.25)
= R1 210
Step 4. The closing balance after 3 years of saving R1 000 at an interest rate of 7% is R1 210.
A = P (1 + i · n) (4.26)
Step 3.
A = P (1 + i · n)
R45 000 = R30 000 (1 + n × 7, 5%)
(1 + 0, 075 × n) = 45000
30000
0, 075 × n = 1, 5 − 1 (4.27)
n = 0,5
0,075
n = 6, 6666667
n = 6 years 8 months
Step 4. The period is 6 years and 8 months for R30 000 to generate R45 000 at a simple interest rate of 7,5%.
If we were asked for the nearest whole number of years, we would have to invest the money for 7 years.
We are required to nd the closing balance (A) and then the monthly payments.
Step 2. We know from (4.7) that:
A = P (1 + i · n) (4.28)
Step 3.
A = P (1 + i · n)
= R2 250 (1 + (2 × 7, 5%))
= R2 587, 50 (4.29)
A = P (1 + i · n) (4.30)
Step 3.
A = P (1 − i · n)
R2 300 = R12 500 (1 − 7 × i) (4.32)
i = 0, 11657...
Step 4. Therefore the rate of depreciation is 11, 66%
Solution to Exercise 4.5 (p. 62)
Step 1. • opening balance, P = R1 000
• interest rate, i = 7%
• period of time, 1 year at a time, for 3 years
We are required to nd the closing balance at the end of three years.
Step 2. We know that:
A = P (1 + i · n) (4.33)
Step 3.
A = P (1 + i · n)
= R1 000 (1 + 1 × 7%) (4.34)
= R1 070
Step 4. After the rst year, we withdraw all the money and re-deposit it. The opening balance for the second
year is therefore R1 070, because this is the balance after the rst year.
A = P (1 + i · n)
= R1 070 (1 + 1 × 7%) (4.35)
= R1 144, 90
Step 5. After the second year, we withdraw all the money and re-deposit it. The opening balance for the third
year is therefore R1 144, 90, because this is the balance after the rst year.
A = P (1 + i · n)
= R1 144, 90 (1 + 1 × 7%) (4.36)
= R1 225, 04
Step 6. The closing balance after withdrawing all the money and re-depositing each year for 3 years of saving
R1 000 at an interest rate of 7% is R1 225,04.
n
A = P (1 + i) (4.37)
We need to nd n.
Therefore we convert the formula to:
A n
= (1 + i) (4.38)
P
and then nd n by trial and error.
Step 3.
n
A
P = (1 + i)
n
625000
350000 = (1 + 0, 13)
n
1, 785... = (1, 13)
(4.39)
3
Try n = 3: (1, 13) = 1, 44...
4
Try n = 4: (1, 13) = 1, 63...
5
Try n = 5: (1, 13) = 1, 84...
Step 4. Mr Lowe should take the loan over four years (If he took the loan over ve years, he would end up
paying more than he wants to.)
n
A = P (1 + i) (4.40)
Step 3.
n
A = P (1 + i)
2
= 43 000 000(1 + 0, 025) (4.41)
= 45 176 875
Step 4. There will be 45 176 875 − 43 000 000 = 2 176 875 more people in 2 years' time
n
A = P (1 + i) (4.42)
Step 3.
n
A = P (1 − i)
30
= 50(1 − 0, 05) (4.44)
= 10, 73m 2
Step 4. Therefore the area still covered with algae is 10, 73m2
Solution to Exercise 4.9 (p. 68)
Step 1. The following are given:
• USD/GBP rate
Step 3.
Rational numbers 1
5.1 Introduction
As described in Review of past work (Chapter 1), a number is a way of representing quantity. The numbers
that will be used in high school are all real numbers, but there are many dierent ways of writing any single
real number.
This chapter describes rational numbers.
Khan Academy video on Integers and Rational Numbers
This media object is a Flash object. Please view or download it at
<http://www.youtube.com/v/kyu-IQ-gBIg&arel=0&hl=en_US&feature=player_embedded&version=3>
Figure 5.1
Figure 5.2
The term whole number does not have a consistent denition. Various authors use it in many dierent ways.
We use the following denitions:
77
78 CHAPTER 5. RATIONAL NUMBERS
5.3 Denition
The following numbers are all rational numbers.
10 21 −1 10 −3
, , , , (5.1)
1 7 −3 20 6
You can see that all denominators and all numerators are integers.
a
(5.2)
b
where a and b are integers and b 6= 0.
a −a
Note that because we can write
−b as b (in other words, one can always nd an equivalent rational
expression where b> 0) mathematicians typically dene rational numbers not as both a and b being integers,
but rather that a is an integer and b is a natural number. This avoids having to worry about zero in the
denominator.
tip: Only fractions which have a numerator and a denominator (that is not 0) that are integers
are rational numbers.
This means that all integers are rational numbers, because they can be written with a denominator of 1.
Therefore
√
2 π
, (5.3)
7 20
are not examples of rational numbers, because in each case, either the numerator or the denominator is
not an integer.
A number may not be written as an integer divided by another integer, but may still be a rational
number. This is because the results may be expressed as an integer divided by an integer. The rule is, if a
number can be written as a fraction of integers, it is rational even if it can also be written in another way as
well. Here are two examples that might not look like rational numbers at rst glance but are because there
are equivalent forms that are expressed as an integer divided by another integer:
a
b.
3
b
c.
2
1
d.
c
2
Click here for the solution
a
2. If
1 is a rational number, which of the following are valid values for a?
2 http://www.fhsst.org/l35
a. 1
b. −10
√
c. 2
d. 2, 1
3
Click here for the solution
1
1.
4
1
2.
10
2
3.
5
1
4.
100
2
5.
3
Do the numbers after the decimal comma end or do they continue? If they continue, is there a repeating
pattern to the numbers?
You can write a rational number as a decimal number. Two types of decimal numbers can be written as
rational numbers:
tip: You can use a bar over the repeated numbers to indicate that the decimal is a repeating
decimal.
10 is 0, 1
1
•
100 is 0, 01
1
•
3 http://www.fhsst.org/l3N
10, 589 = 10 + 5
10 + 8
100 + 9
1000
= 10 1000
589 (5.5)
= 10589
1000
5.5.1 Fractions
1. Write the following as fractions:
a. 0, 1
b. 0, 12
c. 0, 58
d. 0, 2589
4
Click here for the solution
x = 0, 33333...
10x = 3, 33333... multiply by 10 on both sides
(5.6)
9x = 3 (subtracting the second equation from the rst equation)
x = 3
9 = 1
3
x = 5, 432432432...
1000x = 5432, 432432432... multiply by 1000 on both sides
(5.7)
999x = 5427 (subtracting the second equation from the rst equation)
x = 5427
999 = 201
37
For the rst example, the decimal was multiplied by 10 and for the second example, the decimal was
multiplied by 1000. This is because for the rst example there was only one digit (i.e. 3) recurring, while
for the second example there were three digits (i.e. 432) recurring.
In general, if you have one digit recurring, then multiply by 10. If you have two digits recurring, then
multiply by 100. If you have three digits recurring, then multiply by 1000. Can you spot the pattern yet?
The number of zeros is the same as the number of recurring digits.
Not all decimal numbers can be written as rational numbers. Why? Irrational decimal numbers like
√
2 = 1, 4142135... cannot be written with an integer numerator and denominator, because they do not have
a pattern of recurring digits. However, when possible, you should try to use rational numbers or fractions
instead of decimals.
4 http://www.fhsst.org/l3R
a. 0, 11111111...
b. 0, 1212121212...
c. 0, 123123123123...
d. 0, 11414541454145...
5
Click here for the solution
2. Write the following in decimal form, using the repeated decimal notation:
2
a.
3
b. 1 113
c. 46 5
d. 2 19
6
Click here for the solution
3. Write the following decimals in fractional form:
a. 0, 6333̇
b. 5, 313131
c. 0, 999999̇
7
Click here for the solution
5.7 Summary
Real numbers can be either rational or irrational.
A rational number is any number which can be written as
a
b where a and b are integers and b 6= 0
The following are rational numbers:
a. 0, 5
b. 0, 12
c. 0, 6
d. 1, 59
e. 12, 277̇
5 http://www.fhsst.org/l3U
6 http://www.fhsst.org/l3n
7 http://www.fhsst.org/l3Q
8 http://www.fhsst.org/l3v
9
Click here for the solution
3. Show that the decimal 3, 211̇8̇ is a rational number.
10
Click here for the solution
4. Express 0, 78̇ as a fraction
a
b where a, b ∈ Z (show all working).
11
Click here for the solution
9 http://www.fhsst.org/l3f
10 http://www.fhsst.org/l3G
11 http://www.fhsst.org/lOf
Exponentials 1
6.1 Introduction
In this chapter, you will learn about the short cuts to writing 2×2×2×2 . This is known as writing a
number in exponential notation.
6.2 Denition
Exponential notation is a short way of writing the same number multiplied by itself many times. For example,
instead of 5 × 5 × 5, we write 53 to show that the number 5 is multiplied by itself 3 times and we say 5 to
the power of 3. Likewise 5 is 5 × 5 and 35 is 3 × 3 × 3 × 3 × 3. We will
2
now have a closer look at writing
numbers using exponential notation.
an (6.1)
where n is an integer and a can be any real number. a is called the base and n is called the
exponent or index.
The nth power of a is dened as:
an = a × a × · · · × a (n times) (6.2)
1
a−n = (6.3)
a × a × ··· × a (n times)
tip: Exponentials
n
If n is an even integer, then a will always be positive for any non-zero real number a. For example, although
2 −2
−2 is negative, (−2) = −2 × −2 = 4 is positive and so is (−2) = −2×−2 1
= 41 .
1 This content is available online at <http://cnx.org/content/m38359/1.3/>.
83
84 CHAPTER 6. EXPONENTIALS
Figure 6.1
Figure 6.2
a0 = 1
am × an = am+n
a−n = 1
an
(6.4)
am ÷ an = a m−n
n
(ab) = an bn
n
(am ) = amn
a0 = 1 , (a 6= 0) (6.5)
To convince yourself of why this is true, use the fourth exponential law above (division of exponents) and
consider what happens when m = n.
0
For example, x0 = 1 and (1 000 000) = 1.
5. −160
2
Click here for the solution
Figure 6.3
am × an = 1 × a × ... × a (m times)
× 1 × a × ... × a (n times)
(6.6)
= 1 × a × ... × a (m + n times)
= am+n
For example,
27 × 23 = (2 × 2 × 2 × 2 × 2 × 2 × 2) × (2 × 2 × 2)
= 27+3 (6.7)
= 210
note: This simple law is the reason why exponentials were originally invented. In the days
before calculators, all multiplication had to be done by hand with a pencil and a pad of paper.
Multiplication takes a very long time to do and is very tedious. Adding numbers however, is very
easy and quick to do. If you look at what this law is saying you will realise that it means that
adding the exponents of two exponential numbers (of the same base) is the same as multiplying the
two numbers together. This meant that for certain numbers, there was no need to actually multiply
the numbers together in order to nd out what their multiple was. This saved mathematicians a
lot of time, which they could use to do something more productive.
3
Click here for the solution
2 http://www.fhsst.org/lOG
3 http://www.fhsst.org/lO7
= 1
an
This means that a minus sign in the exponent is just another way of showing that the whole exponential
number is to be divided instead of multiplied.
For example,
2−7 = 1
2×2×2×2×2×2×2
(6.9)
= 1
27
This law is useful in helping us simplify fractions where there are exponents in both the denominator and
the numerator. For example:
a−3
a4 = 1
a3 a4
(6.10)
= 1
a7
4
Click here for the solution
am
an = am a−n
(6.11)
= am−n
For example,
27 ÷ 23 = 2×2×2×2×2×2×2
2×2×2
= 2×2×2×2
(6.12)
= 24
= 27−3
4 http://www.fhsst.org/lcx
Figure 6.4
5
Click here for the solution
n
(ab) = a × b × a × b × ... × a × b (n times)
= a × a × ... × a (n times)
(6.13)
× b × b × ... × b (n times)
= an bn
For example,
4
(2 · 3) = (2 · 3) × (2 · 3) × (2 · 3) × (2 · 3)
= (2 × 2 × 2 × 2) × (3 × 3 × 3 × 3)
(6.14)
= 24 × 34
= 24 34
6
Click here for the solution
5 http://www.fhsst.org/lOA
6 http://www.fhsst.org/lOs
n
(am ) = am × am × ... × am (n times)
= a × a × ... × a (m × n times) (6.15)
= amn
For example,
3
22 = 22 × 22 × 22
= (2 × 2) × (2 × 2) × (2 × 2)
(6.16)
= 26
= 2(2×3)
7
Click here for the solution
Question Answer
23
73−3
2 −1
3
87−6
−1
(−3)
23
(−1)
Table 6.1
7 http://www.fhsst.org/lO6
We will use all these laws in Equations and Inequalities (Chapter 10) to help us solve exponential equa-
tions.
The following video gives an example on using some of the concepts covered in this chapter.
Figure 6.5
6.4 Summary
Exponential notation means a number written like an where n is an integer and a can be any real
number.
a is called the base and n is called the exponent or index.
The nth power of a is dened as: an = a × a × · · · × a (n times)
There are six laws of exponents:
· Exponential Law 1: a0 = 1
· Exponential Law 2: am × an = am+n
· Exponential Law 3: a−n = a1n , a 6= 0
· Exponential Law 4: am ÷ an = am−n
n
· Exponential Law 5: (ab) = an bn
m n
· Exponential Law 6: (a ) = amn
a. 3020
b. 10
0
c. (xyz)
h 5 2 i0
d. 3x4 y 7 z 12 −5x9 y 3 z 4
3
e. (2x)
3
f. (−2x)
4
g. (2x)
4
h. (−2x)
8
Click here for the solution
2. Simplify without using a calculator. Leave your answers with positive exponents.
3x−3
a.
(3x)2
1 −2
5x0 + 8−2 − · 1x
b.
2
b−3
5
c.
5b+1
9
Click here for the solution
8 http://www.fhsst.org/lOJ
9 http://www.fhsst.org/lOu
a2m+n+p
b.
am+n+p ·am
3n ·9n−3
c.
27n−1
3
2x2a
d.
y −b
23x−1 ·8x+1
e.
42x−2
62x ·112x
f.
222x−1 ·32x
10
Click here for the solution
4. Simplify, without using a calculator:
(−3)−3 ·(−3)2
a.
(−3)−4
−1
b. 3−1 + 2−1
9n−1 ·273−2n
c.
812−n
23n+2 ·8n−3
d.
43n−2
11
Click here for the solution
10 http://www.fhsst.org/lOS
11 http://www.fhsst.org/lOh
= (5.3) 2x−3
(6.17)
52x−1 ·32x−4
= 52x−3 ·32x−3
Step 2.
= 52x−1−2x+3 · 32x−4−2x+3
(6.18)
= 52 · 3−1
Step 3.
25
= (6.19)
3
Estimating surds 1
7.1 Introduction
You should know by now what the nth root of a number means.
√ If the
√
th
n root of a number cannot be
√
simplied to a rational number, we call it a surd . For example, 2 and
3
6 are surds, but 4 is not a surd
because it can be simplied to the rational number 2.
√
√ In this chapter we will only look at surds that look like
√
n
a, where a is√
any positive number, for example
7 or
√
3
5. It is very common for n to be 2, so we usually do not write
2
a. Instead we write the surd as
just a, which is much easier to read.
It is sometimes useful to know the approximate value of a surd without having to use a calculator. For
√
example, we want to be able to estimate where a surd like 3 is on the number line. So how do we know
√
where surds lie on the number line? From a calculator we know that
√ 3√is equal to 1, 73205.... It is easy to
see that 3 is above 1 and below 2. But to see this for other surds like 18 without using a calculator, you
must rst understand the following fact:
√ √
n
note: If a and b are positive whole numbers, and a < b, then
n
a< b. (Challenge: Can you
explain why?)
If you don't believe this fact, check it for a few numbers to convince yourself it is true.
√
How do we use this fact to help us guess what
√ √ 18 is? Well, you can easily see that
√ 18 < 25. Using our
rule, we also know that
√ 18 < 25. But we know that
√ 5 = 25
2
so that 25 = 5. Now it is easy to simplify
to get 18 < 5. Now we have a better idea of what
√ 18 is.
Now we know that 18 is less than 5, but this is only half the story. We can use the same trick again,
but this time with 18 on the right-hand side. You will agree that
√ √ 16 < 18. Using our rule again, we also
√
know that
√ 16 < 18. But we know that 16 is a perfect square, so we can simplify 16 to 4, and so we get
4< 18! √
As you can see, we have shown that
√ 18 is between 4 and 5. If we check on our calculator, we can see
that 18 = 4, 1231..., and the idea was right! You will notice that our idea used perfect squares that were
close to the number 18. We found the largest perfect square smaller than 18 was 42 = 16, and the smallest
perfect square greater than 18 was 5 = 25.
2
Here is a quick summary of what a perfect square or cube is:
note: A perfect square is the number obtained when an integer is squared. For example, 9 is a
perfect square since 32 = 9. Similarly, a perfect cube is a number which is the cube of an integer.
For example, 27 is a perfect cube, because 33 = 27.
To make it easier to use our idea, we will create a list of some of the perfect squares and perfect cubes. The
list is shown in Table 7.1.
1 This content is available online at <http://cnx.org/content/m38347/1.4/>.
93
94 CHAPTER 7. ESTIMATING SURDS
0 0 0
1 1 1
2 4 8
3 9 27
4 16 64
5 25 125
6 36 216
7 49 343
8 64 512
9 81 729
10 100 1000
√
√ When given the surd
√
3
52 you should be able to tell that it lies somewhere between 3 and 4, because
√
3
27 = 3 and
3
64 = 4 and 52 is between 27 and 64. In fact
3
52 = 3, 73... which is indeed between 3 and 4.
Exercise
√ 7.2: Estimating Surds (Solution on p. 97.)
3
49 lies between:
a. 1 and 2
b. 2 and 3
c. 3 and 4
d. 4 and 5
7.2 Summary
• If the nth root of a number cannot be simplied to a rational
√ number,
√ we call it a surd
• If a andb are positive whole numbers, and a < b, then n a < n b
• Surds can be estimated by nding the largest perfect square (or perfect cube) that is less than the surd
and the smallest perfect square (or perfect cube) that is greater than the surd. The surd lies between
these two numbers.
i. 1 and 2
ii. 2 and 3
iii. 3 and 4
iv. 4 and 5
2
Click here for the solution
√
b. 10 lies between:
i. 1 and 2
ii. 2 and 3
iii. 3 and 4
iv. 4 and 5
3
Click here for the solution
√
c. 20 lies between:
i. 2 and 3
ii. 3 and 4
iii. 4 and 5
iv. 5 and 6
4
Click here for the solution
√
d. 30 lies between:
i. 3 and 4
ii. 4 and 5
iii. 5 and 6
iv. 6 and 7
5
Click here for the solution
√
e.
3
5 lies between:
i. 1 and 2
ii. 2 and 3
iii. 3 and 4
iv. 4 and 5
6
Click here for the solution
√
f.
3
10 lies between:
i. 1 and 2
ii. 2 and 3
iii. 3 and 4
iv. 4 and 5
7
Click here for the solution
√
g.
3
20 lies between:
i. 2 and 3
ii. 3 and 4
iii. 4 and 5
iv. 5 and 6
8
Click here for the solution
√
h.
3
30 lies between:
i. 3 and 4
ii. 4 and 5
iii. 5 and 6
iv. 6 and 7
2 http://fhsst.org/lqr
3 http://fhsst.org/lqY
4 http://fhsst.org/lqg
5 http://fhsst.org/lq4
6 http://fhsst.org/lq2
7 http://fhsst.org/lqT
8 http://fhsst.org/lqb
9
Click here for the solution
√
√7 lies between them. Click here for the solution 11
10
2. Find two consecutive integers such that
3. Find two consecutive integers such that 15 lies between them. Click here for the solution
9 http://fhsst.org/ll5
10 http://fhsst.org/lqW
11 http://fhsst.org/lq1
8.1 Introduction
You have seen that repeating decimals may take a lot of paper and ink to write out. Not only is that
impossible, but writing numbers out to many decimal places or a high accuracy is very inconvenient and
rarely gives practical answers. For this reason we often estimate the number to a certain number of decimal
places or to a given number of signicant gures, which is even better.
√ √ √
2, 3, 3
4, π,
√ (8.1)
1+ 5
2 ≈ 1, 618 033 989
tip: When irrational numbers are written in decimal form, they go on forever and there is no
repeated pattern of digits.
If you are asked to identify whether a number is rational or irrational, rst write the number in decimal
form. If the number is terminated then it is rational. If it goes on forever, then look for a repeated pattern
of digits. If there is no repeated pattern, then the number is irrational.
When you write irrational numbers in decimal form, you may (if you have a lot of time and paper!)
continue writing them for many, many decimal places. However, this is not convenient and it is often
necessary to round o.
1. π = 3, 14159265358979323846264338327950288419716939937510...
2. 1, 4
1 This content is available online at <http://cnx.org/content/m38349/1.3/>.
99
100 CHAPTER 8. IRRATIONAL NUMBERS AND ROUNDING OFF
8.3 Rounding O
Rounding o or approximating a decimal number to a given number of decimal places is the quickest way
to approximate a number. For example, if you wanted to round-o 2, 6525272 to three decimal places then
you would rst count three places after the decimal and place a | between the third and fourth number after
the decimal.
2, 652|5272 (8.2)
All numbers to the right of the | are ignored after you determine whether the number in the third decimal
place must be rounded up or rounded down. You round up the nal digit if the rst digit after the | was
greater than or equal to 5 and round down (leave the digit alone) otherwise. In the case that the rst digit
before the | is 9 and you need to round up, then the 9 becomes a 0 and the second digit before the | is
rounded up.
So, since the rst digit after the | is a 5, we must round up the digit in the third decimal place to a 3
and the nal answer of 2, 6525272 rounded to three decimal places is
2, 653 (8.3)
1.
120
99 = 1, 2121212121̇2̇ to 3 decimal places
2.
√ 3, 141592654... to 4 decimal places
π =
3. 3 = 1, 7320508... to 4 decimal places
4. 2, 78974526... to 3 decimal places
8.4 Summary
• Irrational numbers are numbers that cannot be written as a fraction with the numerator and denomi-
nator as integers.
• For convenience irrational numbers are often rounded o to a specied number of decimal places
a. 3, 141592654...
2 http://www.fhsst.org/llN
a. 3, 141592654...
b. 1, 618 033 989 ...
c. 1, 41421356...
d. 2, 71828182845904523536...
6
Click here for the solution
3 http://www.fhsst.org/llR
4 http://www.fhsst.org/lln
5 http://www.fhsst.org/llQ
6 http://www.fhsst.org/llU
9.1 Introduction
In this chapter you will learn how to work with algebraic expressions. You will recap some of the work
on factorisation and multiplying out expressions that you learnt in earlier grades. This work will then be
extended upon for Grade 10.
a · x k + b · x + cm = 0
(9.1)
d · yp + e · y + f ≤ 0
103
104 CHAPTER 9. PRODUCTS AND FACTORS
Table 9.1
(a · x + b) (c · x + d) = (ax) (c · x + d) + b (c · x + d)
= (ax) (cx) + (ax) d + b (cx) + b · d (9.2)
2
(ax + b) = a2 x2 + 2abx + b2 (9.3)
9.2.3 Factorisation
Factorisation is the opposite of expanding brackets. For example expanding brackets would require 2 (x + 1)
to be written as 2x + 2. Factorisation would be to start with 2x + 2 and to end up with 2 (x + 1). In
previous grades, you factorised based on common factors and on dierence of squares.
(a) 6y; 18x (b) 12mn; 8n (c) 3st; 4su (d) 18kl; 9kp (e) abc; ac
(f ) 2xy; 4xyz (g) 3uv; 6u (h) 9xy; 15xz (i) 24xyz; 16yz (j) 3m; 45n
Table 9.2
Since (9.6) is an equation, both sides are always equal. This means that an expression of the form:
a2 x2 − b2 (9.7)
can be factorised to
Therefore,
9.2.3.2.1 Recap
1. Find the products of:
Table 9.3
2
Click here for the solution
2. Factorise:
a. 2l + 2w
b. 12x + 32y
c. 6x2 + 2x + 10x3
d. 2xy 2 + xy 2 z + 3xy
e. −2ab2 − 4a2 b
3
Click here for the solution
3. Factorise completely:
Table 9.4
4
Click here for the solution
Figure 9.1
We have seen how to multiply two binomials in "Product of Two Binomials" (Section 9.2.2: Product of Two
Binomials). In this section, we learn how to multiply a binomial (expression with two terms) by a trinomial
(expression with three terms). We can use the same methods we used to multiply two binomials to multiply
a binomial and a trinomial.
2 http://www.fhsst.org/lxI
3 http://www.fhsst.org/lqV
4 http://www.fhsst.org/lqE
(2x + 1) x2 + 2x + 1
tip: If the binomial is A+B and the trinomial is C + D + E, then the very rst step is to apply
the distributive law:
(A + B) (C + D + E) = A (C + D + E) + B (C + D + E) (9.11)
9.3.2 Products
1. Find the products of:
Table 9.5
5
Click here for the solution
Figure 9.2
Factorisation can be seen as the reverse of calculating the product of factors. In order to factorise a quadratic,
we need to nd the factors which when multiplied together equal the original quadratic.
Let us consider a quadratic that is of the form ax2 + bx . We can see here that x is a common factor of
both terms. Therefore, ax + bx
2
factorises to x (ax + b). For example, 8y 2 + 4y factorises to 4y (2y + 1).
Another type of quadratic is made up of the dierence of squares. We know that:
(a + b) (a − b) = a2 − b2 . (9.13)
This is true for any values of a and b, and more importantly since it is an equality, we can also write:
a2 − b2 = (a + b) (a − b) . (9.14)
This means that if we ever come across a quadratic that is made up of a dierence of squares, we can
immediately write down what the factors are.
(x + 2) (x + 3) = x (x + 3) + 2 (x + 3)
= (x) (x) + 3x + 2x + (2) (3) (9.15)
= x2 + 5x + 6.
We see that the x2 term in the quadratic is the product of the x-terms in each bracket. Similarly, the 6 in
the quadratic is the product of the 2 and 3 in the brackets. Finally, the middle term is the sum of two terms.
So, how do we use this information to factorise the quadratic?
Let us start with factorising x2 + 5x + 6 and see if we can decide upon some general rules. Firstly, write
down two brackets with an x in each bracket and space for the remaining terms.
( x )( x ) (9.16)
Next, decide upon the factors of 6. Since the 6 is positive, these are:
5 http://www.fhsst.org/llz
Factors of 6
1 6
2 3
-1 -6
-2 -3
Table 9.6
(x + 1) (x + 6) (x − 1) (x − 6) (x + 2) (x + 3) (x − 2) (x − 3)
Table 9.7
Next, we expand each set of brackets to see which option gives us the correct middle term.
(x + 1) (x + 6) (x − 1) (x − 6) (x + 2) (x + 3) (x − 2) (x − 3)
x + 7x + 6
2
x − 7x + 6
2
x + 5x + 6
2
x2 − 5x + 6
Table 9.8
We see that Option 3 (x+2)(x+3) is the correct solution. As you have seen that the process of factorising
a quadratic is mostly trial and error, there is some information that can be used to simplify the process.
( x )( x ) (9.17)
Table 9.9
6
Click here for the solution
2. Factorise the following:
a. x2 − 2x − 15
b. x2 + 2x − 3
c. x2 + 2x − 8
d. x2 + x − 20
e. x2 − x − 20
7
Click here for the solution
a. 2x2 + 11x + 5
b. 3x2 + 19x + 6
c. 6x2 + 7x + 2
d. 12x2 + 8x + 1
e. 8x2 + 6x + 1
8
Click here for the solution
a. 3x2 + 17x − 6
b. 7x2 − 6x − 1
c. 8x2 − 6x + 1
d. 2x2 − 5x − 3
9
Click here for the solution
2x2 + 2x + 3x + 3 (9.18)
2x (x + 1) + 3 (x + 1) . (9.19)
6 http://www.fhsst.org/liY
7 http://www.fhsst.org/lir
8 http://www.fhsst.org/li1
9 http://www.fhsst.org/liC
You can see that there is another common factor: x + 1. Therefore, we can now write:
(x + 1) (2x + 3) . (9.20)
We get this by taking out the x+1 and seeing what is left over. We have a +2x from the rst term and a
+3 from the second term. This is called factorisation by grouping.
Exercise 9.9: Factorisation by Grouping (Solution on p. 117.)
Find the factors of 7x + 14y + bx + 2by by grouping
Figure 9.3
x2 + 3x
(9.21)
x+3
has a quadratic in the numerator and a binomial in the denominator. You can apply the dierent factori-
sation methods to simplify the expression.
x2 +3x
x+3
x(x+3)
= x+3
(9.22)
= x provided x 6= −3
10 http://www.fhsst.org/lih
11 http://www.fhsst.org/liS
12 http://www.fhsst.org/liJ
13 http://www.fhsst.org/liu
14 http://www.fhsst.org/liz
3a 2a+10
(a) (b)
15 4
5a+20 a2 −4a
(c) (d)
a+4 a−4
3a2 −9a 9a+27
(e) (f )
2a−6 9a+18
6ab+2a 16x2 y−8xy
(g) (h)
2b 12x−6
4xyp−8xp 3a+9 7a+21
(i)
12xy (j)
14 ÷ a+3
a2 −5a 3a+15 3xp+4p 12p2
(k)
2a+10 ÷ 4a (l)
8p ÷ 3x+4
16 6x2 +8x 24a−8
(m)
2xp+4x ÷ 12 (n)
12 ÷ 9a−36
2
a2 +2a 2a+4 p +pq 8p+8q
(o)
5 ÷ 20 (p)
7p ÷ 21q
5ab−15b 6b2 f 2 a−f a2
(q)
4a−12 ÷ a+b (r)
f −a
Table 9.10
15
Click here for the solution
x2 −1 1 1
2. Simplify:
3 × x−1 − 2
16
Click here for the solution
15 http://www.fhsst.org/lit
16 http://www.fhsst.org/lie
Table 9.11
If we take three consecutive numbers and multiply them together, the resulting number is always divisible
by three. This should be obvious since if we have any three consecutive numbers, one of them will be divisible
by 3.
Now we are ready to demonstrate that n2 + n is even for all n ∈ Z . If we factorise this expression we get:
n (n + 1). If n is even, than n+1 is odd. If n is odd, than n + 1 is even. Since we know that if we multiply
an even number with an odd number or an odd number with an even number, we get an even number, we
have demonstrated that n2 + n is always even. Try this for a few values of n and you should nd that this
is true.
To demonstrate that n3 − n is divisible by 6 for all n ∈ Z , we rst note that the factors of 6 are 3 and 2.
3
So if we show that n − n is divisible by both 3 and 2, then we have shown that it is also divisible by 6! If we
factorise this expression we get: n (n + 1) (n − 1). Now we note that we are multiplying three consecutive
numbers together (we are taking n and then adding 1 or subtracting 1. This gives us the two numbers on
either side of n.) For example, if n = 4, then n + 1 = 5 and n − 1 = 3. But we know that when we multiply
three consecutive numbers together, the resulting number is always divisible by 3. So we have demonstrated
that n3 − n is always divisible by 3. To demonstrate that it is also divisible by 2, we can also show that it
is even. We have shown that n2 + n is always even. So now we recall what we said about multiplying even
and odd numbers. Since one number is always even and the other can be either even or odd, the result of
multiplying these numbers together is always even. And so we have demonstrated that n3 − n is divisible by
6 for all n ∈ Z.
9.9 Summary
• A binomial is a mathematical expression with two terms. The product of two identical binomials is
known as the square of the binomial. The dierence of two squares is when we multiply (ax + b) (ax − b)
• Factorising is the opposite of expanding the brackets. You can use common factors or the dierence
of two squares to help you factorise expressions.
• The distributive law ((A + B) (C + D + E) = A (C + D + E) + B (C + D + E)) helps us to multiply
a binomial and a trinomial.
(x + + = x3 + y 3 x3 − y 3 =
2 2
• The sum of cubes is: y) x − xy y and the dierence of cubes is:
(x − y) x2 + xy + y 2
• To factorise a quadratic we nd the two binomials that were multiplied together to give the quadratic.
• We can also factorise a quadratic by grouping. This is where we nd a common factor in the quadratic
and take it out and then see what is left over.
• We can simplify fractions by using the methods we have learnt to factorise expressions.
• Fractions can be added or subtracted. To do this the denominators of each fraction must be the same.
a. a2 − 9
b. m2 − 36
c. 9b2 − 81
d. 16b6 − 25a2
e. m2 − (1/9)
f. 5 − 5a2 b6
g. 16ba4 − 81b
h. a2 − 10a + 25
i. 16b2 + 56b + 49
j. 2a2 − 12ab + 18b2
k. −4b2 − 144b8 + 48b5
17
Click here for the solution
2. Factorise completely:
16 − x4
a.
b. 7x2 − 14x + 7xy − 14y
c. y 2 − 7y − 30
d. 1 − x − x2 + x3
e. −3 1 − p2 + p + 1
18
Click here for the solution
3. Simplify the following:
2
a. (a − 2) − a (a + 4)
(5a − 4b) 25a2 + 20ab + 16b2
b.
(2m − 3) 4m2 + 9 (2m + 3)
c.
d. (a + 2b − c) (a + 2b + c)
19
Click here for the solution
4. Simplify the following:
p2 −q 2
a.
p ÷ p2p+q
−pq
b.
2
x + x
2 − 2x
3
20
Click here for the solution
2 2
5. Show that (2x − 1) − (x − 3) can be simplied to (x + 2) (3x − 4)
21
Click here for the solution
2
6. What must be added to x −x+4
2
to make it equal to (x + 2)
22
Click here for the solution
17 http://www.fhsst.org/liM
18 http://www.fhsst.org/lTY
19 http://www.fhsst.org/lTg
20 http://www.fhsst.org/lT4
21 http://www.fhsst.org/lib
22 http://www.fhsst.org/liT
(3x − 2) (5x + 8) = (3x) (5x) + (3x) (8) + (−2) (5x) + (−2) (8)
= 15x2 + 24x − 10x − 16 (9.23)
= 15x2 + 14x − 16
b2 y 5 − 3aby 3 = by 3 by 2 − 3a
(9.24)
3a (a − 4) − 7 (a − 4) = (a − 4) (3a − 7) (9.25)
5 (a − 2) − b (2 − a) = 5 (a − 2) − [−b (a − 2)]
= 5 (a − 2) + b (a − 2) (9.26)
= (a − 2) (5 + b)
(x − 1) x2 − 2x + 1
Step 3.
(x + y) x2 − xy + y 2
= x x2 + x (−xy) + x y 2 + y x2 + y (−xy) + y y 2
2
(3x) = 9x2 (9.29)
and
52 = 25. (9.30)
Step 2.
2
9x2 − 25 = (3x) − 52 (9.31)
Step 3.
2
(3x) − 52 = (3x − 5) (3x + 5) (9.32)
Write down a set of factors for a and c. The possible factors for a are: (1,3). The possible factors for
c are: (-1,1) or (1,-1).
Write down a set of options for the possible factors of the quadratic using the factors of a and c.
Therefore, there are two possible options.
Option 1 Option 2
(x − 1) (3x + 1) (x + 1) (3x − 1)
3x − 2x − 1
2
3x2 + 2x − 1
Table 9.12
Step 3.
(ax−ab)+(x−b)
= ax2 −abx
a(x−b)+(x−b)
= ax(x−b)
(9.37)
(x−b)(a+1)
= ax(x−b)
= a+1
ax
(9.38)
Step 2.
(x+1)(x−2) x(x+2)
= (x+2)(x−2) × x(x+1)
(9.40)
= 1 (9.41)
x−2 x2 (x + 2) x3 + x − 4
+ − (9.43)
(x + 2) (x − 2) (x + 2) (x − 2) (x + 2) (x − 2)
Step 3. Since the fractions all have the same denominator we can write them all as one fraction with the
appropriate operator
x − 2 + x2 (x + 2) − x3 + x − 4
(9.44)
(x + 2) (x − 2)
Step 4.
2x2 + 2x − 6
(9.45)
(x + 2) (x − 2)
Step 5.
2 x2 + x − 3
(9.46)
(x + 2) (x − 2)
x+5−1 = −6
x+5−5−1+1 = −6 − 5 + 1
(10.1)
x+0+0 = −11 + 1
x = −10
In another example, x = 8, we must divide by 2 and multiply by 3 on the left hand side in order to get x
2
3
alone. However, in order to keep the equation balanced, we must also divide by 2 and multiply by 3 on the
right hand side.
2
3x = 8
3x ÷ 2 × 3 = 8÷2×3
2
2 3
2 × 3 ×x = 8×3
2
(10.2)
1×1×x = 12
x = 12
1 This content is available online at <http://cnx.org/content/m38372/1.4/>.
2 "Review of Past Work": Section Rearranging Equations <http://cnx.org/content/m31330/latest/#cid10>
119
120 CHAPTER 10. EQUATIONS AND INEQUALITIES
These are the basic rules to apply when simplifying any equation. In most cases, these rules have to be
applied more than once, before we have the unknown variable on the left hand side of the equation.
1.Division by 0 is undened.
2.If
x
y = 0, then x=0 and y 6= 0, because division by 0 is undened.
10.1.1.1 Investigation : 4 = 3 ??
In the following, identify what is wrong.
x = 2
4x − 8 = 3x − 6
4 (x − 2) = 3 (x − 2) (10.3)
4(x−2) 3(x−2)
(x−2) = (x−2)
4 = 3
2x + 2 = 1
2−x
3x+1 = 2 (10.4)
4
3x −6 = 7x + 2
In this section, we will learn how to nd the value of the variable that makes both sides of the linear equation
true. For example, what value of x makes both sides of the very simple equation, x+1=1 true.
Since the denition of a linear equation is that if the variable has a highest power of one (1), there is at
most one solution or root for the equation.
This section relies on all the methods we have already discussed: multiplying out expressions, grouping
terms and factorisation. Make sure that you are comfortable with these methods, before trying out the work
in the rest of this chapter.
2x + 2 = 1
2x = 1−2 (like terms together)
(10.5)
1
x=− (10.6)
2
LHS = 2x + 2
= 2 − 21 + 2
= −1 + 2
(10.7)
= 1
and
RHS = 1
That is all that there is to solving linear equations.
tip: When you have found the solution to an equation, substitute the solution into the original
equation, to check your answer.
Figure 10.1
2x2 + 2x = 1
2−x
3x+1 = 2x (10.8)
4
3x −6 = 7x2 + 2
Quadratic equations dier from linear equations by the fact that a linear equation only has one solution,
while a quadratic equation has at most two solutions. However, there are some special situations when a
3 http://www.fhsst.org/lcR
4 http://www.fhsst.org/lcR
5 http://www.fhsst.org/lcR
6 http://www.fhsst.org/lcR
7 http://www.fhsst.org/lcR
8 http://www.fhsst.org/lcn
9 http://www.fhsst.org/lcn
10 http://www.fhsst.org/lcn
11 http://www.fhsst.org/lcn
12 http://www.fhsst.org/lcn
13 http://www.fhsst.org/lcQ
14 http://www.fhsst.org/lcQ
15 http://www.fhsst.org/lcQ
16 http://www.fhsst.org/lcQ
17 http://www.fhsst.org/lcQ
18 http://www.fhsst.org/lcU
19 http://www.fhsst.org/lcU
20 http://www.fhsst.org/lcU
21 http://www.fhsst.org/lcU
22 http://www.fhsst.org/lcU
In order to solve:
2x2 − x − 3 = 0 (10.10)
1. x + x2
2. x2 + 1 + 2x
3. x2 − 4x + 5
4. 16x2 − 9
5. 4x2 + 4x + 1
Being able to factorise a quadratic means that you are one step away from solving a quadratic equation.
For example, x2 − 3x − 2 = 0 can be written as (x − 1) (x − 2) = 0. This means that both x − 1 = 0 and
x − 2 = 0, which gives x = 1 and x = 2 as the two solutions to the quadratic equation x2 − 3x − 2 = 0.
Write ax + bx + c in terms of its factors (rx + s) (ux + v). This means (rx + s) (ux + v) = 0.
2
2.
3. Once writing the equation in the form (rx + s) (ux + v) = 0, it then follows that the two solutions are
x = − rs or x = − uv .
4. For each solution substitute the value into the original equation to check whether it is valid
Figure 10.2
• For example,
ax + b = c
x
x (ax + b) = x c
(10.11)
x
ax2 + bx = c
1
ax2 +bx = c
−1
−1
1
ax2 +bx = (c)
(10.12)
ax2 +bx
1 = 1
c
ax + bx =
2 1
c
√
ax2 + bx = c
√ 2
ax2 + bx = c2 (10.13)
ax2 + bx = c2
You can combine these in many ways and so the best way to develop your intuition for the best thing to do
is practice problems. A combined set of operations could be, for example,
√ 1
ax2+bx
= c
−1
−1
1
ax2 +bx = (c) (invert both sides)
√
ax2 +bx
1 = 1
c
√ (10.14)
ax2 + bx = 1
c
√ 2 1 2
ax2 + bx = (square both sides)
c
ax + bx
2
= 1
c2
Exercise 10.6:
√ Solving Quadratic Equations (Solution on p. 139.)
Solve for x: x+2=x
Exercise 10.7: Solving Quadratic Equations (Solution on p. 140.)
Solve the equation: x2 + 3x − 4 = 0.
Exercise 10.8: Solving Quadratic Equations (Solution on p. 140.)
Find the roots of the quadratic equation 0 = −2x2 + 4x − 2.
2x = 1
−x
2
3x+1 = 2 (10.15)
4
3 −6 = 7 +2
x
You should already be familiar with exponential notation. Solving exponential equations is simple, if we
remember how to apply the laws of exponentials.
23 http://www.fhsst.org/lcP
24 http://www.fhsst.org/lcP
25 http://www.fhsst.org/lcP
26 http://www.fhsst.org/lcP
27 http://www.fhsst.org/lcP
28 http://www.fhsst.org/lcE
29 http://www.fhsst.org/lcE
30 http://www.fhsst.org/lcE
31 http://www.fhsst.org/lcE
32 http://www.fhsst.org/lcE
33 http://www.fhsst.org/lcE
34 http://www.fhsst.org/lcm
35 http://www.fhsst.org/lcm
36 http://www.fhsst.org/lcm
37 http://www.fhsst.org/lcm
38 http://www.fhsst.org/lcm
39 http://www.fhsst.org/lcm
40 http://www.fhsst.org/lcm
41 http://www.fhsst.org/lcm
42 http://www.fhsst.org/lcm
2x = 2 x
-3 -2 -1 0 1 2 3
2x
Table 10.1
3x = 9 x
-3 -2 -1 0 1 2 3
3x
Table 10.2
2x+1 = 8 x
-3 -2 -1 0 1 2 3
2x+1
Table 10.3
ax = ay (10.16)
x=y (10.17)
This means that if we can write all terms in an equation with the same base, we can solve the exponential
equations by equating the indices. For example take the equation 3x+1 = 9. This can be written as:
3x+1 = 32 . (10.18)
Since the bases are equal (to 3), we know that the exponents must also be equal. Therefore we can write:
x + 1 = 2. (10.19)
This gives:
x = 1. (10.20)
1. 2,4,8,16,32,64,128,512,1024
2. 3,9,27,81,243
3. 5,25,125,625
4. 13,169
5. 2x, 4x2 , 8x3 , 49x8
a. 2x+5 = 25
b. 32x+1 = 33
c. 52x+2 = 53
d. 65−x = 612
e. 64x+1 = 162x+5
f. 125x = 5
43
Click here for the solution
2. Solve: 3 9x−2
= 27
44
Click here for the solution
3. Solve for k : 81 k+2
= 27
k+4
45
Click here for the solution
4. The growth of an algae in a pond can be modeled by the function f (t) = 2t . Find the value of t such
that f (t) = 128 Click here for the solution 46
43 http://www.fhsst.org/lce
44 http://www.fhsst.org/lct
45 http://www.fhsst.org/lct
46 http://www.fhsst.org/lcz
47 http://www.fhsst.org/lcu
48 http://www.fhsst.org/lcu
1. x=4
2. x<4
3. x≤4
4. x≥4
5. x>4
A linear inequality is similar to a linear equation in that the largest exponent of a variable is 1. The following
are examples of linear inequalities.
2x + 2 ≤ 1
2−x
3x+1 ≥ 2 (10.22)
4
3x −6 < 7x + 2
The methods used to solve linear inequalities are identical to those used to solve linear equations. The only
dierence occurs when there is a multiplication or a division that involves a minus sign. For example, we
know that 8 > 6. If both sides of the inequality are divided by −2, −4 is not greater than −3. Therefore,
the inequality must switch around, making −4 < − 3.
tip: When you divide or multiply both sides of an inequality by any number with a minus sign,
the direction of the inequality changes. For this reason you cannot divide or multiply by a variable.
2x + 2 = 1
2x = 1−2
(10.23)
2x = −1
x = − 21
If we represent this answer on a number line, we get
Figure 10.3
2x + 2 ≤ 1
2x ≤ 1−2
(10.24)
2x ≤ −1
x ≤ − 12
Figure 10.4
As you can see, for the equation, there is only a single value of x for which the equation is true. However,
for the inequality, there is a range of values for which the inequality is true. This is the main dierence
between an equation and an inequality.
Figure 10.5
Figure 10.6
a. 3x + 4 > 5x + 8
b. 3 (x − 1) − 2 ≤ 6x + 4
x−7 2x−3
c.
3 > 2
d. −4 (x − 1) < x + 2
2 x + 3 (x − 1) ≥ 6 x −
1 1 5 1
e.
3
49
Click here for the solution
49 http://www.fhsst.org/lcJ
2. Solve the following inequalities. Illustrate your answer on a number line if x is a real number.
a. −2 ≤ x − 1 < 3
b. −5 < 2x − 3 ≤ 7
50
Click here for the solution
3. Solve for x: 7 (3x + 2) − 5 (2x − 3) > 7 Illustrate this answer on a number line. Click here for the
51
solution
2x + 2y = 1
(10.25)
2−x
3y+1 =2
Figure 10.7
x = 2y
(10.26)
y = 2x − 3
Draw the graphs of the two equations in (10.26).
50 http://www.fhsst.org/lcS
51 http://www.fhsst.org/lch
Figure 10.8
The intersection of the two graphs is (2, 1). So the solution to the system of simultaneous equations in
(10.26) is y=1 and x = 2.
This can be shown algebraically as:
x = 2y
∴ y = 2 (2y) − 3
y − 4y = −3
−3y = −3 (10.27)
y = 1
Substitute into the first equation : x = 2 (1)
= 2
4y + 3x = 100
(10.28)
4y − 19x = 12
2−x
3y+1 = 2
2−( 1
)
2 −y
3y+1 = 2
2 − 12 − y = 2 (3y + 1)
2 − 21 + y = 6y + 2 (10.30)
y − 6y = −2 + 2 +
1
2
−5y = 1
2
y = 1
− 10
∴ x = 1
2 −y
= 1 1
2 − − 10
(10.31)
= 6
10
= 3
5
x = 3
5
(10.32)
y = 1
− 10
4y + 3x = 100
(10.33)
4y − 19x = 12
52 http://www.fhsst.org/lxq
53 http://www.fhsst.org/lxl
54 http://www.fhsst.org/lxi
55 http://www.fhsst.org/lx3
• We isolate the unknown by asking what is joined to it, how this is joined and we do the opposite
operation (to both sides as a whole).
• If the unknown variable is in two or more terms, then we take it out as a common factor.
• If we have to take the square root of both sides, remember that there will be a positive and a negative
answer.
• If the unknown variable is in the denominator, then we nd the lowest common denominator (LCD),
multiply both sides by LCD and then continue to solve the problem.
b + x =2
1 2b
3. Solve for x:
58
Click here for the solution
t=j+2 (10.34)
t + j = 14 (10.35)
56 http://www.fhsst.org/lgw
57 http://www.fhsst.org/lgw
58 http://www.fhsst.org/lgw
The two equations make up a set of linear (because the highest power is one) simultaneous equations, which
we know how to solve! Substitute for t in the second equation to get:
t+j = 14
j+2+j = 14
2j + 2 = 14
2 (j + 1) = 14 (10.36)
j+1 = 7
j = 7−1
= 6
Then,
t = j+2
= 6+2 (10.37)
= 8
So, we see that Tom scored 8 on his test and Jane scored 6.
This problem is an example of a simple mathematical model. We took a problem and we were able to
write a set of equations that represented the problem mathematically. The solution of the equations then
gave the solution to the problem.
10.8.4 Summary
• A linear equation is an equation where the power of the variable(letter, e.g. x) is 1(one). A linear
equation has at most one solution
• A quadratic equation is an equation where the power of the variable is at most 2. A quadratic equation
has at most two solutions
• Exponential equations generally have the unknown variable as the power. The general form of an
exponential equation is: ka(x+p) = m
• A linear inequality is similar to a linear equation and has the power of the variable equal to 1. When
you divide or multiply both sides of an inequality by any number with a minus sign, the direction of the
inequality changes. You can solve linear inequalities using the same methods used for linear equations
• When two unknown variables need to be solved for, two equations are required and these equations are
known as simultaneous equations. There are two ways to solve linear simultaneous equations: graphical
solutions and algebraic solutions. To solve graphically you draw the graph of each equation and the
solution will be the co-ordinates of the point of intersection. To solve algebraically you solve equation
one, for variable one and then substitute that solution into equation two and solve for variable two.
• Literal equations are equations where you have several letters (variables) and you rearrange the equation
to nd the solution in terms of one letter (variable)
• Mathematical modelling is where we take a problem and we write a set of equations that represent the
problem mathematically. The solution of the equations then gives the solution to the problem.
59 http://www.fhsst.org/lcy
60 http://www.fhsst.org/lcV
61 http://www.fhsst.org/lcp
62 http://www.fhsst.org/lcw
63 http://www.fhsst.org/lcd
64 http://www.fhsst.org/lcf
65 http://www.fhsst.org/lcv
66 http://www.fhsst.org/lcG
2. What are the solutions to the equation x2 + x = 6 ? Click here for the solution
67
10. Solve for x and y : 7x + 3y = 13 and 2x − 3y = −4 Click here for the solution
75
67 http://www.fhsst.org/lc7
68 http://www.fhsst.org/lcA
69 http://www.fhsst.org/lco
70 http://www.fhsst.org/lcs
71 http://www.fhsst.org/lcH
72 http://www.fhsst.org/lc6
73 http://www.fhsst.org/lcF
74 http://www.fhsst.org/lcL
75 http://www.fhsst.org/lcM
4−x = 4
−x = 4−4 (Rearrange)
(10.38)
−x = 0 (group like terms)
∴ x = 0
Step 4. Substitute solution into original equation:
4−0 = 4
(10.39)
4 = 4
Since both sides are equal, the answer is correct.
Step 5. The solution of 4−x=4 is x = 0.
Solution to Exercise 10.2 (p. 121)
Step 1. We are given 4 (2x − 9) − 4x = 4 − 6x and are required to solve for x.
Step 2. We start with expanding the brackets, then rearranging, then grouping like terms and then simplifying.
Step 3.
4 (2x − 9) − 4x = 4 − 6x
8x − 36 − 4x = 4 − 6x (expand the brackets)
8x − 4x + 6x = 4 + 36 (Rearrange)
(8x − 4x + 6x) = (4 + 36) (group like terms) (10.40)
−4 − 16 = −20
−20 = −20
Since both sides are equal to −20, the answer is correct.
Step 5. The solution of 4 (2x − 9) − 4x = 4 − 6x is x = 4.
Solution to Exercise 10.3 (p. 121)
3x+1 = 2 and are required to solve for x.
2−x
Step 1. We are given
Step 2. Since there is a denominator of (3x + 1), we can start by multiplying both sides of the equation by
(3x + 1). But because division by 0 is not permissible, there is a restriction on a value for x. (x 6=
−1
3 )
Step 3.
2−x
3x+1 = 2
(2 − x) = 2 (3x + 1)
2−x = 6x + 2 (expand brackets)
−x − 6x = 2−2 (rearrange) (10.42)
2−(0)
3(0)+1 = 2
(10.43)
2
1 = 2
Since both sides are equal to 2, the answer is correct.
Step 5. The solution of
2−x
3x+1 =2 is x = 0.
Solution to Exercise 10.4 (p. 121)
3 x − 6 = 7x + 2 and are required to solve for x.
4
Step 1. We are given
Step 2. We start with multiplying each of the terms in the equation by 3, then grouping like terms and then
simplifying.
Step 3.
4
3x −6 = 7x + 2
4x − 18 = 21x + 6 (each term is multiplied by 3)
4x − 21x = 6 + 18 (rearrange)
(10.44)
−17x = 24 (simplify grouped terms)
−17
−17 x = 24
−17 (divide both sides by − 17)
x = −24
17
17 − 6 = 7× 17 + 2
4 −24 −24
3 ×
4×(−8) 7×(−24)
(17) − 6 = 17 +2
(−32)
17 − 6 = 17 + 2
−168 (10.45)
(−168)+34
−32−102
17 = 17
−134
17 = −134
17
−134
Since both sides are equal to
17 , the answer is correct.
4
Step 5. The solution of x
3 − 6 = 7x + 2 is, x = −24
17 .
Step 3. We have
x+1=0 (10.47)
or
3x − 1 = 0 (10.48)
Therefore, x = −1 or x = .
1
3
Step 4. We substitute the answers back into the original equation and for both answers we nd that the
equation is true.
Step 5. 3x2 + 2x − 1 = 0 for x = −1 or x= 1
3.
x + 2 = x2 (10.49)
Step 2.
Step 5. We have
x+1=0 (10.53)
or
x−2=0 (10.54)
Therefore, x = −1 or x = 2. √
Step 6. Substitute x = −1 into the original equation x + 2 = x:
LHS = (−1) + 2
p
√
= 1
= 1 (10.55)
but
RHS = (−1)
Therefore LHS 6= RHS. The sides of an equation must always balance, a potential solution that does
not balance the equation is not valid. In this case the equation does not balance.
Therefore x 6= −1.
and
RHS = 2
Therefore LHS = RHS
Therefore
√ x = 2 is the only valid solution
Step 7. x + 2 = x for x = 2 only.
Solution to Exercise 10.7 (p. 124)
Step 1. The equation is in the required form, with a = 1.
Step 2. You need the factors of 1 and 4 so that the middle term is +3 So the factors are:
(x − 1) (x + 4)
Step 3.
x2 + 3x − 4 = (x − 1) (x + 4) = 0 (10.57)
2
(−4) + 3 (−4) − 4 = 0 (10.59)
−2x2 + 4x − 2 = 0
(10.60)
x − 2x + 1
2
= 0
Step 2. The middle term is negative. Therefore, the factors are (x − 1) (x − 1)
If we multiply out (x − 1) (x − 1), we get x2 − 2x + 1.
Step 3.
x2 − 2x + 1 = (x − 1) (x − 1) = 0 (10.61)
In this case, the quadratic is a perfect square, so there is only one solution for x: x = 1.
2
Step 4. −2(1) + 4 (1) − 2 = 0.
The root of 0 = −2x + 4x − 2 x = 1.
2
Step 5. is
2x = 21 (10.62)
Step 2.
x=1 (10.63)
Step 3.
LHS = 2x
= 21
= 2
(10.64)
RHS = 21
= 2
= LHS
Since both sides are equal, the answer is correct.
Step 4.
x=1 (10.65)
is the solution to 2 = 2.
x
2x+4 = 42x
2x+4 = 22(2x) (10.66)
2 x+4
= 24x
Step 2.
x + 4 = 4x (10.67)
Step 3.
x+4 = 4x
x − 4x = −4
−3x = −4 (10.68)
x = −4
−3
x = 4
3
Step 4.
LHS = 2x+4
2( 3 +4)
4
=
16
= 23
1
= 216 3
RHS = 42x
42( 3 )
4
= (10.69)
8
= 43
1
= 48 3
13
8
= 22
1
= 216 3
= LHS
Since both sides are equal, the answer is correct.
Step 5.
4
x= (10.70)
3
is the solution to 2x+4 = 42x .
−r > 2 − 6
(10.71)
−r > − 4
Step 2. When you multiply by a minus sign, the direction of the inequality changes.
r<4 (10.72)
Step 3.
Figure 10.9
4q + 3 < 2 (q + 3)
(10.73)
4q + 3 < 2q + 6
Step 2.
4q + 3 < 2q + 6
4q − 2q < 6−3 (10.74)
2q < 3
Step 3.
Step 4.
Figure 10.10
Step 1.
Step 2.
Figure 10.11
4y + 3x = 100
4y = 100 − 3x (10.77)
y = 25 − 3
4x
4y − 19x = 12
4y = 19x + 12 (10.78)
y = 19
4 x +3
Figure 10.12
Step 3.
x = 4
(10.79)
y = 22
4y + 3x = 100
3x = 100 − 4y (10.80)
x = 100−4y
3
Step 3.
4y − 19 100−4y
= 12
3
12y − 19 (100 − 4y) = 36
12y − 1900 + 76y = 36 (10.81)
88y = 1936
y = 22
Step 4.
100−4(22)
x = 3
= 100−88
3
(10.82)
= 12
3
= 4
Step 5.
b+t = 7
(10.84)
2b + 3t = 19
Step 3.
b = 7−t
Into second equation : 2 (7 − t) + 3t = 19
14 − 2t + 3t = 19
(10.85)
t = 5
Into first equation : : b = 7−5
= 2
Step 4.
2+5 = 7
(10.86)
2 (2) + 3 (5) = 4 + 15 = 19
Solution to Exercise 10.17 (p. 133)
Step 1. We rearrange the equation so that the height is on one side of the equals sign and the rest of the
variables are on the other side of the equation.
A = 1
2b ×h
2A = b×h (multiply both sides by 2) (10.87)
2A
b = h (divide both sides by b)
3x + 2y = 21
(10.88)
x+y = 8
Step 3. First solve the second equation for y:
y =8−x (10.89)
3x + 2 (8 − x) = 21
3x + 16 − 2x = 21 (10.90)
x = 5
therefore
y = 8−5
(10.91)
y = 3
Step 4. One ruler costs R 5,00 and one pen costs R 3,00.
Fruit y 3 3y
Chocolate x 5 5x
Table 10.4
Step 2.
3y + 5x = 78 (10.92)
y =x+2
Step 3.
3 (x + 2) + 5x = 78
3x + 6 + 5x = 78
8x = 72
x = 9 (10.93)
y = x+2
= 9+2
= 11
Step 4. One chocolate milkshake costs R 9,00 and one Fruitshake costs R 11,00
Average gradient 1
11.1 Introduction
The gradient of a straight line graph is calculated as:
y2 − y1
(11.1)
x2 − x1
for two points (x1 , y1 ) and (x2 , y2 ) on the graph.
We can now dene the average gradient between two points even if they are dened by a function which
is not a straight line, (x1 , y1 ) and (x2 , y2 ) as:
y2 − y1
(11.2)
x2 − x1
This is the same as (11.1).
y2 −y1
x1 x2 y1 y2 x2 −x1
A-B
A-C
B-C
Table 11.1
147
148 CHAPTER 11. AVERAGE GRADIENT
Figure 11.1
y2 −y1
x1 x2 y1 y2 x2 −x1
A-B
B-C
C-D
D-E
E-F
F-G
Table 11.2
What do you notice about the average gradient over each interval? What can you say about the average
gradients between A and D compared to the average gradients between D and G?
Figure 11.2
The average gradient of a parabolic function depends on the interval and is the gradient of a straight line
that passes through the points on the interval.
For example, in Figure 11.3 the various points have been joined by straight-lines. The average gradients
between the joined points are then the gradients of the straight lines that pass through the points.
Figure 11.3: The average gradient between two points on a curve is the gradient of the straight line
that passes through the points.
So we can use the formula that we found for the average gradient of parabolic functions and apply it to
any function. We will consider the average gradient of just two functions here: exponential functions and
hyperbolic functions.
= 0, 78
Similarly for the second points we would nd that the average gradient is: 0, 53
11.5 Summary
y2 −y1
• The average gradient between two points is:
x2 −x1
• The average gradient of a straight-line function is the same over any two intervals on the function
• The average gradient of a parabolic function depends on the interval and is the gradient of a straight
line that passes through the points on the interval
• We can extend the concept of average gradient to any function
a. f (x) = x2 + 3
2 http://www.fhsst.org/llP
3 http://www.fhsst.org/llE
b. f (x) = x4 + 1
c. f (x) = 2x − 3
4
Click here for the solution
4 http://www.fhsst.org/lT5
x1 = −3 (11.6)
x2 = 3 (11.7)
y1 = 5x21 − 4
2
= 5(−3) − 4
(11.8)
= 5 (9) − 4
= 41
y2 = 5x22 − 4
2
= 5(3) − 4
(11.9)
= 5 (9) − 4
= 41
Step 3.
y2 −y1
x2 −x1 = 41−41
3−(−3)
= 0
3+3
(11.10)
= 0
6
= 0
Step 4. The average gradient between x = −3 and x=3 on the curve y = 5x2 − 4 is 0.
Probability 1
12.1 Introduction
We can divide mathematics into pure and applied maths. Pure maths is the theory of maths and is very
abstract. The work you have covered on algebra is mostly pure maths. Applied maths is all about taking
the theory (or pure maths) and applying it to the real world. To be able to do applied maths, you rst have
to learn pure maths.
But what does this have to do with probability? Well, just as mathematics can be divided into pure
maths and applied maths, so statistics can be divided into probability theory and applied statistics. And
just as you cannot do applied mathematics without knowing any theory, you cannot do statistics without
beginning with some understanding of probability theory. Furthermore, just as it is not possible to describe
what arithmetic is without describing what mathematics as a whole is, it is not possible to describe what
probability theory is without some understanding of what statistics as a whole is about, and statistics, in its
broadest sense, is about 'processes'.
note: Galileo wrote down some ideas about dice games in the seventeenth century. Since then
many discussions and papers have been written about probability theory, but it still remains a
poorly understood part of mathematics.
A process is how an object changes over time. For example, consider a coin. Now, the coin by itself is not a
process; it is simply an object. However, if I was to ip the coin (i.e. putting it through a process), after a
certain amount of time (however long it would take to land), it is brought to a nal state. We usually refer
to this nal state as 'heads' or 'tails' based on which side of the coin landed face up, and it is the 'heads'
or 'tails' that the statistician (person who studies statistics) is interested in. Without the process there is
nothing to examine. Of course, leaving the coin stationary is also a process, but we already know that its
nal state is going to be the same as its original state, so it is not a particularly interesting process. Usually
when we speak of a process, we mean one where the outcome is not yet known, otherwise there is no real
point in analyzing it. With this understanding, it is very easy to understand what, precisely, probability
theory is.
When we speak of probability theory as a whole, we mean the way in which we quantify the possible
outcomes of processes. Then, just as 'applied' mathematics takes the methods of 'pure' mathematics and
applies them to real-world situations, applied statistics takes the means and methods of probability theory
(i.e. the means and methods used to quantify possible outcomes of events) and applies them to real-world
events in some way or another. For example, we might use probability theory to quantify the possible
outcomes of the coin-ip above as having a 50% chance of coming up heads and a 50% chance of coming up
tails, and then use statistics to apply it a real-world situation by saying that of six coins sitting on a table,
155
156 CHAPTER 12. PROBABILITY
the most likely scenario is that three coins will come up heads and three coins will come up tails. This, of
course, may not happen, but if we were only able to bet on ONE outcome, we would probably bet on that
because it is the most probable. But here, we are already getting ahead of ourselves. So let's back up a
little.
To quantify results, we may use a variety of methods, terms, and notations, but a few common ones are:
You may notice that all three of the above examples represent the same probability, and in fact ANY method
of probability is fundamentally based on the following procedure:
1. Dene a process.
2. Dene the total measure for all outcomes of the process.
3. Describe the likelihood of each possible outcome of the process with respect to the total measure.
The term 'measure' may be confusing, but one may think of it as a ruler. If we take a ruler that is 1 metre
long, then half of that ruler is 50 centimetres, a quarter of that ruler is 25 centimetres, etc. However, the
thing to remember is that without the ruler, it makes no sense to talk about proportions of a ruler! Indeed,
the three examples above (50%, 5/10, and 1/2) represented the same probability, the only dierence was
how the total measure (ruler) was dened. If we go back to thinking about it in terms of a ruler '50%' means
'50/100', so it means we are using 50 parts of the original 100 parts (centimetres) to quantify the outcome
in question. '5/10' means 5 parts out of the original 10 parts (10 centimetre pieces) depict the outcome in
question. And in the last example, '1/2' means we are dividing the ruler into two pieces and saying that
one of those two pieces represents the outcome in question. But these are all simply dierent ways to talk
about the same 50 centimetres of the original 100 centimetres! In terms of probability theory, we are only
interested in proportions of a whole.
Although there are many ways to dene a 'measure', the most common and easiest one to generalize is
to use '1' as the total measure. So if we consider the coin-ip, we would say that (assuming the coin was
fair) the likelihood of heads is 1/2 (i.e. half of one) and the likelihood of tails is 1/2. On the other hand,
if we consider the event of not ipping the coin, then (assuming the coin was originally heads-side-up) the
likelihood of heads is now 1, while the likelihood of tails is 0. But we could have also used '14' as the original
measure and said that the likelihood of heads or tails on the coin-ip was each '7 out of 14', while on the
non-coin-ip the likelihood of heads was '14 out of 14', and the likelihood of tails was '0 out of 14'. Similarly,
if we consider the throwing of a (fair) six-sided die, it may be easiest to set the total measure to '6' and say
that the likelihood of throwing a '4' is '1 out of the 6', but usually we simply say that it is 1/6, i.e. '1/6 of
1'.
12.2 Denitions
There are three important concepts associated with a random experiment: 'outcome', 'sample space', and
'event'. Two examples of experiments will be used to familiarize you with these terms:
• In Experiment 1 a single die is thrown and the value of the top face after it has come to rest is noted.
• In Experiment 2 two dice are thrown at the same time and the total of the values of each of the top
faces after they have come to rest is noted.
12.2.1 Outcome
An outcome of an experiment is a single result of that experiment.
note: If you roll two die and add the results, the most common outcome is 7. To understand this,
think that there is only one way to get 2 as a result (both dice landing with 1) and there is only
way to get 12 as a result (both dice landing with 6). The opposite sides of a six sided dice add up
to 7. From this you should be able to work out that there are 12 ways to get a 7.
12.2.3 Event
An event is any set of outcomes of an experiment.
• A possible event of Experiment 1: an even number being on the top face of the die
• A possible event of Experiment 2: the numbers on the top face of each die being equal
Figure 12.1: Diagram to show dierence between the universal set and the sample space. The sample
space is made up of all possible outcomes of a statistical experiment and an event is a subset of the
sample space.
We can draw Venn diagrams for experiments with two and three events. These are shown in Figure 12.2
and Figure 12.3. Venn diagrams for experiments with more than three events are more complex and are not
covered at this level.
note: The Greek, Russian and Latin alphabets can be illustrated using Venn diagrams. All these
alphabets have some common letters. The Venn diagram is given below:
Figure 12.4
The union of A and B is the set of all elements in A or in B (or in both). A or B is also written A ∪ B .
The intersection of A and B is the set of all elements in both A and B . A and B is also written as A ∩ B .
Venn diagrams can also be used to indicate the union and intersection between events in a sample space
(Figure 12.5 and Figure 12.6).
Figure 12.5: Venn diagram to show (left) union of two events, A and B , in the sample space S .
Figure 12.6: Venn diagram to show intersection of two events A and B , in the sample space S . The
Available for free at Connexions <http://cnx.org/content/col11326/1.1>
We use n (S) to refer to the number of elements in a set S , n (X) for the number of elements in X, etc.
• 50 liked Nandos
• 66 liked Debonairs
• 40 liked Steers
• 27 liked Nandos and Debonairs but not Steers
• 13 liked Debonairs and Steers but not Nandos
• 4 liked all three
• 94 liked at least one
a. How many people did not like any of the fast food chains?
b. How many people liked Nandos and Steers, but not Debonairs?
The probability of a complementary event refers to the probability associated with the complement of
an event, i.e. the probability that something other than the event in question will occur. For example, if
P (A) = 0, 25, then the probability of A not occurring is the probability associated with all other events in
S occurring less the probability of A occurring.
In theory, it is very easy to calculate complements, since the number of elements in the complement of a
set is just the total number of outcomes in the sample space minus the outcomes in that set (in the example
above, there were 9 possible outcomes in the sample space, and 4 possible outcomes in each of the sets we
were interested in, thus both complements contained 9-4 = 5 elements). Similarly, it is easy to calculate
probabilities of complements of events since they are simply the total probability (e.g. 1 if our total measure
is 1) minus the probability of the event in question. So,
P A' = 1 − P (A)
(12.1)
Sometimes it is much easier to decide the probability of an event occurring by instead calculating the
probability that the complementary event will NOT occur. For example, if the process in question was
rolling three dice, and the event we were interested in was that at least one of the faces is a one, it is
denitely much easier to gure out the probability that not getting a one will not occur than to try to gure
out all the possible combinations of three dice where a one does occur!
0.5 = 1, usually written "1 to 1" or "1:1". This means that on average, the coin
0.5
landing on a given side are
will land on that side as many times as it will land on the other side.
1. Out of the 52 cards, there are 13 clubs. Therefore, if the event of interest is drawing a club,
there are 13 favourable outcomes, what is the probability of this event?
2. There are 4 kings (one of each suit). The probability of drawing a king is?
3. What is the probability of getting a king or a club?
a. red
b. blue or white
c. not green (hint: think 'complement')
d. not green or red?
2
Click here for the solution.
2. A card is selected randomly from a pack of 52. What is the probability that it is:
a. the 2 of hearts
b. a red card
c. a picture card
d. an ace
e. a number less than 4?
3
Click here for the solution.
3. Even numbers from 2 -100 are written on cards. What is the probability of selecting a multiple of 5,
if a card is drawn at random?
4
Click here for the solution.
P (S) = 1 (12.2)
2 http://www.fhsst.org/lqu
3 http://www.fhsst.org/lqJ
4 http://www.fhsst.org/lqS
We can demonstrate this last result using a Venn diagram. The union of A and B is the set of all elements
in A or in B or in both.
Figure 12.7
The probability of event A occurring is given by P (A) and the probability of event B occurring is given
by P (B). However, if we look closely at the circle representing either of these events, we notice that the
probability includes a small part of the other event. So event A includes a bit of event B and vice versa.
This is shown in the following gure:
Figure 12.8
Available for free at Connexions <http://cnx.org/content/col11326/1.1>
168 CHAPTER 12. PROBABILITY
And then we observe that this small bit is simply the intersection of the two events.
So to nd the probability of P (A ∪ B) we notice the following:
The following video provides a brief summary of some of the work covered so far.
Figure 12.9
1. Rory is target shooting. His probability of hitting the target is 0, 7. He res ve shots. What is the
probability that all ve shots miss the center?
5
Click here for the solution.
2. An archer is shooting arrows at a bullseye. The probability that an arrow hits the bullseye is 0, 4. If
she res three arrows, what is the probability that all the arrows hit the bullseye?
6
Click here for the solution.
3. A dice with the numbers 1,3,5,7,9,11 on it is rolled. Also a fair coin is tossed. What is the probability
that:
5 http://www.fhsst.org/lab
6 http://www.fhsst.org/laj
7 http://www.fhsst.org/laD
8 http://www.fhsst.org/laW
9 http://www.fhsst.org/laZ
This means that if we examine the elements of the sets that make up A and B there will be no elements in
common. Therefore, A∩B = ∅ (where ∅ refers to the empty set). Since, P (A ∩ B) = 0, equation (12.4)
becomes:
Number of blocks 24 32 41 19
Table 12.1
A block is selected randomly. What is the probability that the block will be:
a. purple
b. purple or white
c. pink and orange
d. not orange?
10
Click here for the solution.
2. A small private school has a class with children of various ages. The table gies the number of pupils
of each age in the class.
3 years female 3 years male 4 years female 4 years male 5 years female 5 years male
6 2 5 7 4 6
Table 12.2
If a pupil is selceted at random what is the probability that the pupil will be:
a. a female
b. a 4 year old male
c. aged 3 or 4
d. aged 3 and 4
e. not 5
f. either 3 or female?
11
Click here for the solution.
3. Fiona has 85 labeled discs, which are numbered from 1 to 85. If a disc is selected at random what is
the probability that the disc number:
a. ends with 5
b. can be multiplied by 3
c. can be multiplied by 6
d. is number 65
e. is not a multiple of 5
f. is a multiple of 4 or 3
g. is a multiple of 2 and 6
h. is number 1?
12
Click here for the solution.
i. n (S)
ii. n (A)
iii. n (B)
iv. n (A ∩ B)
v. n (A ∪ B)
1. determining the total number of possible outcomes and calculating the probability of each outcome
using the denition of probability
2. performing the experiment and calculating the relative frequency of each outcome
Relative frequency is dened as the number of times an event happens in a statistical experiment divided
by the number of trials conducted.
It takes a very large number of trials before the relative frequency of obtaining a head on a toss of a coin
approaches the probability of obtaining a head on a toss of a coin (in fact, if the probability of an event
occurring is something other than 1, i.e. it is always true, or 0, i.e. it is never true, then probability is only
absolutely accurate when an innite number of trials is conducted). For example, the data in Table 12.3
represent the outcomes of repeating 100 trials of a statistical experiment 100 times, i.e. tossing a coin 100
times.
13 http://www.fhsst.org/lqe
14 http://www.fhsst.org/lqt
15 http://www.fhsst.org/lqz
H T T H H T H H H H
H H H H T H H T T T
T T H T T H T H T H
H H T T H T T H T T
T H H H T T H T T H
H T T T T H T T H H
T T H T T H T T H T
H T T H T T T T H T
T H T T H H H T H T
T T T H H T T T H T
Table 12.3: Results of 100 tosses of a fair coin. H means that the coin landed heads-up and T means that
The following two worked examples show that the relative frequency of an event is not necessarily equal
to the probability of the same event. Relative frequency should therefore be seen as an approximation to
probability.
Probabilities are equivalently expressed as odds, which is the ratio of the probability of one event to the
probability of all other events. The odds of heads-up, for the tossed/spun coin, are (1/2)/(1 - 1/2), which is
equal to 1/1. This is expressed as "1 to 1 odds" and often written "1:1".
Odds a:b for some event are equivalent to probability a/(a+b). For example, 1:1 odds are equivalent to
probability 1/2, and 3:2 odds are equivalent to probability 3/5.
12.7 Summary
• The term random experiment or statistical experiment is used to describe any repeatable process, the
results of which are analyzed in some way.
• An outcome of an experiment is a single result of that experiment.
• The sample space of an experiment is the complete set of possible outcomes of the experiment.
• An event is any set of outcomes of an experiment.
• A Venn diagram can be used to show the relationship between the possible outcomes of a random
experiment and the sample space. Venn diagrams can also be used to indicate the union and intersection
between events in a sample space.
• When all outcomes are equally likely, they have an equal chance of happening. P (E) = n (E) /n (S)
gives us the probability of an equally likely outcome happening.
• Relative frequency is dened as the number of times an event happens in a statistical experiment
divided by the number of trials conducted.
• The following results apply to probabilities, for the sample space S and two events A and B, within
S.
P (S) = 1 (12.6)
• Mutually
exclusive events are events, which cannot be true at the same time.
• P A' = 1 − P (A) is the probability that A will not occur. This is known as a complementary event.
We can summarize some of the key concepts in this chapter in the following table:
Table 12.4
a. an Opel
b. not an Opel
20
Click here for the solution.
6. Tamara has 18 loose socks in a drawer. Eight of these are orange and two are pink. Calculate the
probability that the rst sock taken out at random is:
a. Orange
b. not orange
c. pink
d. not pink
e. orange or pink
f. not orange or pink
21
Click here for the solution.
7. A plate contains 9 shortbread cookies, 4 ginger biscuits, 11 chocolate chip cookies and 18 Jambos. If
a biscuit is selected at random, what is the probability that:
16 http://www.fhsst.org/lqh
17 http://www.fhsst.org/llq
18 http://www.fhsst.org/lll
19 http://www.fhsst.org/lli
20 http://www.fhsst.org/ll3
21 http://www.fhsst.org/llO
22 http://www.fhsst.org/llc
1. Brown eyes
2. Red hair
c. A child with brown eyes is chosen randomly. What is the probability that this child will have red
hair
24
Click here for the solution.
10. A jar has purple, blue and black sweets in it. The probability that a sweet, chosen at random, will be
purple is 1/7 and the probability that it will be black is 3/5.
i. purple or blue
ii. Black
iii. purple
b. If there are 70 sweets in the jar how many purple ones are there?
c. 1/4 if the purple sweets in b) have streaks on them and rest do not. How many purple sweets
have streaks?
25
Click here for the solution.
11. For each of the following, draw a Venn diagram to represent the situation and nd an example to
illustrate the situation.
a. A sample space in which there are two events that are not mutually exclusive
b. A sample space in which there are two events that are complementary.
26
Click here for the solution.
12. Use a Venn diagram to prove that the probability of either event A or B occuring is given by: (A and
B are not exclusive) P(A or B) = P(A) + P(B) - P(A and B)
27
Click here for the solution.
13. All the clubs are taken out of a pack of cards. The remaining cards are then shued and one card
chosen. After being chosen, the card is replaced before the next card is chosen.
23 http://www.fhsst.org/llx
24 http://www.fhsst.org/lla
25 http://www.fhsst.org/llC
26 http://www.fhsst.org/ll1
27 http://www.fhsst.org/llr
28 http://www.fhsst.org/llY
29 http://www.fhsst.org/llg
Step 2.
Figure 12.15
Step 3. The union of P and E is the set of all elements in P or in E (or in both). P ∪ E = 2, 3, 4, 5, 6, 7, 8.
Step 4. The intersection of P and E is the set of all elements in both P and E . P ∩ E = 2.
Step 5.
∴ n (S) = 9
n (P ) = 4
n (E) = 4 (12.9)
n (P ∪ E) = 7
n (P ∩ E) = 2
Figure 12.16
Step 2. We are told that there were 100 people and that 94 liked at least one. So the number of people that
liked none is: 100 − −94 = 6. This is the answer to a).
Step 3. We can redraw the part of the Venn diagram that is of interest:
Figure 12.17
n (N and S) = 14
The Venn diagram with that represents all this information is given:
Figure 12.18
• P(R)-n(R)/n(S)=3/14
52 = 13 .
4 1
Step 2.
Step 3. This example is slightly more complicated. We cannot simply add together the number of outcomes
for each event separately (4 + 13 = 17) as this inadvertently counts one of the outcomes twice (the
king of clubs). Why is this so? Well, mathematically if A and B are two events, it is actually true that
n (A ∪ B) = n (A) + n (B) − n (A ∩ B) (a more detailed explanation of this identity is provided below,
but for now just assume that it is true). In the results involving the throwing of dice, the intersection
of any two outcomes was empty (and hence n (A ∩ B) = 0) since it is not possible for the top face of a
die to have two dierent values simultaneously. However, in this case, a card can be both a club and
a king at the same time (i.e. n (A ∩ B) = 1). Therefore, n (A ∪ B) = 4 + 13 − 1 = 16. So the correct
16
answer is
52 .
Step 2.
= 1
+ 1 1 1
4 13 − 4 × 13
= 1
4 + 1 1
13 − 52
(12.12)
= 16
52
= 4
13
H 44
T 56
Table 12.5
Step 3. The statistical experiment of tossing the coin was performed 100 times. Therefore, there were 100
trials, in total.
Step 4.
Geometry basics 1
13.1 Introduction
The purpose of this chapter is to recap some of the ideas that you learned in geometry and trigonometry in
earlier grades. You should feel comfortable with the work covered in this chapter before attempting to move
2 3
onto the Grade 10 Geometry chapter , the Grade 10 Trigonometry chapter or the Grade 10 Analytical
Geometry chapter (Chapter 16). This chapter revises:
1. Terminology: vertices, sides, angles, parallel lines, perpendicular lines, diagonals, bisectors, transversals
2. Properties of triangles
3. Congruence
4. Classication of angles into acute, right, obtuse, straight, reex or revolution
5. Theorem of Pythagoras which is used to calculate the lengths of sides of a right-angled triangle
Figure 13.1: Examples of some points (labelled P , Q, R and S ) and some lines (labelled BC and DE
).
187
188 CHAPTER 13. GEOMETRY BASICS
Lines are labelled according to the start point and end point. We call the line that starts at a point A
and ends at a point B , AB . Since the line from point B to point A is the same as the line from point A to
point B, we have that AB = BA.
When there is no ambiguity (which is the case throughout this text) the length of the line between points
A and B is also denoted AB , the same as the notation to refer to the line itself. So if we say AB = CD
we mean that the length of the line between A and B is equal to the length of the line between C and D.
Note: in higher mathematics, where there might be some ambiguity between when we want refer to the
length of the line and when we just want to refer to the line itself, the notation |AB| is usually used to
refer to the length of the line. In this case, if one says |AB| = |CD|, it means the lengths of the lines are
the same, whereas if one says AB = CD, it means that the two lines actually coincide (i.e. they are the
same). Throughout this text, however, this notation will not be used, and AB = CD ALWAYS implies that
the lengths are the same.
A line is measured in units of length. Some common units of length are listed in Table 13.1.
metre m
centimetre cm
millimetre mm
13.3 Angles
An angle is formed when two straight lines meet at a point. The point at which two lines meet is known as
a vertex. Angles are labelled with a ^ called a caret on a letter. For example, in Figure 13.2 the angle
^
is at B. Angles can also be labelled according to the line segments that make up the angle. For example,
in Figure 13.2 the angle is made up when line segmentsCB and BA meet. So, the angle can be referred to
as∠CBA or ∠ABC or, if there is no ambiguity (i.e. there is only one angle at B ) sometimes simply ∠B .
The ∠ symbol is a short method of writing angle in geometry.
Angles are measured in degrees which is denoted by
◦
, a small circle raised above the text in the same
fashion as an exponent (or a superscript).
note: Angles can also be measured in radians. At high school level you will only use degrees, but
if you decide to take maths at university you will learn about radians.
^
Figure 13.2: Angle labelled as B , ∠CBA or ∠ABC
^ ^
Figure 13.3: Examples of angles. A=E , even though the lines making up the angles are of dierent
lengths.
Method:
Using a protractor
1. Place the bottom line of the protractor along one line of the angle so that the other line of the angle
points at the degree markings.
2. Move the protractor along the line so that the centre point on the protractor is at the vertex of the
two lines that make up the angle.
3. Follow the second line until it meets the marking on the protractor and read o the angle. Make sure
◦
you start measuring at 0 .
Figure 13.5
Figure 13.6
If line CA is now swung upwards, any other angle can be obtained. If line CA and line AB point in
◦
opposite directions (the third case in Figure 13.6) then this forms an angle of 180 .
◦
tip: If three points A, B and C lie on a straight line, then the angle between them is 180 .
◦
Conversely, if the angle between three points is 180 , then the points lie on a straight line.
An angle of 90
◦
is called a right angle. A right angle is half the size of the angle made by a straight line
◦
(180 ). We say CA is perpendicular to AB or CA ⊥ AB . An angle twice the size of a straight line is 360 .
◦
◦ ◦
An angle measuring 360 looks identical to an angle of 0 , except for the labelling. We call this a revolution.
tip:
◦
Once angles can be measured, they can then be compared. For example, all right angles are 90 , therefore
all right angles are equal and an obtuse angle will always be larger than an acute angle.
The following video summarizes what you have learnt so far about angles.
Figure 13.9
Note that for high school trigonometry you will be using degrees, not radians as stated in the video.
^ ^ ^ ^
Figure 13.10: Two intersecting straight lines with vertical angles X1 , X3 and X2 , X4 .
^ ^ ^ ^
linear pair (adjacent angles on a adjacent angles formed by two in- X1 + X2 = 180◦ ; X2 + X3 =
straight line) tersecting straight lines that by ^ ^ ^
denition add to 180
◦ 180◦ ; X3 + X4 = 180◦ ; X4
^
+ X1 = 180◦
^ ^ ^ ^
opposite angles angles formed by two intersecting X1 =X3 ; X2 =X4
straight lines that share a vertex
but do not share any sides
◦
supplementary angles two angles whose sum is 180
◦
complementary angles two angles whose sum is 90
Table 13.2
tip: The opposite angles formed by the intersection of two straight lines are equal. Adjacent angles
on a straight line are supplementary.
Figure 13.11
Figure 13.12
All these lines are parallel to each other. Notice the pair of arrow symbols for parallel.
note: A section of the Australian National Railways Trans-Australian line is perhaps one of the
longest pairs of man-made parallel lines.
exterior angles the angles that lie in Figure 13.13 e, f , the word exterior means outside
outside the parallel g and h are exterior
lines angles
Table 13.3
Figure 13.17
note: Euclid's Parallel line postulate. If a straight line falling across two other straight lines
◦
makes the two interior angles on the same side less than two right angles (180 ), the two straight
lines, if produced indenitely, will meet on that side. This postulate can be used to prove many
identities about the angles formed when two parallel lines are cut by a transversal.
tip:
1.If two parallel lines are intersected by a transversal, the sum of the co-interior angles on the
◦
same side of the transversal is 180 .
2.If two parallel lines are intersected by a transversal, the alternate interior angles are equal.
3.If two parallel lines are intersected by a transversal, the corresponding angles are equal.
4.If two lines are intersected by a transversal such that any pair of co-interior angles on the same
side is supplementary, then the two lines are parallel.
5.If two lines are intersected by a transversal such that a pair of alternate interior angles are
equal, then the lines are parallel.
6.If two lines are intersected by a transversal such that a pair of alternate corresponding angles
are equal, then the lines are parallel.
Figure 13.18
Figure 13.19
13.3.4.1 Angles
1. Use adjacent, corresponding, co-interior and alternate angles to ll in all the angles labeled with letters
in the diagram below:
Figure 13.20
4
Click here for the solution
2. Find all the unknown angles in the gure below:
Figure 13.21
4 http://www.fhsst.org/lxF
5
Click here for the solution
3. Find the value of x in the gure below:
Figure 13.22
6
Click here for the solution
4. Determine whether there are pairs of parallel lines in the following gures.
a.
Figure 13.23
b.
Figure 13.24
c.
Figure 13.25
7
Click here for the solution
5. If AB is parallel to CD and AB is parallel to EF, prove that CD is parallel to EF:
Figure 13.26
8
Click here for the solution
5 http://www.fhsst.org/lxL
6 http://www.fhsst.org/lxM
7 http://www.fhsst.org/lxe
8 http://www.fhsst.org/lxt
Figure 13.27
13.4 Polygons
If you take some lines and join them such that the end point of the rst line meets the starting point of the
last line, you will get a polygon. Each line that makes up the polygon is known as a side. A polygon has
interior angles. These are the angles that are inside the polygon. The number of sides of a polygon equals
the number of interior angles. If a polygon has equal length sides and equal interior angles, then the polygon
is called a regular polygon. Some examples of polygons are shown in Figure 13.28.
Figure 13.28: Examples of polygons. They are all regular, except for the one marked *
13.4.1 Triangles
A triangle is a three-sided polygon. Triangles are usually split into three categories: equilateral, isosceles, and
scalene, depending on how many of the sides are of equal length. A fourth category, right-angled triangle (or
simply 'right triangle') is used to refer to triangles with one right angle. Note that all right-angled triangles
are also either isosceles (if the other two sides are equal) or scalene (it should be clear why you cannot have
an equilateral right triangle!). The properties of these triangles are summarised in Table 13.4.
Name Diagram
equilateral
Figure 13.29
isosceles
Figure 13.30
right-angled
Figure 13.31
scalene (non-syllabus)
Figure 13.32
We use the notation [U+25B5]ABC to refer to a triangle with corners labeled A, B , and C.
Figure 13.33
Figure 13.34
◦
tip: The sum of the angles in a triangle is 180 .
tip: Any exterior angle of a triangle is equal to the sum of the two opposite interior angles. An
exterior angle is formed by extending any one of the sides.
Figure 13.36: In any triangle, any exterior angle is equal to the sum of the two opposite interior angles.
Table 13.5
Description Diagram
If all three pairs of corresponding angles of two tri-
angles are equal, then the triangles are similar.
Figure 13.41
Figure 13.42
x
p = y
q = z
r
Table 13.6
Figure 13.43
^
If [U+25B5]ABC is right-angled (B = 90◦ ) then b2 = a2 + c2
^
Converse: If b2 = a2 + c2 , then [U+25B5]ABC is right-angled (B = 90◦ ).
Exercise 13.3: Triangles (Solution on p. 211.)
In the following gure, determine if the two triangles are congruent, then use the result to help
you nd the unknown letters.
Figure 13.44
13.4.1.4.1 Triangles
1. Calculate the unknown variables in each of the following gures. All lengths are in mm.
Figure 13.45
9
Click here for the solution
2. State whether or not the following pairs of triangles are congruent or not. Give reasons for your
answers. If there is not enough information to make a descision, say why.
9 http://www.fhsst.org/lxz
Figure 13.46
10
Click here for the solution
13.4.1.5 Quadrilaterals
A quadrilateral is a four sided gure. There are some special quadrilaterals (trapezium, parallelogram, kite,
rhombus, square, rectangle) which you will learn about in Geometry (Chapter 14).
10 http://www.fhsst.org/lxu
Sides Name
5 pentagon
6 hexagon
7 heptagon
8 octagon
10 decagon
15 pentadecagon
^ n−2
A= × 180◦ (13.1)
n
^
where n is the number of sides and A is any angle.
13.5 Summary
• Make sure you know what the following terms mean: quadrilaterals, vertices, sides, angles, parallel
lines, perpendicular lines,diagonals, bisectors and transversals.
• The properties of triangles has been covered.
• Congruency and similarity of triangles
• Angles can be classied as acute, right, obtuse, straight, reex or revolution
• Theorem of Pythagoras which is used to calculate the lengths of sides of a right-angled triangle
• Angles:
• There are several properties of angles and some special names for these
• There are four types of triangles: Equilateral, isoceles, right-angled and scalene
• The angles in a triangle add up to 180◦
13.6 Exercises
1. Find all the pairs of parallel lines in the following gures, giving reasons in each case.
a.
Figure 13.48
b.
Figure 13.49
c.
Figure 13.50
11
Click here for the solution
2. Find angles a, b, c and d in each case, giving reasons.
a.
Figure 13.51
b.
Figure 13.52
c.
Figure 13.53
11 http://www.fhsst.org/lxh
12
Click here for the solution
3. Say which of the following pairs of triangles are congruent with reasons.
a.
Figure 13.54
b.
Figure 13.55
c.
Figure 13.56
d.
Figure 13.57
13
Click here for the solution
4. Identify the types of angles shown below (e.g. acute/obtuse etc):
Figure 13.58
14
Click here for the solution
5. Calculate the size of the third angle (x) in each of the diagrams below:
Figure 13.59
12 http://www.fhsst.org/laq
13 http://www.fhsst.org/lai
14 http://www.fhsst.org/lTb
15
Click here for the solution
6. Name each of the shapes/polygons, state how many sides each has and whether it is regular (equiangular
and equilateral) or not:
Figure 13.60
16
Click here for the solution
7. Assess whether the following statements are true or false. If the statement is false, explain why:
Figure 13.61
19
Click here for the solution
15 http://www.fhsst.org/lTj
16 http://www.fhsst.org/lTD
17 http://www.fhsst.org/lTZ
18 http://www.fhsst.org/lTB
19 http://www.fhsst.org/lTK
Figure 13.62
20
Click here for the solution
20 http://www.fhsst.org/laO
160 + y = 180
◦ (13.2)
y = 20
(co-interior angles on the same side)
Θ Θ
E2 = F4
◦
(13.3)
= 25
CE
2
= DE
2
+ DC2
52 = 3 2 + x2
(13.5)
x2 = 16
x = 4
◦
y = 35 (angles in a triangle)
z = 5 (congruent triangles, AC = CE)
Solution to Exercise 13.4 (p. 206)
Step 1. An octagon has 8 sides.
Step 2.
^
A = n−2
n × 180◦
^
A = 8−2
8 × 180◦
(13.6)
^
A = 6
2 × 180◦
^
A = 135◦
Geometry 1
14.1 Introduction
Geometry (Greek: geo = earth, metria = measure) arose as the eld of knowledge dealing with spatial
relationships. It was one of the two elds of pre-modern mathematics, the other being the study of numbers.
In modern times, geometric concepts have become very complex and abstract and are barely recognizable as
the descendants of early geometry. Geometry is often split into Euclidean geometry and analytical geometry.
Euclidean geometry is covered in this chapter.
a. Harappan geometry
b. Vedic geometry
a. Euclid
b. Archimedes
14.2 Quadrilaterals
In this section we will look at the properties of some special quadrilaterals. We will then use these properties
to solve geometrical problems. It should be noted that although all the properties of a gure are given, we
only need one unique property of the quadrilateral to prove that it is that quadrilateral. For example, if we
have a quadrilateral with two pairs of opposite sides parallel, then that quadrilateral is a parallelogram. We
can then prove the other properties of the quadrilateral using what we have learnt about parallel lines and
triangles.
213
214 CHAPTER 14. GEOMETRY
14.2.1 Trapezium
A trapezium is a quadrilateral with one pair of parallel opposite sides. It may also be called a trapezoid. A
special type of trapezium is the isosceles trapezium, where one pair of opposite sides is parallel, the other pair
of sides is equal in length and the angles at the ends of each parallel side are equal. An isosceles trapezium
has one line of symmetry and its diagonals are equal in length.
Note: The term trapezoid is predominantly used in North America and refers to what we call a trapezium.
Rather confusingly, they use the term 'trapezium' to refer to a general irregular quadrilateral, that is a
quadrilateral with no parallel sides!
14.2.2 Parallelogram
A trapezium with both sets of opposite sides parallel is called a parallelogram. A summary of the properties
of a parallelogram is:
14.2.3 Rectangle
A rectangle is a parallelogram that has all four angles equal to 90◦ . A summary of the properties of a
rectangle is:
14.2.4 Rhombus
A rhombus is a parallelogram that has all four sides of equal length. A summary of the properties of a
rhombus is:
Figure 14.4: An example of a rhombus. A rhombus is a parallelogram with all sides equal.
14.2.5 Square
A square is a rhombus that has all four angles equal to 90 .
◦
Figure 14.5: An example of a square. A square is a rhombus with all angles equal to 90◦ .
14.2.6 Kite
A kite is a quadrilateral with two pairs of adjacent sides equal.
A summary of the properties of a kite is:
Rectangles are a special case (or a subset) of parallelograms. Rectangles are parallelograms that have all
angles equal to 90. Squares are a special case (or subset) of rectangles. Squares are rectangles that have all
sides equal in length. So all squares are parallelograms and rectangles. So if you are asked to prove that a
quadrilateral is a parallelogram, it is enough to show that both pairs of opposite sides are parallel. But if
you are asked to prove that a quadrilateral is a square, then you must also show that the angles are all right
angles and the sides are equal in length.
14.3 Polygons
Polygons are all around us. A stop sign is in the shape of an octagon, an eight-sided polygon. The honeycomb
of a beehive consists of hexagonal cells. The top of a desk is a rectangle. Note that although in the rst
two of these cases the sides of the polygon are all the same, but this need not be the case. Polygons with
all sides and angles the same are called 'regular', while those with some sides or angles that are dierent are
called 'irregular'. Although we often work with irregular triangles and quadrilaterals, once one gets up to
polygons with greater than four sides, the more interesting ones are often the regular ones.
In this section, you will learn about similar polygons.
^ ^
AB ...cm
DE = ...cm = ... A=...◦ D...◦
^ ^
BC ...cm
EF = ...cm = ... B =...◦ E =...◦
^ ^
AC ...cm
DF = ...cm = ... C ...◦ F =...◦
Table 14.1
Figure 14.7
AB BC AC
1. What can you say about the numbers you calculated for:
DE , EF , DF ?
^ ^
2. What can you say about A and D?
^ ^
3. What can you say about B and E?
^ ^
4. What can you say about C and F?
If two polygons are similar, one is an enlargement of the other. This means that the two polygons will have
the same angles and their sides will be in the same proportion.
We use the symbol ||| to mean is similar to.
Denition 14.1: Similar Polygons
Two polygons are similar if:
Figure 14.8
Available for free at Connexions <http://cnx.org/content/col11326/1.1>
220 CHAPTER 14. GEOMETRY
Figure 14.9
14.3.1.3 Polygons-mixed
1. Find the values of the unknowns in each case. Give reasons.
Figure 14.10
2
Click here for the solution
2. Find the angles and lengths marked with letters in the following gures:
Figure 14.11
3
Click here for the solution
Things to consider are how these gures have been dened in this book and what alternative denitions
exist. For example, a triangle is a three-sided polygon or a gure having three sides and three angles.
Triangles can be classied using either their sides or their angles. Could you also classify quadrilaterals in
this way? What other names exist for these gures? For example, quadrilaterals can also be called tetragons.
2 http://www.fhsst.org/liD
3 http://www.fhsst.org/liW
Figure 14.12
^ ^ ^ ^
You are also given that AB = CD, AD = BC, AB k CD, AD k BC, A=C , and B =D . Prove
that MNOP is a parallelogram.
warning: It is very important to note that a single counter example disproves a conjecture. Also
numerous specic supporting examples do not prove a conjecture.
14.6 Measurement
14.6.1 Areas of Polygons
1
1. Area of triangle:
2 × base × perpendicular height
Figure 14.13
1
2. Area of trapezium:
2 × (sum of k (parallel) sides) × perpendicular height
Figure 14.14
Figure 14.15
Figure 14.16
Figure 14.17
2
6. Area of circle: π x radius
Figure 14.18
Figure 14.19
Figure 14.20
Figure 14.21
14.6.1.1 Polygons
1. For each case below, say whether the statement is true or false. For false statements, give a counter-
example to prove it:
Figure 14.22
5
Click here for the solution
4 http://www.fhsst.org/lxJ
5 http://www.fhsst.org/lxS
Figure 14.23: Examples of a right square prism, a right triangular prism and a cylinder.
Figure 14.24
Figure 14.25
6
Click here for the solution
2. If a litre of paint covers an area of 2m2 , how much paint does a painter need to cover:
a. A rectangular swimming pool with dimensions 4m × 3m × 2, 5m, inside walls and oor only.
b. The inside walls and oor of a circular reservoir with diameter 4m and height 2, 5m
Figure 14.26
7
Click here for the solution
14.7.2 Volume
The volume of a right prism is calculated by multiplying the area of the base by the height. So, for a square
prism of side length a and height h the volume is a × a × h = a2 h.
Volume of Prisms
Calculate the area of the base and multiply by the height to get the volume of a prism.
Figure 14.27
14.7.2.1 Volume
1. Write down the formula for each of the following volumes:
Figure 14.28
8
Click here for the solution
2. Calculate the following volumes:
8 http://www.fhsst.org/lTk
Figure 14.29
9
Click here for the solution
3. A cube is a special prism that has all edges equal. This means that each face is a square. An example
of a cube is a die. Show that for a cube with side length a, the surface area is 6a2 and the volume is
3
a .
Figure 14.30
10
Click here for the solution
Now, what happens to the surface area if one dimension is multiplied by a constant? For example, how does
the surface area change when the height of a rectangular prism is divided by 2?
Volume = l × b × 21 h
Volume = l × b × h
= 1
2 ×l×b×h
Table 14.2
Figure 14.32
9 http://www.fhsst.org/lT0
10 http://www.fhsst.org/lTT
1. Consider enlarging all sides of the prism by a constant factor x, where x > 1. Calculate the
volume and surface area of the enlarged prism as a function of the factor x and the volume
of the original volume.
2. In the same way as above now consider the case, where 0 < x < 1. Now calculate the
reduction factor in the volume and the surface area.
When the length of one of the sides is multiplied by a constant the eect is to multiply the original volume
by that constant, as for the example in Figure 14.31.
Figure 14.34
The surface area of a pyramid is calculated by adding the area of each face together.
1
V = A·h (14.1)
3
where A is the area of the base and h is the height.
A cone is like a pyramid, so the volume of a cone is given by:
1 2
V = πr h. (14.2)
3
A square pyramid has volume
1 2
V = a h (14.3)
3
Available for free at Connexions <http://cnx.org/content/col11326/1.1>
231
Figure 14.35
Available for free at Connexions <http://cnx.org/content/col11326/1.1>
233
We accept the following formulae for volume and surface area of a sphere (ball).
Figure 14.36
Available for free at Connexions <http://cnx.org/content/col11326/1.1>
235
Figure 14.37
11
Click here for the solution
2. Water covers approximately 71% of the Earth's surface. Taking the radius of the Earth to be 6378 km,
what is the total area of land (area not covered by water)?
12
Click here for the solution
11 http://www.fhsst.org/l2D
12 http://www.fhsst.org/l2W
Figure 14.38
Table 14.3
What do you notice about the x co-ordinates? What do you notice about the y co-ordinates? What
would happen to the co-ordinates of point A, if it was moved to the position of point G?
When a point is moved vertically up or down on the Cartesian plane, the x co-ordinate of the point
remains the same, but the y co-ordinate changes by the amount that the point was moved up or down.
For example, in list, p. 215 Point A is moved 4 units upwards to the position marked by G. The new x
co-ordinate of point A is the same (x=1), but the new y co-ordinate is shifted in the positive y direction 4
units and becomes y =-2+4=2. The new co-ordinates of point A are therefore G(1;2). Similarly, for point
B that is moved downwards by 5 units, the x co-ordinate is the same (x = −2, 5), but the y co-ordinate is
shifted in the negative y -direction by 5 units. The new y co-ordinate is thereforey =2,5 -5=-2,5.
Figure 14.39: Point A is moved 4 units upwards to the position marked by G. Point B is moved 5 units
downwards to the position marked by H.
tip: If a point is shifted upwards, the new y co-ordinate is given by adding the shift to the old y
co-ordinate. If a point is shifted downwards, the new y co-ordinate is given by subtracting the shift
from the old y co-ordinate.
Figure 14.40
Table 14.4
What do you notice about the x co-ordinates? What do you notice about the y co-ordinates?
What would happen to the co-ordinates of point A, if it was moved to the position of point G?
When a point is moved horizontally left or right on the Cartesian plane, the y co-ordinate of the point
remains the same, but the x co-ordinate changes by the amount that the point was moved left or right.
For example, in Figure 14.41 Point A is moved 4 units right to the position marked by G. The new y
co-ordinate of point A is the same (y =1), but the new x co-ordinate is shifted in the positive x direction 4
units and becomes x=-2+4=2. The new co-ordinate of point A at G is therefore (2;1). Similarly, for point
B that is moved left by 5 units, the y co-ordinate is the same (y = −2, 5), but the x co-ordinate is shifted in
the negative x-direction by 5 units. The new x co-ordinate is therefore x=2,5 -5=-2,5. The new co-ordinates
of point B at H is therefore (-2,5;1).
Figure 14.41: Point A is moved 4 units to the right to the position marked by G. Point B is moved 5
units to the left to the position marked by H.
tip: If a point is shifted to the right, the new x co-ordinate is given by adding the shift to the old
x co-ordinate. If a point is shifted to the left, the new x co-ordinate is given by subtracting the
shift from the old x co-ordinate.
Figure 14.42
We can apply the same idea to a point that is reected on the x-axis, the y -axis and the line y = x.
Figure 14.43: Points A and B are reected on the x-axis. The original points are shown with • and
the reected points are shown with ◦.
tip: When a point is reected about the x-axis, only the y co-ordinate of the point changes.
Figure 14.44: Points A and B are reected on the y-axis. The original points are shown with • and
the reected points are shown with ◦.
tip: When a point is reected on the y -axis, only the x co-ordinate of the point changes. The y
co-ordinate remains unchanged.
Figure 14.45
Point Reection
A (2;1) (1;2)
(-1 ;-2)
1 1
B (-2;-1 )
2 2
C (-1;1)
D (2;-3)
Table 14.5
What can you deduce about the co-ordinates of points that are reected about the line y = x?
The x and y co-ordinates of points that are reected on the line y =x are swapped around, or inter-
changed. This means that the x co-ordinate of the original point becomes the y co-ordinate of the reected
point and the y co-ordinate of the original point becomes the x co-ordinate of the reected point.
Figure 14.46: Points A and B are reected on the line y = x. The original points are shown with •
and the reected points are shown with ◦.
tip: The x and y co-ordinates of points that are reected on the line y=x are interchanged.
Rules of Translation
A quick way to write a translation is to use a 'rule of translation'. For example (x; y) → (x + a; y + b)
means translate point (x;y) by moving a units horizontally and b units vertically.
So if we translate (1;2) by the rule (x; y) → (x + 3; y − 1) it becomes (4;1). We have moved 3 units right
and 1 unit down.
Translating a Region
To translate a region, we translate each point in the region.
Example
Region A has been translated to region B by the rule: (x; y) → (x + 4; y + 2)
Figure 14.47
Column 1 Column 2
1.(x; y) → (x; y − 3) A. a reection on x-y line
Table 14.6
14.9.2.3.3 Transformations
1. Describe the translations in each of the following using the rule (x;y)→ (...;...)
Figure 14.48
a. From A to B
b. From C to J
c. From F to H
d. From I to J
e. From K to L
f. From J to E
g. From G to H
13
Click here for the solution
13 http://www.fhsst.org/laC
2. A is the point (4;1). Plot each of the following points under the given transformations. Give the
co-ordinates of the points you have plotted.
Figure 14.49
15
Click here for the solution
14.9.2.3.4 Investigation : Calculation of Volume, Surface Area and scale factors of objects
1. Look around the house or school and nd a can or a tin of any kind (e.g. beans, soup, cooldrink, paint
etc.)
2. Measure the height of the tin and the diameter of its top or bottom.
3. Write down the values you measured on the diagram below:
Figure 14.50
2
4. Using your measurements, calculate the following (in cm , rounded o to 2 decimal places):
14 http://www.fhsst.org/la1
15 http://www.fhsst.org/lar
11. If the height of the tin is kept the same, but now the radius is doubled, by what scale factor will the:
14.10 Summary
• The properties of kites, rhombuses, parallelograms, squares, rectangles and trapeziums was covered.
These gures are all known as quadrilaterals
• You should know the formulae for surface area of rectangular and triangular prisms as well as cylinders
• The volume of a right prism is calculated by multiplying the area of the base by the height. So, for a
square prism of side length a and height h the volume is a × a × h = a2 h.
• Two polygons are similar if:
Figure 14.51
17
Click here for the solution
3. Calculate the surface area and volume of each of the following objects (assume that all faces/surfaces
are solid e.g. surface area of cylinder will include circular areas at top and bottom):
Figure 14.52
16 http://www.fhsst.org/lbr
17 http://www.fhsst.org/lT9
18
Click here for the solution
4. Calculate the surface area and volume of each of the following objects (assume that all faces/surfaces
are solid):
Figure 14.53
19
Click here for the solution
5. Using the rules given, identify the type of transformation and draw the image of the shapes.
a. (x;y)→(x+3;y-3)
Figure 14.54
b. (x;y)→(x-4;y)
Figure 14.55
c. (x;y)→(y;x)
Figure 14.56
d. (x;y)→(-x;-y)
Figure 14.57
20
Click here for the solution
18 http://www.fhsst.org/lTX
19 http://www.fhsst.org/lTI
20 http://www.fhsst.org/la7
6. PQRS is a quadrilateral with points P(0; −3) ; Q(−2;5) ; R(3;2) and S(3;2) in the Cartesian plane.
Figure 14.58
24
Click here for the solution
10. The vertices of triangle PQR have co-ordinates as shown in the diagram.
Figure 14.59
a. Give the co-ordinates of P', Q' and R', the images of P, Q and R when P, Q and R are reected
in the line y=x.
21 http://www.fhsst.org/laY
22 http://www.fhsst.org/laq
23 http://www.fhsst.org/la4
24 http://www.fhsst.org/l4o
25
Click here for the solution
11. Which of the following claims are true? Give a counter-example for those that are incorrect.
25 http://www.fhsst.org/laG
26 http://www.fhsst.org/lal
Figure 14.60
27
Click here for the solution
27 http://www.fhsst.org/la3
^ ^
A = E
^ ^
B = F
(14.5)
^ ^
C = G
^ ^
D = H
Step 4. We rst need to see which sides correspond. The rectangles have two equal long sides and two equal
short sides. We need to compare the ratio of the long side lengths of the two dierent rectangles as
well as the ratio of the short side lenghts.
Long sides, large rectangle values over small rectangle values:
Ratio = 2L
L
(14.6)
= 2
Short sides, large rectangle values over small rectangle values:
Ratio = L
1
2L
= 1
1 (14.7)
2
= 2
The ratios of the corresponding sides are equal, 2 in this case.
Step 5. Since corresponding angles are equal and the ratios of the corresponding sides are equal the polygons
ABCD and EFGH are similar.
AB BC CD DE EA
= = = = (14.8)
GH HJ JK KL LG
and
^ ^
A = G
^ ^
B = H
^ ^
C = J (14.9)
^ ^
D = K
^ ^
E = L
Step 2. We are required to determine the
a. a, b, c and d, and
b. e, f and g .
The corresponding angles are equal, so no calculation is needed. We are given one pair of sides DC
and KJ that correspond. DC
KJ = 4,5
3 = 1, 5 so we know that all sides of KJHGL are 1,5 times smaller
than ABCDE .
Step 4.
a
2 = 1, 5 ∴ a = 2 × 1, 5 = 3
b
1,5 = 1, 5 ∴ b = 1, 5 × 1, 5 = 2, 25
(14.10)
6
c = 1, 5 ∴ c = 6 ÷ 1, 5 = 4
d= 3
1,5 ∴ d=2
Step 5.
e = 92◦ (corresponds to H)
f = 120◦ (corresponds to D) (14.11)
g = 40◦ (corresponds to E)
Step 6.
a = 3
b = 2, 25
c = 4
d = 2 (14.12)
e = 92 ◦
f = 120◦
g = 40◦
Figure 14.61
Step 2. Given: AB k CD and AD k BC . We need to prove A=C and B = D. In the formal language of
^ ^ ^ ^
maths we say that we are required to prove (RTP) BAD=BCA and A B C = A D C.
Step 3.
^ ^
BAC = ACD (corresponding angles)
^ ^
DAC = BCA (corresponding angles) (14.13)
^ ^
BAD = BCA
Similarly we nd that:
^ ^
ABC=ADC (14.14)
Step 2.
=
BC (given)
∴ [U+25B5]ADW
=
[U+25B5]CBY (AAS)
∴ DW
=
BY
=
AB (given)
∴ [U+25B5]ABX
≡
[U+25B5]CDZ (AAS)
∴ AX
=
CZ
^ ^
AM X = P M N (vert. opp. ∠'s)
^ ^
COZ = N O P (vert. opp. ∠'s) (14.18)
^ ^
∴ P MN = NOP
^ ^
DP W = M P O (vert. opp. ∠'s)
^ ^
BNY = O N M (vert. opp. ∠'s) (14.20)
^ ^
∴ MP O = ONM
∴ MNOP is a parallelogram (both pairs opp. ∠'s =, and therefore both pairs opp. sides parallel too)
BE
2
= AB
2
− AE2
BE
2
= 52 − 32
(14.21)
BE
2
= 16
BE = 4
Step 2. We apply the formula for the area of a parallelogram to nd the area:
Area = h×b
= 4×7 (14.22)
= 28
S.A. = 2 [2 (L × b) + (b × h)]
= 2 [2 (3 × 4) + (3 × 4)] (14.23)
= 72 cm 2
Step 2. To nd the volume of the prism, we nd the area of the base and multiply it by the height:
V = l2 × h
= 32 × 4
(14.24)
= 36 cm 3
L' = x×L
b' = x×b (14.25)
h' = x×h
The new volume will then be given by:
Step 3. a. We found above that the new volume is given by: V ' = x3 × V Since x > 1, the volume of the
3
prism will be increased by a factor of x . The surface area of the rescaled prism was given by:
A' = x2 × A Again, since x > 1, the surface area will be increased by a factor of x2 . Surface areas
which are two dimensional increase with the square of the factor while volumes, which are three
dimensional, increase with the cube of the factor.
b. The answer here is based on the same ideas as above. In analogy, since here 0 < x < 1, the
volume will be reduced by a factor of x3 and the surface area will be decreased by a factor of x2
Solution to Exercise 14.8 (p. 230)
Step 1.
Figure 14.62
Available for free at Connexions <http://cnx.org/content/col11326/1.1>
263
Step 2. The cone has two faces: the base and the walls. The base is a circle of radius r and the walls can be
opened out to a sector of a circle.
Figure 14.63
Available for free at Connexions <http://cnx.org/content/col11326/1.1>
265
This curved surface can be cut into many thin triangles with height close to a (a is called theslant
height). The area of these triangles will add up to
1
2 × base×height(of a small triangle) which is
1
2 × 2πr × a = πra
Step 3. a can be calculated by using the Theorem of Pythagoras. Therefore:
p
a= r2 + h2 (14.28)
Step 4.
Ab = πr2 (14.29)
Step 5.
Aw = πra
√ (14.30)
= πr r2 + h2
Step 6.
A = Ab + Aw
√ (14.31)
= πr + πr r2 + h2
2
1
V = A · h, (14.32)
3
where A is the area of the base and h is the height of the pyramid. For a square base this means
1
V = a·a·h (14.33)
3
where a is the length of the side of the square base.
Step 2.
= 1
3 ·2·2·3
= 1
3 · 12 (14.34)
= 4cm3
V = 1
2 bh
2
= 2 2042
1 2 (14.35)
= 17640
V = 1
6 bh
2
= 6 2042
1 2 (14.36)
= 5880
Step 3. We note that we can simply add the volumes of each of the two shapes. So we obtain: 17640 + 5880 =
23520. This is the answer to part a.
Step 4. We note that we have four triangles that make up the pyramid. So the area of each face is simply:
Area = 1
2 bh
= 2 2042
1 (14.37)
= 420
= 1120
Step 7. To nd the total surface area, we must subtract the area of one face of the pyramid from the area of
the prism. We must also subtract the area of one of the triangular faces of the prism. Doing this gives
the total surface area as: 1120 − 420 + 1680 − 420 = 1960 This is the answer to part c.
Trigonometry 1
15.1 Introduction
In geometry we learn about how the sides of polygons relate to the angles in the polygons, but we have
not learned how to calculate an angle if we only know the lengths of the sides. Trigonometry (pronounced:
trig-oh-nom-eh-tree) deals with the relationship between the angles and the sides of a right-angled triangle.
We will learn about trigonometric functions, which form the basis of trigonometry.
1. Cultures
a. Ancient Egyptians
b. Mesopotamians
c. Ancient Indians of the Indus Valley
2. People
note: You should be familiar with the idea of measuring angles from geometry but have you ever
stopped to think why there are 360 degrees in a circle? The reason is purely historical. There are
360 degrees in a circle because the ancient Babylonians had a number system with base 60. A base
is the number at which you add another digit when you count. The number system that we use
everyday is called the decimal system (the base is 10), but computers use the binary system (the
base is 2). 360 = 6 × 60 so for them it made sense to have 360 degrees in a circle.
267
268 CHAPTER 15. TRIGONOMETRY
[U+25B5]ABC|||[U+25B5]DEF (15.1)
Figure 15.1
Then, it is possible to deduce ratios between corresponding sides of the two triangles, such as the following:
AB
BC = DE
EF
AB
AC = DE
DF
(15.2)
AC
BC = DF
EF
AB
DE = BC
EF = AC
DF
The most important fact about similar triangles ABC and DEF is that the angle at vertex A is equal to
the angle at vertex D, the angle at B is equal to the angle at E, and the angle at C is equal to the angle at
F.
∠A = ∠D
∠B = ∠E (15.3)
∠C = ∠F
Figure 15.2
BC = AC = AC =
AB AB CB
Table 15.1
What observations can you make about the ratios of the sides?
These equal ratios are used to dene the trigonometric functions.
Note: In algebra, we often use the letter x for our unknown variable (although we can use any other
letter too, such as a, b, k , etc). In trigonometry, we often use the Greek symbol θ for an unknown angle (we
also use α,β,γ etc).
1. sine
2. cosine
3. tangent
1. sin
2. cos
3. tan
These functions can be dened from a right-angled triangle, a triangle where one internal angle is 90 ◦ .
Consider a right-angled triangle.
Figure 15.3
In the right-angled triangle, we refer to the lengths of the three sides according to how they are placed
in relation to the angle θ. The side opposite to the right angle is labeled the hypotenuse, the side opposite
θ is labeled opposite, the side next to θ is labeled adjacent. Note that the choice of non-90 degree internal
angle is arbitrary. You can choose either internal angle and then dene the adjacent and opposite sides
accordingly. However, the hypotenuse remains the same regardless of which internal angle you are referring
to (because it is ALWAYS opposite the right angle and ALWAYS the longest side).
We dene the trigonometric functions, also known as trigonometric identities, as:
sinθ = opposite
hypotenuse
cosθ = adjacent
hypotenuse
(15.5)
tanθ = opposite
adjacent
These functions relate the lengths of the sides of a right-angled triangle to its interior angles.
note: The trig ratios are independent of the lengths of the sides of a triangle and depend only on
the angles, this is why we can consider them to be functions of the angles.
One way of remembering the denitions is to use the following mnemonic that is perhaps easier to remember:
Table 15.2
You may also hear people saying Soh Cah Toa. This is just another way to remember the trig functions.
tip: The denitions of opposite, adjacent and hypotenuse are only applicable when you are working
with right-angled triangles! Always check to make sure your triangle has a right-angle before you
use them, otherwise you will get the wrong answer. We will nd ways of using our knowledge of
right-angled triangles to deal with the trigonometry of non right-angled triangles in Grade 11.
Figure 15.4
2. Complete each of the following, the rst has been done for you
Figure 15.5
^
a sin A = opposite
hypotenuse = CB
AC
^
b cos A = (15.6)
^
c tan A =
^
d sin C =
^
e cos C = (15.7)
^
f tan C =
Figure 15.6
sin60 =
cos30 = (15.8)
tan60 =
Figure 15.7
sin45 =
cos45 = (15.9)
tan45 =
For most angles θ, it is very dicult to calculate the values of sinθ, cosθ and tanθ. One usually needs to use
a calculator to do so. However, we saw in the above Activity that we could work these values out for some
special angles. Some of these angles are listed in the table below, along with the values of the trigonometric
functions at these angles. Remember that the lengths of the sides of a right angled triangle must obey
Pythagoras' theorem. The square of the hypotenuse (side opposite the 90 degree angle) equals the sum of
the squares of the two other sides.
Table 15.3
These values are useful when asked to solve a problem involving trig functions without using a calculator.
Each of the trigonometric functions has a reciprocal that has a special name. The three reciprocals are
cosecant (or cosec), secant (or sec) and cotangent (or cot). These reciprocals are given below:
cosecθ = 1
sinθ
secθ = 1
cosθ
(15.10)
cotθ = 1
tanθ
We can also dene these reciprocals for any right angled triangle:
cosecθ = hypotenuse
opposite
secθ = hypotenuse
adjacent
(15.11)
cotθ = adjacent
opposite
Figure 15.8
Figure 15.9
In the previous example we used tan−1 . This is simply the inverse of the tan function. Sin and cos also have
inverses. All this means is that we want to nd the angle that makes the expression true and so we must
move the tan (or sin or cos) to the other side of the equals sign and leave the angle where it is. Sometimes the
reciprocal trigonometric functions are also referred to as the 'inverse trigonometric functions'. You should
note, however that tan−1 and cot are denitely NOT the same thing.
The following videos provide a summary of what you have learnt so far.
Trigonometry - 1
This media object is a Flash object. Please view or download it at
<http://www.youtube.com/v/F21S9Wpi0y8&rel=0>
Figure 15.10
Figure 15.11
Figure 15.12
Figure 15.13
2
Click here for the solution.
2 http://www.fhsst.org/lc1
Figure 15.14
You should nd the angle A is 63, 43◦ . For angle B, you rst work out x (33, 69 ) and then B is
◦
functions to nd angle B! (Try it for yourself and conrm that you get the same answer as before.) One
nal point to note is that when we go anti-clockwise around the Cartesian plane the angles are positive and
when we go clockwise around the Cartesian plane, the angles are negative.
So we get the following denitions for the trig functions:
sinθ = x
r
cosθ = y
r
(15.12)
tanθ = y
x
But what if the x- or y-co-ordinate is negative? Do we ignore that, or is there some way to take that into
account? The answer is that we do not ignore it. The sign in front of the x- or y-co-ordinate tells us whether
or not sin, cos and tan are positive or negative. We divide the Cartesian plane into quadrants and then we
can use Figure 15.15 to tell us whether the trig function is positive or negative. This diagram is known as
the CAST diagram.
Figure 15.15
We can also extend the denitions of the reciprocals in the same way:
cosecθ = r
x
secθ = r
y
(15.13)
cotθ = x
y
Figure 15.16
note: You should observe that in the worked example above, the angle α is simply the angle that
line OS makes with the x-axis. So if you are asked to nd out what angle a line makes with the x-
or y-axes, then you can use trigonometry!
note: The CAST diagram can be generalized to a very powerful tool for solving trigonometric
functions by hand (that is, without a calculator) called the unit circle. You may or may not touch
on this in Grade 11 or 12.
note: It is important to note that in general 2sinθ 6= sin (2θ). In other words doubling (or
multiplying by 2) has a dierent eect from doubling the angle.
aside: In grade 11 and 12, you will learn more about solving trig equations.
One simple task is to nd the height of a building by using trigonometry. We could just use a tape measure
lowered from the roof, but this is impractical (and dangerous) for tall buildings. It is much more sensible to
measure a distance along the ground and use trigonometry to nd the height of the building.
Figure 15.17 shows a building whose height we do not know. We have walked 100 m away from the
building and measured the angle from the ground up to the top of the building. This angle is found to be
38, 7◦ . We call this angle the angle of elevation. As you can see from Figure 15.17, we now have a right-angled
triangle. As we know the length of one side and an angle, we can calculate the height of the triangle, which
is the height of the building we are trying to nd.
If we examine the gure, we see that we have the opposite and the adjacent of the angle of elevation and
we can write:
tan38, 7◦ = opposite
adjacent
= height
100 m
(15.14)
height = 100 m × tan38, 7◦
= 80 m
Figure 15.18
Figure 15.19
Figure 15.20
3 http://www.fhsst.org/lcY
4 http://www.fhsst.org/lcr
◦ ◦ ◦ ◦ ◦ ◦
θ 0 30 60 90 120 150
sinθ
◦ ◦ ◦ ◦ ◦ ◦ ◦
θ 180 210 240 270 300 330 360
sinθ
Figure 15.21
Table 15.4
Table 15.5
As you can see, the function sinθ has a value of 0 at θ = 0◦ . Its value then smoothly increases until
θ = 90 ◦
when its value is 1. We also know that it later decreases to 0 when θ = 180◦ . Putting all this
together we can start to picture the full extent of the sine graph. The sine graph is shown in Figure 15.22.
Notice the wave shape, with each wave having a length of 360◦ . We say the graph has a period of 360◦ . The
height of the wave above (or below) the x-axis is called the wave's amplitude. Thus the maximum amplitude
of the sine-wave is 1, and its minimum amplitude is -1.
a. a (θ) = sinθ − 2
b. b (θ) = sinθ − 1
c. c (θ) = sinθ
d. d (θ) = sinθ + 1
e. e (θ) = sinθ + 2
Use your results to deduce the eect of q.
2. On the same set of axes, plot the following graphs:
a. f (θ) = −2 · sinθ
b. g (θ) = −1 · sinθ
c. h (θ) = 0 · sinθ
d. j (θ) = 1 · sinθ
e. k (θ) = 2 · sinθ
Use your results to deduce the eect of a.
You should have found that the value of a aects the height of the peaks of the graph. As the magnitude of
a increases, the peaks get higher. As it decreases, the peaks get lower.
q is called the vertical shift. If q = 2, then the whole sine graph shifts up 2 units. If q = −1, the whole
sine graph shifts down 1 unit.
These dierent properties are summarised in Table 15.6.
a>0
q>0
Figure 15.24
q<0
Figure 15.26
Table 15.6: Table summarising general shapes and positions of graphs of functions of the form
y = asin (x) + q .
−1 ≤ sinθ ≤ 1
−a ≤ asinθ ≤ a
(15.15)
−a + q ≤ asinθ + q ≤ a+q
−a + q ≤ f (θ) ≤ a+q
This tells us that for all values of θ, f (θ) is always between −a + q and a + q . Therefore if a > 0, the range
of f (θ) = asinθ + q {f (θ) : f (θ) ∈ [−a + q, a + q]}.
is
Similarly, it can be shown that if a < 0, the range of f (θ) = asinθ + q is {f (θ) : f (θ) ∈ [a + q, −a + q]}.
This is left as an exercise.
tip: The easiest way to nd the range is simply to look for the "bottom" and the "top" of the
graph.
15.9.2.3 Intercepts
The y -intercept, yint , of f (θ) = asin (x) + q is simply the value of f (θ) at θ = 0◦ .
yint = f (0◦ )
= asin (0◦ ) + q
(15.16)
= a (0) + q
= q
◦ ◦ ◦ ◦ ◦ ◦
θ 0 30 60 90 120 150
cosθ
◦ ◦ ◦ ◦ ◦ ◦ ◦
θ 180 210 240 270 300 330 360
cosθ
Figure 15.28
Table 15.7
If you look carefully, you will notice that the cosine of an angle θ is the same as the sine of the angle
90◦ − θ. Take for example,
1
cos60◦ = = sin30◦ = sin (90◦ − 60◦ ) (15.17)
2
Available for free at Connexions <http://cnx.org/content/col11326/1.1>
287
This tells us that in order to create the cosine graph, all we need to do is to shift the sine graph 90◦ to the
left. The graph of cosθ is shown in Figure 15.29. As the cosine graph is simply a shifted sine graph, it will
have the same period and amplitude as the sine graph.
a. a (θ) = cosθ − 2
b. b (θ) = cosθ − 1
c. c (θ) = cosθ
d. d (θ) = cosθ + 1
e. e (θ) = cosθ + 2
Use your results to deduce the eect of q.
2. On the same set of axes, plot the following graphs:
a. f (θ) = −2 · cosθ
b. g (θ) = −1 · cosθ
c. h (θ) = 0 · cosθ
d. j (θ) = 1 · cosθ
e. k (θ) = 2 · cosθ
You should have found that the value of a aects the amplitude of the cosine graph in the same way it did
for the sine graph.
You should have also found that the value of q shifts the cosine graph in the same way as it did the sine
graph.
These dierent properties are summarised in Table 15.9.
a>0
q>0
Figure 15.31
q<0
Figure 15.33
Table 15.9: Table summarising general shapes and positions of graphs of functions of the form
y = acos (x) + q .
15.9.4.3 Intercepts
The y -intercept of f (θ) = acos (x) + q is calculated in the same way as for sine.
yint = f (0◦ )
= acos (0◦ ) + q
(15.18)
= a (1) + q
= a+q
Figure 15.35: The graph of cosθ (solid-line) and the graph of sinθ (dashed-line).
Notice that the two graphs look very similar. Both oscillate up and down around the x-axis as you move
along the axis. The distances between the peaks of the two graphs is the same and is constant along each
graph. The height of the peaks and the depths of the troughs are the same.
◦
The only dierence is that the sin graph is shifted a little to the right of the cos graph by 90 . That
means that if you shift the whole cos graph to the right by 90 ◦ it will
overlap perfectly with the sin graph.
You could also move the sin graph by 90 ◦ to the left and it would overlap perfectly with the cos graph. This
means that:
◦ ◦ ◦ ◦ ◦ ◦
θ 0 30 60 90 120 150
tanθ
◦ ◦ ◦ ◦ ◦ ◦ ◦
θ 180 210 240 270 300 330 360
tanθ
Figure 15.36
Table 15.10
Table 15.11
Now that we have graphs for sinθ and cosθ, there is an easy way to visualise the tangent graph. Let us
look back at our denitions of sinθ and cosθ for a right-angled triangle.
opposite
sinθ hypotenuse opposite
= = = tanθ (15.20)
cosθ adjacent
hypotenuse
adjacent
This is the rst of an important set of equations called trigonometric identities. An identity is an equation,
which holds true for any value which is put into it. In this case we have shown that
sinθ
tanθ = (15.21)
cosθ
for any value of θ.
So we know that for values of θ for which sinθ = 0, we must also have tanθ = 0. Also, if cosθ = 0 our
value of tanθ is undened as we cannot divide by 0. The graph is shown in Figure 15.37. The dashed vertical
lines are at the values of θ where tanθ is not dened.
a. a (θ) = tanθ − 2
b. b (θ) = tanθ − 1
c. c (θ) = tanθ
d. d (θ) = tanθ + 1
e. e (θ) = tanθ + 2
Use your results to deduce the eect of q.
2. On the same set of axes, plot the following graphs:
a. f (θ) = −2 · tanθ
b. g (θ) = −1 · tanθ
c. h (θ) = 0 · tanθ
d. j (θ) = 1 · tanθ
e. k (θ) = 2 · tanθ
Use your results to deduce the eect of a.
You should have found that the value of a aects the steepness of each of the branches. The larger the
absolute magnitude of a, the quicker the branches approach their asymptotes, the values where they are not
dened. Negative a values switch the direction of the branches. You should have also found that the value
of q aects the vertical shift as for sinθ and cosθ. These dierent properties are summarised in Table 15.12.
a>0
q>0
Figure 15.39
q<0
Figure 15.41
Table 15.12: Table summarising general shapes and positions of graphs of functions of the form
y = atan (x) + q .
15.9.7.3 Intercepts
The y -intercept, yint , of f (θ) = atan (x) + q is again simply the value of f (θ) at θ = 0◦ .
yint = f (0◦ )
= atan (0◦ ) + q
(15.22)
= a (0) + q
= q
15.9.7.4 Asymptotes
As θ 90◦ , tanθ approaches innity. But as θ is undened at 90◦ , θ can only approach 90◦ , but
approaches
never equal it. Thus the tanθ curve gets closer and closer to the line θ = 90 , without ever touching it.
◦
Thus the line θ = 90 is an asymptote of tanθ . tanθ also has asymptotes at θ = 90 + 180 n, where n is an
◦ ◦ ◦
integer.
Figure 15.43
5 http://www.fhsst.org/la8
Figure 15.44
Figure 15.45
6
Click here for the solution.
The following presentation summarises what you have learnt in this chapter.
Figure 15.46
15.10 Summary
• We can dene three trigonometric functions for right angled triangles: sine (sin), cosine (cos) and
tangent (tan).
• Each of these functions have a reciprocal: cosecant (cosec), secant (sec) and cotangent (cot).
• We can use the principles of solving equations and the trigonometric functions to help us solve simple
trigonometric equations.
• We can solve problems in two dimensions that involve right angled triangles.
• For some special angles, we can easily nd the values of sin, cos and tan.
• We can extend the denitions of the trigonometric functions to any angle.
• Trigonometry is used to help us solve problems in 2-dimensions, such as nding the height of a building.
• We can draw graphs for sin, cos and tan
6 http://www.fhsst.org/la0
Figure 15.47
7
Click here for the solution.
^
2. In the triangle P QR, P R = 20 cm, QR = 22 cm and P R Q = 30◦ . The perpendicular line from P to
QR intersects QR at X . Calculate
a. the length XR,
b. the length P X, and
^
c. the angle QP X
8
Click here for the solution.
3. A ladder of length 15 m is resting against a wall, the base of the ladder is 5 m from the wall. Find the
angle between the wall and the ladder?
9
Click here for the solution.
4. A ladder of length 25 m is resting against a wall, the ladder makes an angle 37◦ to the wall. Find the
distance between the wall and the base of the ladder?
10
Click here for the solution.
^
5. In the following triangle nd the angle ABC
7 http://www.fhsst.org/la9
8 http://www.fhsst.org/laX
9 http://www.fhsst.org/laI
10 http://www.fhsst.org/la5
Figure 15.48
11
Click here for the solution.
6. In the following triangle nd the length of side CD
Figure 15.49
12
Click here for the solution.
7. A (5; 0) and B (11; 4). Find the angle between the line through A and B and the x-axis.
13
Click here for the solution.
8. C (0; −13) and D (−12; 14). Find the angle between the line through C and D and the y-axis.
14
Click here for the solution.
9. A 5m ladder is placed 2m from the wall. What is the angle the ladder makes with the wall?
15
Click here for the solution.
11 http://www.fhsst.org/laN
12 http://www.fhsst.org/laR
13 http://www.fhsst.org/lan
14 http://www.fhsst.org/laQ
15 http://www.fhsst.org/laU
^
10. Given the points: E(5;0), F(6;2) and G(8;-2), nd angle F E G.
16
Click here for the solution.
11. An isosceles triangle has sides 9 cm, 9 cm and 2 cm. Find the size of the smallest angle of the triangle.
17
Click here for the solution.
12. A right-angled triangle has hypotenuse 13 mm. Find the length of the other two sides if one of the
angles of the triangle is 50◦ .
18
Click here for the solution.
13. One of the angles of a rhombus ( rhombus - A four-sided polygon, each of whose sides is of equal
length) with perimeter 20 cm is 30◦ .
a. Find the sides of the rhombus.
b. Find the length of both diagonals.
19
Click here for the solution.
14. Captain Hook was sailing towards a lighthouse with a height of 10 m.
a. If the top of the lighthouse is 30 m away, what is the angle of elevation of the boat to the nearest
integer?
b. If the boat moves another 7m towards the lighthouse, what is the new angle of elevation of the
boat to the nearest integer?
20
Click here for the solution.
15. (Tricky) A triangle with angles 40◦ , 40◦ and 100◦ has a perimeter of 20 cm. Find the length of each
side of the triangle.
21
Click here for the solution.
16 http://www.fhsst.org/lap
17 http://www.fhsst.org/laV
18 http://www.fhsst.org/laP
19 http://www.fhsst.org/laE
20 http://www.fhsst.org/lam
21 http://www.fhsst.org/lay
⇒ x = 76.6m (15.25)
θ = 26.6◦ (15.28)
Figure 15.50
Step 2. We will use triangle ABE and triangle BEC to get the two angles, and then we will add these two
angles together to nd the angle we want.
Step 3. We use sin for both triangles since we have the hypotenuse and the opposite side.
Step 4. In triangle ABE we nd:
^
sin A B E = opp
hyp
^
sin A B E = 3
4
(15.29)
^
= sin−1 3
ABE 4
^
ABE = 48, 59 ◦
^
sin C B E = opp
hyp
^
sin C B E = 4,4
5
(15.30)
^
= sin −1 4,4
ABE 5
^
CBE = 61, 64◦
Step 5. We add the two angles together to get: 48, 59◦ + 61, 64◦ = 110, 23◦
tan (β) = y
x
tan (β) = −3
−1
(15.31)
β = tan −1
(3)
β = 71, 57◦
Step 3. We use tan to calculate α, since we are only given x and y. We also note that we are in the fourth
quadrant, where tan is positive.
tan (α) = y
x
tan (α) = −3
3
(15.32)
α = tan −1
(−1)
α = −45◦
Step 4. Angle α is −45◦ and angle β is 71, 57◦
Solution to Exercise 15.5 (p. 280)
Step 1.
^
tan C B D = CD
BD
^ (15.34)
⇒ CD = BD × tan C B D
= 100 × tan34◦
Use your calculator to nd that tan34◦ = 0, 6745. Using this, we nd that CD = 67, 45m
Step 3.
^
tan D B E = DE
BD
^
⇒ DE = BD × tan D B E (15.35)
= 100 × tan62◦
= 188, 07 m
Step 4. We have that the height of the tower CE = CD + DE = 67, 45 m + 188, 07 m = 255.5 m.
Solution to Exercise 15.7 (p. 281)
Step 1. We already know the distance between Cape Town and A in blocks from the given map (it is 5 blocks).
Thus if we work out how many kilometers this same distance is, we can calculate how many kilometers
each block represents, and thus we have the scale of the map.
Step 2. Let us denote Cape Town with C and Pretoria with P. We can see that triangle AP C is a right-angled
triangle. Furthermore, we see that the distance AC and distance AP are both 5 blocks. Thus it is an
^ ^
isoceles triangle, and so A C P = A P C = 45◦ .
Step 3.
^
CA = CP × cos A C P
(15.36)
= 1000 × cos (45◦ )
= 1000
√
2
km
5 blocks = 1000
√ km
2 (15.37)
⇒ 1 block = 200
√ km
2
^
AC = BC × sin A B C
= 5 × sin5◦ (15.38)
= 5 × 0, 0871
= 0.4358 m
Thus we have that the height of the wall BD = 4 m − 0.4358 m = 3.56 m.
Analytical geometry 1
16.1 Introduction
Analytical geometry, also called co-ordinate geometry and earlier referred to as Cartesian geometry, is the
study of geometry using the principles of algebra, and the Cartesian co-ordinate system. It is concerned with
dening geometrical shapes in a numerical way, and extracting numerical information from that representa-
tion. Some consider that the introduction of analytic geometry was the beginning of modern mathematics.
303
304 CHAPTER 16. ANALYTICAL GEOMETRY
To represent any gure on the Cartesian plane, you place a dot at each given co-ordinate and then connect
these points with straight lines. One point to note is in naming a gure. In the above example, we called
the quadrilateral ABCD. This tells us that we move from point A, to point B, to point C, to point D and
then back to point A again. So when you are asked to draw a gure on the Cartesian plane, you will follow
this naming scheme. If you had the same points, and called it, for example, ACBD you would not get a
quadrilateral but a pair of triangles instead. This is important. Sometimes you may be given only some of
the points and you will then be required to nd the other points using the work covered in the rest of this
chapter.
Figure 16.2
In the gure, it can be seen that the length of the line P R is 3 units and the length of the line QR is
four units. However, the [U+25B5]P QR, has a right angle at R. Therefore, the length of the side P Q can
be obtained by using the Theorem of Pythagoras:
P Q2 = P R2 + QR2
∴ P Q2 = 3 2 + 42 (16.1)
√
∴ PQ = 32 + 42 = 5
The length of PQ is the distance between the points P and Q.
In order to generalise the idea, assume A is any point with co-ordinates (x1 ; y1 ) and B is any other point
with co-ordinates (x2 ; y2 ).
Figure 16.3
The formula for calculating the distance between two points is derived as follows. The distance between
the points A and B is the length of the line AB . According to the Theorem of Pythagoras, the length of
AB is given by:
p
AB = AC 2 + BC 2 (16.2)
However,
BC = y2 − y1
(16.3)
AC = x2 − x1
Therefore,
√
AB = AC 2 + BC 2
q (16.4)
2 2
= (x1 − x2 ) + (y1 − y2 )
Therefore, for any two points,
q (x1 ; y1 ) and (x2 ; y2 ), the formula is:
2 2
Distance = (x1 − x2 ) + (y1 − y2 )
Using the formula, distance between the points P and Q with co-ordinates (2;1) and (-2;-2) is then found
as follows. Let the co-ordinates of point P be (x1 ; y1 ) and the co-ordinates of point Q be (x2 ; y2 ). Then the
distance is:
q
2 2
Distance = (x1 − x2 ) + (y1 − y2 )
q
2 2
= (2 − (−2)) + (1 − (−2))
q
2 2
= (2 + 2) + (1 + 2)
(16.5)
√
= 16 + 9
√
= 25
= 5
The following video provides a summary of the distance formula.
Figure 16.4
Figure 16.5
The gradient of a line is dened as the ratio of the vertical distance to the horizontal distance. This can
be understood by looking at the line as the hypotenuse of a right-angled triangle. Then the gradient is the
ratio of the length of the vertical side of the triangle to the horizontal side of the triangle. Consider a line
between a point A with co-ordinates (x1 ; y1 ) and a point B with co-ordinates (x2 ; y2 ).
Figure 16.6
Figure 16.7
For example the gradient of the line between the points P and Q, with co-ordinates (2;1) and (-2;-2)
(Figure 16.2) is:
y2 −y1
Gradient = x2 −x1
= −2−1
−2−2
(16.6)
= −3
−4
= 3
4
Gradient of a line
This media object is a Flash object. Please view or download it at
<http://www.youtube.com/v/R948Tsyq4vA&rel=0>
Figure 16.8
Figure 16.9
X = x1 +x2
2
Y = y1 +y2
2
(16.7)
; 2
x1 +x2 y1 +y2
∴ S 2
Then the co-ordinates of the midpoint (S ) of the line between point P with co-ordinates (2; 1) and point Q
with co-ordinates (−2; −2) is:
X = x1 +x2
2
= −2+2
2
= 0
Y = y1 +y2
2
(16.8)
= −2+1
2
= − 12
∴ S is at 0; − 21
It can be conrmed that the distance from each end point to the midpoint is equal. The co-ordinate of the
q
2 2
QS = (x1 − x2 ) + (y1 − y2 )
q
2 2
= (0 − (−2)) + (−0.5 − (−2))
2 2
= (0 + 2) + (−0.5 + 2)
p
p 2 (16.10)
2
= (2) + (−1.5)
√
= 4 + 2.25
√
= 6.25
It can be seen that P S = QS as expected.
Figure 16.10
Figure 16.11
16.5.1 Summary
• Figures can be represented on the Cartesian plane
• The formula for nding the distance between two points is:
q
2 2
Distance = (x1 − x2 ) + (y1 − y2 ) (16.11)
y2 − y1
Gradient = (16.12)
x2 − x1
• The formula for nding the midpoint between two points is:
x1 + x2 y1 + y2
S ; (16.13)
2 2
• If two lines are parallel then they will have the same gradient, i.e. mAB = mCD . If two lines are
perpendicular than we have: − m1AB = mCD
2 http://www.fhsst.org/lgv
Figure 16.12
3
Click here for the solution
3. A quadrialteral ABCD with vertices A(3;2), B(1;7), C(4;5) and D(1;3) is given.
a. Show that:
3 http://www.fhsst.org/liZ
4 http://www.fhsst.org/liB
i. AD = BC
ii. AB k DC
a. Show that:
i. SR = 2PQ
ii. SR k PQ
b. Calculate:
i. PS
ii. QR
5 http://www.fhsst.org/lac
6 http://www.fhsst.org/lax
7 http://www.fhsst.org/laa
8 http://www.fhsst.org/laY
9 http://www.fhsst.org/lag
10 http://www.fhsst.org/la4
Figure 16.13
11
Click here for the solution
11 http://www.fhsst.org/l4o
Statistics 1
17.1 Introduction
Information in the form of numbers, graphs and tables is all around us; on television, on the radio or in the
newspaper. We are exposed to crime rates, sports results, rainfall, government spending, rate of HIV/AIDS
infection, population growth and economic growth.
This chapter demonstrates how Mathematics can be used to manipulate data, to represent or misrepresent
trends and patterns and to provide solutions that are directly applicable to the world around us.
Skills relating to the collection, organisation, display, analysis and interpretation of information that were
introduced in earlier grades are developed further.
Data can be classied as primary or secondary, and primary or secondary data can be classied as
qualitative or quantitative. Figure 17.1 summarises the classications of data.
319
320 CHAPTER 17. STATISTICS
data
primary secondary
qualitative quantitative
Primary data: describes the original data that have been collected. This type of data is also known as
raw data. Often the primary data set is very large and is therefore summarised or processed to extract
meaningful information.
Qualitative data: is information that cannot be written as numbers, for example, if you were collecting
data from people on how they feel or what their favourite colour is.
Quantitative data: is information that can be written as numbers, for example, if you were collecting data
from people on their height or weight.
Secondary data: is primary data that has been summarised or processed, for example, the set of colours
that people gave as favourite colours would be secondary data because it is a summary of responses.
Transforming primary data into secondary data through analysis, grouping or organisation into secondary
data is the process of generating information.
• A town councillor might want to know how many accidents have occurred at a particular intersection,
to decide whether a robot should be installed. The councillor would visit the local police station to
research their records to collect the appropriate data.
• A supermarket manager might ask the question: What avours of soft drink should be stocked in my
supermarket?" The question asked of customers might be What is your favourite soft drink? Based
on the customers' responses (i.e. the number of customers who liked soft drink A), the manager can
make an informed decision as to what soft drinks to stock.
However, it is important to note that dierent questions reveal dierent features of a situation, and that this
aects the ability to understand the situation. For example, if the rst question in the list was re-phrased
to be: "Does your home have electricity?" then if you answered yes, but you were getting your electricity
from a neighbour, then this would give the wrong impression that you did not need an independent supply
of electricity.
The most important aspect of each method of data collecting is to clearly formulate the question that is to
be answered. The details of the data collection should therefore be structured to take your question into
account.
For example, questionnaires, interviews or surveys would be most appropriate for the list of questions in
"Purpose of Collecting Primary Data" (Section 17.2.1.2: Purpose of Collecting Primary Data).
Population: describes the entire group under consideration in a study. For example, if you wanted to
know how many learners in your school got the u each winter, then your population would be all the
learners in your school.
Sample: describes a group chosen to represent the population under consideration in a study. For example,
for the survey on winter u, you might select a sample of learners, maybe one from each class.
Random sample: describes a sample chosen from a population in such a way that each member of the
population has an equal chance of being chosen.
Population Sample
Figure 17.2
Choosing a representative sample is crucial to obtaining results that are unbiased. For example, if we
wanted to determine whether peer pressure aects the decision to start smoking, then the results would be
dierent if only boys were interviewed, compared to if only girls were interviewed, compared to both boys
and girls being interviewed.
Therefore questions like: "How many interviews are needed?" and "How do I select the candidates for
the interviews?" must be asked during the design stage of the sampling process.
The most accurate results are obtained if the entire population is sampled for the survey, but this is
expensive and time-consuming. The next best method is to randomly select a sample of subjects for the
interviews. This means that whatever the method used to select subjects for the interviews, each subject has
an equal chance of being selected. There are various methods of doing this for example, names can be picked
out of a hat or can be selected by using a random number generator. Most modern scientic calculators
have a random number generator or you can nd one on a spreadsheet program on a computer.
So, if you had a total population of 1 000 learners in your school and you randomly selected 100, then
that would be the sample that is used to conduct your survey.
H T T H H T H H H H
H H H H T H H T T T
T T H T T H T H T H
H H T T H T T H T T
T H H H T T H T T H
H T T T T H T T H H
T T H T T H T T H T
H T T H T T T T H T
T H T T H H H T H T
T T T H H T T T H T
Table 17.1: Results of 100 tosses of a fair coin. H means that the coin landed heads-up and T means that
3 5 3 6 2 6 6 5 5 6 6 4 2 1 5 3 2 4 5 4
1 4 3 2 6 6 4 6 2 6 5 1 5 1 2 4 4 2 4 4
4 2 6 4 5 4 3 5 5 4 6 1 1 4 6 6 4 5 3 5
2 6 3 2 4 5 3 2 2 6 3 4 3 2 6 4 5 2 1 5
5 4 1 3 1 3 5 1 3 6 5 3 4 3 4 5 1 2 1 2
1 3 2 3 6 3 1 6 3 6 6 1 4 5 2 2 6 3 5 3
1 1 6 4 5 1 6 5 3 2 6 2 3 2 5 6 3 5 5 6
2 6 6 3 5 4 1 4 5 1 4 1 3 4 3 6 2 4 3 6
6 1 1 2 4 5 2 5 3 4 3 4 5 3 3 3 1 1 4 3
5 2 1 4 2 5 2 2 1 5 4 5 1 5 3 2 2 5 1 1
Table 17.3: Masses (in g) of 10 dierent loaves of bread, from the same manufacturer, measured at the
2 http://www.cgd.ucar.edu/stats/Data/Climate/
Table 17.4: Global temperature changes over the past 135 years. There has been a lot of discussion
regarding changing weather patterns and a possible link to pollution and greenhouse gasses.
usually based on some sort of interval of data values, so data values that fall into a specic interval, would
be grouped together. The grouped data is often presented graphically or in a frequency table. (Frequency
means how many times)
142 163 169 132 139 140 152 168 139 150
161 132 162 172 146 152 150 132 157 133
141 170 156 155 169 138 142 160 164 168
Table 17.6
Table 17.7
3
Click here for the solution
2. An experiment was conducted in class and 50 learners were asked to guess the number of sweets in a
jar. The following guesses were recorded.
56 49 40 11 33 33 37 29 30 59
21 16 38 44 38 52 22 24 30 34
42 15 48 33 51 44 33 17 19 44
47 23 27 47 13 25 53 57 28 23
36 35 40 23 45 39 32 58 22 40
Table 17.8
Draw up a grouped frequency table using intervals 11-20, 21-30, 31-40, etc.
4
Click here for the solution
3 http://www.fhsst.org/l4k
4 http://www.fhsst.org/l40
17.5.1.2 Median
Denition 17.3: Median
The median of a set of data is the data value in the central position, when the data set has been
arranged from highest to lowest or from lowest to highest. There are an equal number of data
values on either side of the median value.
tip: An easy way to determine the central position or positions for any ordered data set is to take
the total number of data values, add 1, and then divide by 2. If the number you get is a whole
number, then that is the central position. If the number you get is a fraction, take the two whole
numbers on either side of the fraction, as the positions of the data values that must be averaged to
obtain the median.
17.5.1.3 Mode
Denition 17.4: Mode
The mode is the data value that occurs most often, i.e. it is the most frequent value or most
common value in a set.
Method: Calculating the mode Count how many times each data value occurs. The mode is the
data value that occurs the most.
The mode is calculated from grouped data, or single data items.
Figure 17.3
17.5.2.1 Range
Denition 17.5: Range
The range of a data set is the dierence between the lowest value and the highest value in the set.
17.5.2.2 Quartiles
Denition 17.6: Quartiles
Quartiles are the three data values that divide an ordered data set into four groups containing
equal numbers of data values. The median is the second quartile.
The quartiles of a data set are formed by the two boundaries on either side of the median, which divide
the set into four equal sections. The lowest 25% of the data being found below the rst quartile value, also
called the lower quartile. The median, or second quartile divides the set into two equal sections. The lowest
75% of the data set should be found below the third quartile, also called the upper quartile. For example:
22 24 48 51 60 72 73 75 80 88 90
↓ ↓ ↓
Lower quartile Median Upper quartile
Table 17.9
17.5.2.4 Percentiles
Denition 17.8: Percentiles
Percentiles are the 99 data values that divide a data set into 100 groups.
The calculation of percentiles is identical to the calculation of quartiles, except the aim is to divide the
data values into 100 groups instead of the 4 groups required by quartiles.
Method: Calculating the percentiles
1. Order the data from smallest to largest or from largest to smallest.
2. Count how many data values there are in the data set.
3. Divide the number of data values by 100. The result is the number of data values per group.
4. Determine the data values corresponding to the rst, second and third quartiles using the number of
data values per quartile.
a. Data set 1: 9 12 12 14 16 22 24
b. Data set 2: 7 7 8 11 13 15 16 16
c. Data set 3: 11 15 16 17 19 19 22 24 27
a. the range
b. the lower quartile
c. the interquartile range
d. the semi-interquartile range
e. the median
f. the upper quartile
5
Click here for the solution
2. There is 1 sweet in one jar, and 3 in the second jar. The mean number of sweets in the rst two jars
is 2.
a. If the mean number in the rst three jars is 3, how many are there in the third jar?
b. If the mean number in the rst four jars is 4, how many are there in the fourth jar?
6
Click here for the solution
3. Find a set of ve ages for which the mean age is 5, the modal age is 2 and the median age is 3 years.
7
Click here for the solution
4. Four friends each have some marbles. They work out that the mean number of marbles they have is 10.
One of them leaves. She has 4 marbles. How many marbles do the remaining friends have together?
8
Click here for the solution
5. Jason is working in a computer store. He sells the following number of computers each month: 27; 39;
3; 15; 43; 27; 19; 54; 65; 23; 45; 16 Give a ve number summary and a box and whisker plot of his
sales.
9
Click here for the solution
6. Lisa works as a telesales person. She keeps a record of the number of sales she makes each month. The
data below show how much she sells each month. 49; 12; 22; 35; 2; 45; 60; 48; 19; 1; 43; 12 Give a ve
number summary and a box and whisker plot of her sales.
10
Click here for the solution
7. Rose has worked in a orists shop for nine months. She sold the following number of wedding bouquets:
16; 14; 8; 12; 6; 5; 3; 5; 7
We can apply the concepts of mean, median and mode to data that has been grouped. Grouped data does
not have individual data points, but rather has the data organized into groups or bins. To calculate the
mean we need to add up all the frequencies and divide by the total. We do not know what the actual data
values are, so we approximate by choosing the midpoint of each group. We then multiply those midpoint
numbers by the frequency. Then we add these numbers together to nd the approximate total of the masses.
The modal group is the group with the highest frequency. The median group is the group that contains the
middle terms.
Measures of dispersion can also be found for grouped data. The range is found by subtracting the smallest
number in the lowest bin from the largest number in the highest bin. The quartiles are found in a similar
way to the median.
Exercise 17.10: Mean, Median and Mode for Grouped Data (Solution on p. 347.)
Consider the following grouped data and calculate the mean, the modal group and the median
group.
41 - 45 7
46 - 50 10
51 - 55 15
56 - 60 12
61 - 65 6
Total = 50
Table 17.10
36 - 45 5
46 - 55 11
56 - 65 15
66 - 75 26
76 - 85 19
86 - 95 13
96 - 105 6
Table 17.11
12
Click here for the solution
12 http://www.fhsst.org/l45
41 - 45 3
46 - 50 5
51 - 55 8
56 - 60 12
61 - 65 14
66 - 70 9
71 - 75 7
76 - 80 2
Table 17.12
13
Click here for the solution
13 http://www.fhsst.org/l4N
For example, the following pairs of graphs show identical information but look very dierent. Explain why.
Figure 17.6
2006 2007
Figure 17.7
14
Click here for the solution
2. In a study conducted on a busy highway, data was collected about drivers breaking the speed limit
and the colour of the car they were driving. The data were collected during a 20 minute time interval
during the middle of the day, and are presented in a table and pie chart below.
14 http://www.fhsst.org/l4R
15 http://www.fhsst.org/l4n
50 million copies
40 million copies
Figure 17.8
16
Click here for the solution
4. In an eort to discredit their competition, a tour bus company prints the graph shown below. Their
claim is that the competitor is losing business. Can you think of a better explanation?
2400
2000
Number of tourist passengers
1600
1200
800
400
0
O N D J F M A M J
Months of 2006/2007
Figure 17.9
17
Click here for the solution
5. To test a theory, 8 dierent oces were monitored for noise levels and productivity of the employees
in the oce. The results are graphed below.
16 http://www.fhsst.org/l4Q
17 http://www.fhsst.org/l4U
Productivity
×
×
×
×
×
Noise Level
Figure 17.10
The following statement was then made: If an oce environment is noisy, this leads to poor produc-
tivity. Explain the aws in this thinking.
18
Click here for the solution
· The mean of a data set, x, denoted by x, is the average of the data values, and is calculated as:
sum of values
x= (17.2)
number of values
· The median is the centre data value in a data set that has been ordered from lowest to highest
· The mode is the data value that occurs most often in a data set.
· The range of a data set is the dierence between the lowest value and the highest value in the
set.
· Quartiles are the three data values that divide an ordered data set into four groups containing
equal numbers of data values. The median is the second quartile.
· Percentiles are the 99 data values that divide a data set into 100 groups.
· The inter quartile range is a measure which provides information about the spread of a data set,
and is calculated by subtracting the rst quartile from the third quartile, giving the range of the
middle half of the data set, trimming o the lowest and highest quarters, i.e. Q3 − Q1 . Half of
this value is the semi-interquartile range.
The ve number summary is a way to summarise data. A box and whisker plot is a graphical repre-
sentation of the ve number summary.
Random errors are found in all sets of data and arise from estimating data values. Bias or systematic
error occurs when you consistently under or over estimate data values.
You must always consider the data and the statistics that summarise the data
18 http://cnx.org/content/m38371/latest/ http://www.fhsst.org/l4P
17.10 Exercises
1. Calculate the mean, median, and mode of Data Set 3.
19
Click here for the solution
2. The tallest 7 trees in a park have heights in metres of 41, 60, 47, 42, 44, 42, and 47. Find the median
of their heights.
20
Click here for the solution
3. The students in Bjorn's class have the following ages: 5, 6, 7, 5, 4, 6, 6, 6, 7, 4. Find the mode of their
ages.
21
Click here for the solution
4. An engineering company has designed two dierent types of engines for motorbikes. The two dierent
motorbikes are tested for the time it takes (in seconds) for them to accelerate from 0 km/h to 60
km/h.
Test Test Test Test Test Test Test Test Test Test Average
1 2 3 4 5 6 7 8 9 10
Bike 1.55 1.00 0.92 0.80 1.49 0.71 1.06 0.68 0.87 1.09
1
Bike 0.9 1.0 1.1 1.0 1.0 0.9 0.9 1.0 0.9 1.1
2
Table 17.13
22
Click here for the solution
5. The heights of 40 learners are given below.
154 140 145 159 150 132 149 150 138 152
141 132 169 173 139 161 163 156 157 171
168 166 151 152 132 142 170 162 146 152
142 150 161 138 170 131 145 146 147 160
Table 17.14
23
Click here for the solution
19 http://www.fhsst.org/l4E
20 http://www.fhsst.org/l4m
21 http://www.fhsst.org/l4y
22 http://www.fhsst.org/l4p
23 http://www.fhsst.org/l4d
6. In a trac survey, a random sample of 50 motorists were asked the distance they drove to work daily.
This information is shown in the table below.
Distance in km 1-5 6-10 11-15 16-20 21-25 26-30 31-35 36-40 41-45
Frequency 4 5 9 10 7 8 3 2 2
Table 17.15
24
Click here for the solution
7. A company wanted to evaluate the training programme in its factory. They gave the same task to
trained and untrained employees and timed each one in seconds.
Table 17.16
25
Click here for the solution
8. A small rm employs nine people. The annual salaries of the employers are:
Table 17.17
24 http://www.fhsst.org/l4v
25 http://www.fhsst.org/l4w
26
Click here for the solution
9. The marks for a particular class test are listed here:
67 58 91 67 58 82 71 51 60 84
31 67 96 64 78 71 87 78 89 38
69 62 60 73 60 87 71 49
Table 17.18
30-39 34,5
40-49 44,5
50-59
60-69
70-79
80-89
90-99
Sum = Sum =
Table 17.19
27
Click here for the solution
26 http://www.fhsst.org/l4f
27 http://www.fhsst.org/l4G
H 44
T 56
Table 17.20
Step 3. There are 100 data values and the total of the frequency column is 44+56=100.
Step 4. ∴ the mean of the data set x = {10, 20, 30, 40, 50} is 30.
1 1 6 1
2 1 7 1
3 1 8 2
4 3 9 1
5 1 10 2
Table 17.21
Step 3. For the data set x = {1, 2, 3, 4, 4, 4, 5, 6, 7, 8, 8, 9, 10, 10}, the range is 9.
Step 4.
1 3 5 k 8 9 12 k 24 25 28 k 30 41 50
Q1 Q2 Q3
Table 17.22
The rst quartile occurs between data position 3 and 4 and is the average of data values 5 and 8. The
second quartile occurs between positions 6 and 7 and is the average of data values 12 and 24. The
third quartile occurs between positions 9 and 10 and is the average of data values 28 and 30.
Step 5. The rst quartile = 6,5. (Q1 )
The second quartile = 18. (Q2 )
The third quartile = 29. (Q3 )
Q1 M Q3
Table 17.23
Step 2. The range = 91 - 20 = 71. This tells us that the marks are quite widely spread. (Remember, however,
that 'wide' and 'large' are relative terms. If you are considering one hundred people, a range of 71
would be 'large', but if you are considering one million people, a range of 71 would likely be 'small',
depending, of course, on what you were analyzing).
Step 3. i.e. M = 46+53
2 = 99
2 = 49, 5
Step 4. i.e. Q1 = 2 = 83
40+43
2 = 41, 5
Step 5. i.e. Q3 = 63+70
2 = 2 = 66, 5
133
Step 6. The quartiles are 41,5, 49,5 and 66,5. These quartiles tell us that 25% of the marks are less than 41,5;
50% of the marks are less than 49,5 and 75% of the marks are less than 66,5. They also tell us that
50% of the marks lie between 41,5 and 66,5.
Step 7. The Interquartile Range = 66,5 - 41,5 = 25. This tells us that the width of the middle 50% of the data
values is 25.
25
Step 8. The Semi-interquartile Range =
2 = 12,5
2 (2, 5 + 2, 5) = 2, 5
1
The data value between 3 and 4 is:
2 (3, 2 + 4, 1) = 3, 65
1
The data value between 6 and 7 is:
2 (4, 75 + 4, 8) = 4, 775
1
The data value between 9 and 10 is:
Step 2.
Figure 17.11
Available for free at Connexions <http://cnx.org/content/col11326/1.1>
347
41 - 45 (41+45)/2 = 43 7 43 × 7 = 301
46 - 50 48 10 480
51 - 55 53 15 795
56 - 60 58 12 696
61 - 65 63 6 378
Table 17.24
50 = 53.
2650
Step 2. The mean =
The modal group is the group 51 - 53 because it has the highest frequency.
The median group is the group 51 - 53, since the 25th and 26th terms are contained within this group.
Glossary
C Common dierence
The common dierence is the dierence between successive terms and is denoted by d.
Compound Interest
Compound interest is the interest payable on the principal and its accumulated interest.
D Data
Data refers to the pieces of information that have been observed and recorded, from an
experiment or a survey. There are two types of data: primary and secondary. The word "data"
is the plural of the word "datum", and therefore one should say, "the data are" and not "the
data is".
ax = ay (10.16)
x=y (10.17)
Exponential Notation
Exponential notation means a number written like
an (6.1)
where n is an integer and a can be any real number. a is called the base and n is called the
exponent or index.
I Inter-quartile Range
The inter quartile range is a measure which provides information about the spread of a data set,
and is calculated by subtracting the rst quartile from the third quartile, giving the range of the
middle half of the data set, trimming o the lowest and highest quarters, i.e. Q3 − Q1 .
M Mean
The mean of a data set, x, denoted by x, is the average of the data values, and is calculated as:
Mode
The mode is the data value that occurs most often, i.e. it is the most frequent value or most
common value in a set.
P Percentiles
Percentiles are the 99 data values that divide a data set into 100 groups.
Q Quartiles
Quartiles are the three data values that divide an ordered data set into four groups containing
equal numbers of data values. The median is the second quartile.
R Range
The range of a data set is the dierence between the lowest value and the highest value in the set.
Rational Number
A rational number is any number which can be written as:
a
(5.2)
b
where a and b are integers and b 6= 0.
S Similar Polygons
Two polygons are similar if:
Simple Interest
Simple interest is where you earn interest on the initial amount that you invested, but not
interest on interest.
C
17(319)
Common dierence, 53
Mathemics, 16(303)
Compound Interest, 62
maths, 15(267)
D Data, 319
Mean, 328
Median, 328
Equations, 10(119)
Estimating Surds, 7(93)
N Number Patterns, 3(51)
Exponential Notation, 83
P Percentiles, 331
Exponentials, 6(83)
probability, 12(155)
Extension, 11(147)
Products, 9(103)
F Factors, 9(103)
Q Quartiles, 330
FHSST, 2(17), 10(119), 15(267)
Finance, 4(59) R Range, 329
Functions, 2(17) Rational Number, 78
G
Rational Numbers, 5(77)
Geometry, 13(187), 14(213), 16(303)
Rounding O, 8(99)
Grade 10, 1(1), 2(17), 3(51), 4(59),
5(77), 6(83), 7(93), 8(99), 9(103), S Similar Polygons, 217
10(119), 11(147), 12(155), 13(187), Simple Interest, 60
14(213), 15(267), 16(303), 17(319) South Africa, 1(1), 2(17), 3(51), 4(59),
Graphs, 2(17) 5(77), 6(83), 7(93), 8(99), 9(103),
I
10(119), 11(147), 12(155), 13(187),
Inequalities, 10(119)
14(213), 15(267), 16(303), 17(319)
Inter-quartile Range, 330
statistics, 12(155), 17(319)
Introduction, 13(187)
Surds, 7(93)
Irrational Numbers, 8(99)
T Triginometry, 15(267)
Attributions
Collection: Derived copy of FHSST: Grade 10 Maths [CAPS]
Edited by: Ewald Zietsman
URL: http://cnx.org/content/col11326/1.1/
License: http://creativecommons.org/licenses/by/3.0/
About Connexions
Since 1999, Connexions has been pioneering a global system where anyone can create course materials and
make them fully accessible and easily reusable free of charge. We are a Web-based authoring, teaching and
learning environment open to anyone interested in education, including students, teachers, professors and
lifelong learners. We connect ideas and facilitate educational communities.
Connexions's modular, interactive courses are in use worldwide by universities, community colleges, K-12
schools, distance learners, and lifelong learners. Connexions materials are in many languages, including
English, Spanish, Chinese, Japanese, Italian, Vietnamese, French, Portuguese, and Thai. Connexions is part
of an exciting new information distribution system that allows for Print on Demand Books. Connexions
has partnered with innovative on-demand publisher QOOP to accelerate the delivery of printed course
materials and textbooks into classrooms worldwide at lower prices than traditional academic publishers.
This book was distributed courtesy of:
For your own Unlimited Reading and FREE eBooks today, visit:
http://www.Free-eBooks.net
Share this eBook with anyone and everyone automatically by selecting any of the
options below:
COPYRIGHT INFORMATION
Free-eBooks.net respects the intellectual property of others. When a book's copyright owner submits their work to Free-eBooks.net, they are granting us permission to distribute such material. Unless
otherwise stated in this book, this permission is not passed onto others. As such, redistributing this book without the copyright owner's permission can constitute copyright infringement. If you
believe that your work has been used in a manner that constitutes copyright infringement, please follow our Notice and Procedure for Making Claims of Copyright Infringement as seen in our Terms
of Service here:
http://www.free-ebooks.net/tos.html
3 AUDIOBOOK COLLECTIONS
6 BOOK COLLECTIONS