Key facts for Applied Maths

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/82

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:08 PM on 5/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

83 Terms

1
New cards

Chapter 2

Chapter 2

2
New cards

Mean formula in a frequency table

Σfx
———
Σf
(This means 'sum of frequency times x / sum of all frequencies)

3
New cards

Variance formula

∑fx²/∑f - mean²
(mean of the squares minus the square of the mean)

4
New cards

standard deviation

square root of variance

5
New cards

Variance from a list

∑x²/n - mean²
(n = number of values)

6
New cards

State the assumption involved with using class midpoints to calculate an estimate of a mean from a grouped frequency table

Using midpoints assumes that the data is distributed uniformly throughout each class.

7
New cards

30th percentile — meaning and calculation

30% of scores are at or below this point

<p>30% of scores are at or below this point</p>
8
New cards

The 75th percentile for the weight of cows is found out to be 450kg. What does this mean?

75% of the cows weigh 450kg for less

9
New cards

When doing linear interpolation…

The value of the median/Q1/Q3 don't need to be rounded

10
New cards

Coding

• Mean is affected by +/-, and multiplication/division.
• Variance/standard deviation is only affected by multiplication/division.

11
New cards

Example: Some values were coded using h = 0.1(g - 5). What do you do?

Make g the subject of the equation and use that to find mean and variance/SD.

12
New cards

Chapter 3

Chapter 3

13
New cards

Anomaly

A type of outlier where the data value has been collected incorrectly

14
New cards

Why is it important to clean the data?

To remove any outliers before calculating summary values

15
New cards

What must you do when asked to compare two sets of data?

Compare:

  • one of the averages (mean/median)
  • the spread of the data (IQR/variance/standard deviation)
    (I.e data set two is more varied/consistent than…)
16
New cards

Why should an outlier data value be a) included, b) excluded?

a) Because it is a piece of data and all data should be considered.
b) Because it is an extreme value and could affect the investigation

17
New cards

Histograms

area = k x frequency
frequency = k x area

18
New cards

Chapter 4

Chapter 4

19
New cards

When given a question that asks you to draw a scatter graph, which data set is used as the x axis?

Whichever data set is presented first

20
New cards

Independent variable

AKA predictor/controlled variable.
This is what is being controlled (what I control). It goes on the x axis

21
New cards

Dependent variable

AKA the response variable.
This is what is being measured (not controlled), and it goes on the y axis

22
New cards

What makes estimating other values, using a scatter graph, reliable?

  • Making predictions for the dependent variable (y value) using the independent variable (x value), NOT the other way around
  • Within the given data range; NO extrapolation
  • Strong correlation
  • Large sample size
23
New cards

Describe the correlation between distance from the city centre and population density (example)

There is a negative correlation

24
New cards

Interpret your answer to the previous question

As distance from the city centre increases, the population density decreases. (Ensure your answer is in context to the question)

25
New cards

regression line equation

y=a+bx
(a is the y-intercept, b is the gradient)

26
New cards

What is the significance of the value of b on your regression line? (Example: b = -9.84)

  • Since b is negative, there is a negative correlation
  • As the distance from the city centre increases by 1km, the population density decreases by 9.84 people per hectare.
27
New cards

A graph shows that the number of car accidents and the number of fast food restaurants in a town have a strong correlation. What does this mean?

• The data shows that the number of car accidents and the number of fast food restaurants in a town strongly correlate. However, it does not show that the relationship is causal.
• Both variables could correlate with a third variable, for example the number of roads coming into the town.

28
New cards

Chapter 6

Chapter 6

29
New cards

What is a discrete variable?

A variable that can take only specific numerical values in a given range, e.g. shoe size

30
New cards

What is a uniform distribution?

Where all of the probabilities in the distribution are equal, e.g. rolling a fair dice; the probability of each event occurring is 1/6

31
New cards

The binomial distribution

X~B(n, p)

32
New cards

What does x, n and p represent?

x = the number of successes
n = the total number of trials
p = the probability of a success

33
New cards

X can be modelled with a binomial distribution if… (commonly asked in exams)

• There is a fixed number of trials, n
• There are only two outcomes, either success or failure
There is a fixed probability of success for each trial, p
• The outcome of each trial is independent of the outcome of any other trial

34
New cards

When do you use PD mode and when do you use CD mode?

PD — when you're looking for the probability of one certain amount of successes. E.g. P(X = 8).
CD — when you're looking for the probability of more/less than a certain amount of successes. E.g. probability of no more than 2 successes = P(X ≤ 2).

35
New cards

Which sign is the one used on the CD distribution on the calculator?

Less than or equal to

36
New cards

P(X < a)

P(X ≤ a - 1)
Example: P(X < 5) = P(X ≤ 4)

37
New cards

P(X > a)

1 — P(X ≤ a)
Example: P(X > 5) = 1 — P(X ≤ 5)

38
New cards

P(X ≥ a)

1 — P(X ≤ a - 1)

39
New cards

Chapter 7

Chapter 7

40
New cards

What is a significance level?

The threshold a probability (p-value) needs to go below for us to reject the null hypothesis (H0) and consider the alternative hypothesis (H1)

41
New cards

How do you set up a hypothesis test answer?

X ~ B(n, p)
H0: p = k
H1: p ? k
significance level: 5%
x value (if needed)

42
New cards

James finds out that the probability of getting 6's on a dice is higher than expected (the p-value of getting 20 sixes is below the significance level of 5%, being 0.035). What do you answer?

0.035 < 0.05 There is sufficient evidence to reject H0 and accept H1, so p > 1/6. James should conclude that the proportion of sixes is higher than expected and the dice may be biased.

43
New cards

What is the test statistic?

What we use to measure whether we should accept or reject the null hypothesis. So in James' example, the test statistic is the number of sixes he rolled.

44
New cards

What do you do in two-tailed hypothesis tests (p ≠ k), when you're trying to find out the critical region?

Halve the significance level for each tail

45
New cards

What is the p-value?

Probability value we find in hypothesis tests (AKA the significance level).
Probability above which the null hypothesis is true.

46
New cards

In a two-tailed hypothesis test, it is found out that the probability that P(X ≤ 4) = 0.015 is below the significance level of 0.025. What is the p-value?

The p-value is the actual significance level. In order to find this, you must double 0.015 so that you find the p-value in both tails, which is 0.03.

47
New cards

Modelling — how to criticise the model? Comment on… (8)

  • Particle
  • smooth
  • light
  • light string
  • inextensible string
  • smooth pulley
  • value of g
  • constant resistance
48
New cards

Particle

Meaning: Dimensions of object are negligible
How it is used in calculations: Air resistance can be ignored, dimensions can be ignored

49
New cards

Smooth

Meaning: no friction
How it is used in calculations: frictional forces can be ignored

50
New cards

Light

Meaning: has no mass
How it is used in calculations: mass can be ignored

51
New cards

Light string

Meaning: the string has no mass
How it is used in calculations: tension is equal throughout the string

52
New cards

Inextensible string

Meaning: the string cannot stretch
How it is used in calculations: if connecting two particles, the acceleration of both particles is equal

53
New cards

Smooth pulley

Meaning: there is no friction at the pulley
How it is used in calculations: the tension in the string either side of the pulley is equal

54
New cards

If g = 9.8, then…

Use a more accurate value for g

55
New cards

If there is constant resistance, then…

Have resistance vary with speed

56
New cards

If a particle is used, then…

  • consider the dimensions of the body
  • take spin of the body into account
  • include air resistance
57
New cards

If the object is smooth, then…

Take friction into account

58
New cards

If the object is light, then…

Take mass into account

59
New cards

If the question is about projectiles/something being flown/etc., then…

Take wind speed and direction into account

60
New cards

Regression and correlation y2

61
New cards

What is the PMCC?

  • The product moment correlation coefficient, r.

  • It measures the strength of correlation, and whether it is positive or negative. It can take on any value between 1 and -1.

  • E.g. if r = 1, the points are perfectly correlated and lie on a straight line with positive gradient.

62
New cards

What is a regression line?

The mathematically calculated line of best fit.

63
New cards
<p>Log rules reminder</p>

Log rules reminder

knowt flashcard image
64
New cards

What are the two types of equation that a linear model can be used for?

knowt flashcard image
65
New cards
<p>How do we simplify the two types of equation to make them into a linear model, and draw the graph for both.</p>

How do we simplify the two types of equation to make them into a linear model, and draw the graph for both.

knowt flashcard image
66
New cards

What is the PMCC?

  • The product moment correlation coefficient, r.

  • It measures the strength of linear correlation in a set of bivariate data, and whether it is positive or negative.

  • It can take on any value between 1 and -1.

  • E.g. if r = 1, the points are perfectly positively correlated and lie on a straight line with positive gradient. The opposite for -1.

  • If r is close to 0, there is little correlation between the data.

  • Any value above 0.5 shows pretty good correlation.

  • r doesn’t get affected by scale (e.g doubling all the x values does nothing for r)

67
New cards

Comment on the suitability of a linear regression model when a) r = 0.95, b) r = -0.32

a) Given that r is close to 1, this shows very strong positive linear correlation so a linear model would be suitable.

b) A linear regression model is not the most suitable for these data as the r value is closer to 0 than it is to -1, showing a weak negative correlation. There may be other variables affecting the relationship or a different model might be a better fit.

68
New cards

How to find PMCC?

Statistics → 2-variable → reg results → find r-value.

69
New cards

What is r and p in zero-correlation hypothesis testing?

r = PMCC of a sample

ρ\rho = PMCC of a population (Greek letter rho)

70
New cards

Year 2 probability

71
New cards

Conditional probability formula

P(A|B) = P(A n B)/P(B)

72
New cards

If events are independent, then…

P(A) x P(B) = P(A n B)

P(A|B) = P(A)

73
New cards

If A and B are mutually exclusive…

P(A n B) = 0

P(A u B) = P(A) + P(B)

74
New cards

Normal distribution

75
New cards

What is the normal distribution and what can it be used to model?

  • It is a continuous probability distribution and it can be used to model things like heights of people and the time taken to get to school.

  • We get a bell shaped curve with probability density on the Y axis and another variable on the X axis, for example, height.

  • The distribution is always symmetrical, so the median equals the mean which equals the mode.

  • There are asymptotes at each end of the curve.

  • The area under each curve is 1, i.e. the total probability.

76
New cards

What will the calculate do for the inverse normal distribution function?

Less than. E.g. P(X > a) = p.

77
New cards

What is the mean and variance/SD for the standard normal distribution?

Mean = 0, variance/SD = 1.

78
New cards

How do we convert a normal distribution to a standard normal distribution?

z=(Xμ)σz=\frac{\left(X-\mu\right)}{\sigma}

79
New cards

Standardise the following: X~N(130, 25) to find P(X > 124)

<p></p>
80
New cards

What conditions need to be satisfied to model a binomial distribution to a normal distribution?

  • If n is large, so that the distribution curve looks curved

  • If p is close to 0.5, so that the distribution curve is symmetrical

  • Note: binomial distribution measures discrete values.

81
New cards

When modelling a binomial distribution as a normal distribution, how do we find the mean and the variance?

Mean = np

Variance = np(1-p)

<p>Mean = np</p><p>Variance = np(1-p)</p>
82
New cards

What must we remember to do with finding the probabilities one modelling a binomial distribution as a normal distribution?

remember that a single number represents a range of values, e.g. 5 ≈ 4.5 < x < 5.5

83
New cards
  1. P(X > 5)

  2. P(X ≤ 3)

  1. P(Y > 5.5)

  2. P(Y < 3.5)

Remember that Y represents the ND.