You are on page 1of 12

Year 11 General Maths Exam Revision

1. Aimee runs a study on penguins, where she recorded the fluffiness of the penguin’s feathers
and the number of eggs that penguin was able to hatch over the course of the penguin’s life.
She collects the following data:

Fluffiness index Number of eggs hatched


43 6
49 5
21 3
97 16
86 14
23 4
75 10
70 8
39 4
89 14
61 8

a. Identify the variables in Aimee’s study, and label them as explanatory or response
variables.

b. Draw a scatterplot of the data

c. Describe the association between the fluffiness index and the number of eggs
hatched in terms of strength, direction and form.
d. Write the equation of the least squares regression line formed by the variables
fluffiness index and number of eggs hatched. Round figures to three significant
figures.

e. Write the value of the correlation coefficient rounded to 4 decimal places, and
interpret in terms of assessing the strength of the association.

f. Draw the least squares regression line onto your scatterplot.

g. Interpret the slope.

h. Interpret the intercept.

i. Predict the number of eggs a penguin with a fluffiness index of 50 would successfully
hatch. Round your answer to 1 decimal place.

j. Comment on the reliability of your prediction in part i.

k. Predict the number of eggs a penguin with a fluffiness index of 200 would
successfully hatch.

l. Comment on the reliability of your prediction in part k.

m. Predict the fluffiness index of a penguin that successfully hatches 12 eggs. Round to
the nearest whole number.

2. For the connected planar graphs below, determine the unknown value.
a. 8 faces and 18 edges
b. 2 faces and 10 vertices

c. 42 vertices and 100 edges

3. Write the number of faces for the following graphs:


a.

b.

c.

4. Identify the walk in each of the following as a trail, path, circuit or walk only.
a.
b.

c.

d.

e.
f.

5. Identify whether each graph below has an Eulerian circuit, and Eulerian trail, both or neither.
If an Eulerian trail or circuit exists, name the route.
a.

b.

c.
6. The following graph shows the roads linking 9 Victorian country towns.

a. Explain, using evidence, on why an Eulerian trail exists, but an Eulerian circuit does
not.

b. At which towns would the Eulerian trail have to start and finish?

c. Write a route for a Hamiltonian cycle.

7. On the graph below, the vertices represent the locations of 8 watchtowers posted around a
keep. Each edge is a pathway along a wall that connects each tower. Guards at the keep must
walk along every pathway without walking over the same pathway more than once. They
must also start and end at tower A.
a. What is the technical name for this type of walk?

b. Explain why it is not possible to do this type of walk.

c. What is the minimum number of pathways you would need to insert to make it
possible to do this type of walk?

d. Draw a spanning tree for this graph

8. Find the minimum spanning trees and their associated weights for the following graphs
a.
b.

9. In the network below, the vertices represent water tanks on a large property and the edges
represent pipes used to move water between these tanks. The number on each edge
indicate the lengths of pipes (in m) connecting different tanks.

Determine the shortest length of pipe needed to connect all water storages
10. The length of the minimum spanning tree for the graph below is 124, and includes a and b .

The values of a and b could be:

a. a=6 and b=17


b. a=12 and b=12
c. a=10 and b=14
d. a=10 and b=15
e. a=13 and b=12

11. Aimee drives to work each day. The edges of the network opposite represent the roads that
Aimee can use to drive to work. The numbers on the edges give the time, in minutes, to
travel along each road. What is the shortest time that Aimee can drive between home ( A )

and work ( H )? Use Djikstra’s algorithm to find the shortest time and pathway😊

B C D E F G H

A
12. For the previous question, fill out the adjacency matrix showing whether each town is
connected to each other. Do not write the times into the matrix.

A=A B C D E F G H ¿

13. Using the graph from question 11, how many edges would be drawn onto a spanning
tree?

14. Possum Jenkins decides to invest his scratchie winnings of $25000 into a dodgy credit
union investment firm that guarantees him 8.75% p.a. simple interest.

a. Calculate the amount of interest he earns in one year

b. Write a recurrence relation using V 0 , V n and V n +1 to represent the value of


Possum’s investment after n years.

c. Use recursive calculations to show the value of the investment after 1, 2 and
3 years.

d. Write a rule to represent the value of the investment, V n, after n months.

e. Possum decides to give the entirety of his winnings and the interest to his
newly born baby daughter Aimee. Calculate the value of the investment after
18 years.

f. Aimee grows up to be quite shrewd. She decides to access the money only
after it is worth $70 000. How many years in total will that be?

15. After Aimee gets her money, she takes $50 000 of it and invests it at a legitimate
bank that pays 4.5% p.a. compound interest, compounding monthly.
a. Calculate R
b. Write a recurrence relation using A0 , An and An +1 to represent the value of
Aimee’s account after n months.

c. Write a rule using An to represent the value of Aimee’s account after n


months.

d. Calculate the value of Aimee’s account after 1 year

e. Calculate the amount of interest earned after 1 year.

f. Calculate the number of weeks it will take for her account to increase to $100
000.

16. Some rabbits break into a salamander sanctuary and begin breeding. The number of
rabbits in the sanctuary can be modelled by the recursion relation below, where Rn
represents the number of rabbits after n months.

R0 =5 R n+1=4.3 R n
a. How many rabbits initially broke into the sanctuary?

b. Calculate the number of rabbits in the sanctuary after 6 months.

c. How many months will it take for the population of rabbits to reach 1 million?

17. Find the common difference for the following sequences:


a. 3 , 9 , 15 ,21 , 27 …
b. 10 , 4.5 ,−1,−6.5 …

18. Find the common ratio for the following sequences:


a. 9 , 18 , 36 ,72 …

b. 12 , 26.4 , 58.08 ,127.776 …

19. Draw a graph for the following sequence:


n 0 1 2 3 4
tn 64 32 16 8 4

20. Aimee is then going to take the $100 000 and purchase equipment that can be used
to make lollies, with the intention of this being her latest side hustle. Her financial
advisor presents her with three options she can choose to have her equipment
depreciate by.

Option 1: Flat rate depreciation at a rate of 5.6% p.a.


Option 2: Reducing balance depreciation at a rate of 5.4% p.a.
Option 3: Unit cost depreciation at a rate of $15 per 100 jars of lollies made, and the
average number of jars made per year is 40000

Calculate the value of the equipment after 15 years for each depreciation option, and
use this to make a recommendation for which option Aimee should employ.

You might also like