1 of 38

STATS POSTERS

Level 2

(Don’t print this page.)

GarethBell.com

2 of 38

Thoughts from the Author

  • Made in 2025 for teaching Level 2 Stats.
  • I like to have all the answers as concisely as possible on the wall for each assessment, so students can refer to them in assessments. i.e. Networks and Probability each have three topics, three questions, and I’ve made three posters.
  • I usually colour this class pink in my planner, �hence a pink colour scheme.
  • There are a couple of math songs (PPDAC, Mean Median Mode). The audio tracks are from youtube audio library.
  • Images from nounproject.com
  • Other free resources on Garethbell.com

3 of 38

Envisaged Wall Layout

  • Printed A3, Landscape, Colour. �Don’t laminate, these standards get thrown out in a few years.

4 of 38

NETWORKS

Achievement Standard 91260 (2.5)�2 Credits

5 of 38

Traversability – All Edges Once

> 2 Odd Nodes = Not Traversable

2 Odd Nodes = Semi Traversable �Must start and finish at an odd node.�aka Eulerian Path.

All Even Nodes = Fully Traversable Can start anywhere. Will finish same place.�aka Eulerian Circuit.

6 of 38

Minimum Spanning Trees – All Nodes

Minimum Spanning Tree: Lowest weight tree connecting all nodes.�

Kruskal’s Algorithm:

  1. Find the shortest edge.
  2. Find the next shortest edge �that does not create a circuit.
  3. Repeat step 2 until all �nodes are connected.
  4. Show the total weight �of the MST at the end.

5

4

3

7

5

4

3

7

5

4

3

7

Weight

3

Weight

3

4

Weight

3

4

5

Total: 12m

=

Number of Edges in MST = Nodes - 1

7 of 38

Shortest Path – Tree Diagram

How: Construct a tree diagram.

Example: Shortest Path A-B (km)

A

B

C

D

6

1

1

6

3

A

B

C

D

B

B

6

3

1

1

1

D

6

Total = 6km

Total = 7km

Total = 5km

A

B

C

D

6

1

1

6

3

Answer: Shortest Path A-B = 5km

Between two nodes

8 of 38

Shortest Path Dijkstra

Example: Shortest Path A-B (km)

Start from the origin. �

  1. Find cheapest cost to all nearby nodes, and write them in.�
  2. If there are two ways to get to one node, write in the lesser, and cross out the other.�
      • Repeat.

A

B

C

D

6

1

1

6

3

A

B

C

D

6

1

1

6

3

A

B

C

D

6

1

1

3

3

3

4

A

B

C

D

1

1

3

3

4

5

6

6

6

Answer: A-C-D-B = 5km

9 of 38

Networks Requirements

Achieved

Merit

Excellence

Shortest �Path

  • Find Route
  • Find Distance with units
  • Use Tree �(or Dijkstra)
  • Make Changes

Minimum Spanning Tree

  • Highlight Tree
  • Find Total Weight�with units
  • Use Kruskal
  • Make Changes

Travers-ability

  • Say if it’s Semi, Fully, or Not
  • Describe Euler’s Rule for 0 or 2 odd nodes
  • Make Changes

Requirements

Two of above

All three

All three

10 of 38

GRAPHING

Achievement Standard 91257 (2.2)�4 Credits

11 of 38

2.2 Graphing

Parabola (U) �y = x2�y = a(x + b)2 + c

Cubic (N)y = x3�y = a(x + b)3 + c

Absolute Value (V) �y = |x|�y = a|x + b| + c

Exponential�y = ax�y = a(x + b) + c

Hyperbola�y = . a . + c� (x + b) .

a 🡪 scale factor

b 🡪 left shift

c 🡪 up shift

Key words

  • Symmetry: reflection
  • Vertex: turning point
  • Restricted domain: � These x-values
  • Asymptote: �no touch line

11

12 of 38

PARABOLA

Features:

  • a 🡪 scale factor
  • b 🡪 left shift
  • c 🡪 up shift
  • Domain and Range

y = a(x + b)2 + c

Properties:

  • Continuous smooth curve
  • Has a Vertex (min or max)
  • Line of Symmetry through vertex

13 of 38

CUBIC

Features:

  • a 🡪 scale factor
  • b 🡪 left shift
  • c 🡪 up shift
  • Domain and Range

y = a(x + b)3 + c

Properties:

  • Continuous smooth curve
  • Point of Inflection (not vertex)
  • Rotational Symmetry about �Point of Inflection

14 of 38

ABSOLUTE VALUE

Features:

  • a 🡪 scale factor
  • b 🡪 left shift
  • c 🡪 up shift
  • Domain and Range

y = a|x + b| + c

Properties:

  • Straight, not curved
  • Line of Symmetry through vertex

15 of 38

HYPERBOLA

Features:

  • a 🡪 scale factor
  • b 🡪 left shift
  • c 🡪 up shift
  • Domain and Range

. a .(x + b)

Properties:

  • Two separate smooth curves
  • Horizontal and Vertical Asymptotes�
  • Two Axis of Symmetry

+ c

y =

16 of 38

EXPONENTIAL

Features:

  • a 🡪 scale factor/base
  • b 🡪 left shift
  • c 🡪 up shift
  • Domain and Range

y = a(x + b) + c

Properties:

  • Continuous smooth curve
  • Horizontal Asymptote
  • Untransformed, goes through �(0,1), and (1, “a”)

17 of 38

Graphing Self-Checklist

17

Achieved

Merit

Excellence

Desmos

  • Coordinates
  • Two different graphs�
  • Coordinates
  • Two different correct graphs
  • Domains
  • Coordinates
  • Three different correct graphs
  • Domains

Writeup

  • Properties and Features for one graph
  • Properties and Features for two graphs
  • Discuss how accurate graphs are in context
  • Use maths to go through coordinates
  • Document changes to graph to better suit

18 of 38

INFERENCE

Achievement Standard 91264 (2.9)

4 Credits

19 of 38

Mean Median Mode song

Mean is the average, add and divide them

Median is the middle, mode is most common

Range is the big one, minus the small one

This works for a sample, or the population

20 of 38

PROBLEM

Example:

I wonder if the median travel time (minutes) for students who catch the bus is longer than the median travel time (minutes) for students who walk, for ALL high school students in NZ, for data from Census at School in 2015.

20

Comparison Questions must have:

  1. Two Categorical variables �(2 groups)
  2. Numerical variable (Measurement or Count)
  3. The word “median”
  4. Direction
  5. Population (e.g. use the word ALL to describe it)

21 of 38

PLAN

1) Simple random sample: �Everybody has same chance.

2) Stratified sample: Break population into Strata (groups) based on a characteristic. Sample each.

3) Cluster sample: Randomly �chosen clusters only sampled.

4) Systematic random sampling: �Sample every nth person on a list. (like a comb)

Bigger Sample sizes are more accurate (e.g. >= 30)

Biased samples are bad.

Representative samples are good

22 of 38

DATA

Creating a comparison �graph in NZGrapher

  1. Select/Upload your data
  2. Get the right sample size
  3. Make a dot plot with your number and category variables
  4. Add summaries, box plots �and confidence intervals

23 of 38

ANALYSIS

23

Main features to analyse and compare for your sample.

  1. Shape�
  2. Centre
  3. Spread

Merit: justify your statements using numbers and context

Excellence: include the story behind your statements including research

Normal

Left-skewed

Right-Skewed

Bimodal

Mode

Median�(Middle)

Mean�(Average)

Outlier 🡪

🡨 IQR 🡪

Range

24 of 38

CONCLUSION

24

  • The Confidence Intervals overlap, so we can’t confidently say �the median amount of chairs wrecked by cats is more than dogs.
  • A sample size of only 20 means the confidence intervals are large, �and the sample isn’t very representative.
  • Other Factors: E.g. Dogs often live outside, so can’t wreck couches.
  1. Interpret the confidence intervals
  2. Answer the original investigation question
  3. Discuss Sampling variability

Example:

The confidence intervals don’t overlap, �so we can confidently make the call that:

The median travel time (minutes) for students who catch the bus is longer than the median travel time (minutes) for students who walk, for ALL high school students in NZ, for data from Census at School in 2015.

If I took a different sample, there would be different randomly chosen data, so would have slightly different statistics and confidence intervals.

25 of 38

CONCLUSION

  • The Confidence Intervals overlap, so we can’t confidently say �the median amount of chairs wrecked by cats is more than dogs.
  • A sample size of only 20 means the confidence intervals are large, �and the sample isn’t very representative.
  • Other Factors: E.g. Dogs often live outside, so can’t wreck couches.

Number of couches wrecked

Sample Size: �20 of each

Dogs

Cats

26 of 38

EXPERIMENTS

Achievement Standard 91265 (2.10)� 3 Credits

27 of 38

PPDAC

Problem Plan Data, Analysis Conclusion

This is the cycle that we’re using

The way to find, your enquiry solution

Is Problem Plan Data, Analysis Conclusion

28 of 38

Controlled Experiments

A controlled experiment is where one or more factors are intentionally changed (independent / explanatory variable), ��Other(s) are kept constant (controlled variable), ��to find the outcome of a dependent / response variable.

28

29 of 38

Sources of Variation

  1. Measurement Variation �– Unreliable measuring.
  2. Occasion to Occasion variation �Different results each time.
  3. Individual to Individual Variation Different answers for each person. AKA Real/Natural
  4. Sampling Variation �– Different samples have different results.
  5. Induced Variation �– Variation induced/caused by other factors.

I can’t read �the ruler

This is my �personal best

I can throw �further than you

This sample is �stronger than �that one

I’ll give you �$20 if you win

30 of 38

Paired Experiment Arrow Graph

  1. Import Data�

2) Paired Experiment type�

3) Select numerical variables�

4) Add Arrows & Summaries

5) Title, then screenshot

31 of 38

Paired vs Independent - Notes

A Paired Experiment

  • Consider the change �in data.
  • First find the differences, then calculate the average of the differences.

e.g. How much shorter do Aiden, Oliver and Riley throw the ball before and after 10 press ups?

An Independent Experiment

  • Multiple independent sets of data being compared.
  • Find the averages, �and then calculate the difference of the averages.

e.g. How much less do three year 12s throw the ball compared �to three year 9s?

32 of 38

Placebo, Blind and Double-Blind

Placebo Effect: When giving a placebo / �dummy treatment, affects or motivates the participant’s outcome.

Blind Experiments: Some information is withheld from participants but not the experimenter. �

Double-Blind Experiments: Both participants and experimenters have limited information while the experiment is being carried out. So that neither the experimenter and participant aren’t biased

33 of 38

Types of Probability

Theoretical Probability �Where outcomes are equally likely

Experimental Probability �From trials. a.k.a. �Long-run Relative Frequency

Conditional Probability: P(event) given that �another event has �occurred.

P(event) = number of occurances number of trials

e.g. Probability I get a ‘Kamar’ today

P(event) = number of occurrences� total possible outcomes

e.g. Probability it is a Saturday

e.g. Probability I get a ‘Kamar‘�given that it is a Saturday

34 of 38

Normal Distribution - Casio CFX 9860G

μ =10

σ = 2

  1. “STAT” mode:
  2. F5 (DISTributions)
  3. F1 (NORMal Distribution)
  4. F2 (Ncd) for Normal Density �or InvN for Inverse Normal
  5. Data: Variable (not List)
  6. Set lower and upper values of range.
    • Use 99999 for ∞ and -99999 for -∞
  7. Set std deviation (σ) and mean (µ)
    • Use 1 and 0 for Std Normal Distribution
  8. Press Execute

Normal C.D

Data :Variable

Lower :12

Upper :99999

σ :2

μ :10

Execute .

Normal C.D

p =0.15865525

z:Low=1

z:Up =99999

p = 15.9%

35 of 38

PROBABILITY

Achievement Standard 91267 (2.12)�4 Credits

36 of 38

Probability Trees

In my class 10/19 are girls. Of the boys 1/3 prefer cats. �And Half the girls prefer cats.

  1. P(Boy and Likes cats?)�
  2. P(Boy)
  3. P(Boy or Likes cats)?�
  4. P(Boy Given That � they like cats?)

3/19 + 6/19 = 9/19

9/19 × 1/3 = 3/19

9/19

10/19

1/3

2/3

1/2

1/2

Boy

Girl

Cat

Dog

Cat

Dog

3/19 + 6/19 + 5/19 = 14/19

9/19 × 1/3

= 3/19

9/19 × 2/3

= 6/19

10/19 × 1/2

= 5/19

10/19 × 1/2

= 5/19

3/19 ÷ (3/19 + 5/19) = 3/8

37 of 38

In a Normal Distribution…

μ = mean

σ = std dev

approximately...�of the data lies within…

…of the mean.

The probability that the data �is in this region is:

68%

1 std dev

likely

95%

2 std dev

very likely

99%

3 std dev

almost certain

38 of 38

Two Way Tables - And, Or, Condition

  1. P(Boy and Likes cats?)���
  2. P(Boy or Likes cats)?���
  3. P(Boy Given That �they like cats?)

Likes Cats

Likes Dogs

Total

Boys

3

6

9

Girls

5

5

10

Total

8

11

19

Likes Cats

Likes Dogs

Total

Boys

3

6

9

Girls

5

5

10

Total

8

11

19

Likes Cats

Likes Dogs

Total

Boys

3

6

9

Girls

5

5

10

Total

8

11

19

P(Boy & Cats) = 3/19

P(Boy or Cats) = 15/19

P(Boy | Cats) = 3/8