Number Revision Notes

    Subject: Mathematics | Level: GCSE | Exam Board: Edexcel

    Master the foundation of mathematics with our comprehensive guide to Number. From BODMAS and prime factors to standard form and surds, secure the essential skills that underpin the entire GCSE specification.

    Revision Notes & Key Concepts

    ![GCSE Mathematics: Number](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_2bf50980-5d87-4151-a44e-456004f9b219/header_image.png) ## Overview Welcome to the **Number** topic — the fundamental bedrock of your entire GCSE Mathematics course. This topic is not just about basic arithmetic; it's about mastering the language of mathematics. It covers everything from the strict rules of BODMAS and the structure of the number system to advanced concepts like standard form, surds, and limits of accuracy. Why is this so important? Because Number skills are tested in almost every other topic. Whether you're calculating probabilities, solving algebraic equations, or finding the area of a circle, you need solid number skills to secure the final marks. Examiners frequently design questions that combine Number with other areas to test your synoptic understanding. Typical exam questions range from quick 1-mark recall questions (like identifying prime numbers or rounding to significant figures) to complex 4-6 mark problem-solving questions involving bounds, error intervals, or rationalising denominators in surds. Listen to our exclusive podcast episode to consolidate your learning: ![Number Topic Masterclass Podcast](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_2bf50980-5d87-4151-a44e-456004f9b219/number_1_podcast.mp3) --- ## Key Concepts ### Concept 1: Order of Operations (BODMAS/BIDMAS) The order of operations is the strict sequence in which mathematical calculations must be performed. Examiners will deliberately write expressions that test whether you know this rule. If you just calculate from left to right, you will often get the wrong answer. BODMAS stands for: * **B**rackets * **O**rders (Powers and Roots) * **D**ivision and **M**ultiplication (Left to right) * **A**ddition and **S**ubtraction (Left to right) ![The BODMAS Order of Operations](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_2bf50980-5d87-4151-a44e-456004f9b219/bodmas_diagram.png) **Why does this work?** Mathematics requires a universal standard so that everyone calculating the same expression gets the same result. Without BODMAS, an expression like $3 + 4 \times 2$ could be $14$ (if you add first) or $11$ (if you multiply first). The convention is that multiplication and division take precedence over addition and subtraction. **Example**: Calculate $15 - 3 \times (2^2 + 1)$ 1. **Brackets & Orders**: Inside the bracket, calculate the power first: $2^2 = 4$. So the bracket is $(4 + 1) = 5$. 2. The expression is now $15 - 3 \times 5$. 3. **Multiplication**: $3 \times 5 = 15$. 4. **Subtraction**: $15 - 15 = 0$. ### Concept 2: Types of Numbers You must be able to classify numbers into different categories. Examiners often use these terms in questions (e.g., "Write down an integer..."). ![Classification of Number Types](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_2bf50980-5d87-4151-a44e-456004f9b219/number_types_diagram.png) * **Integers**: Whole numbers, both positive and negative, including zero (e.g., $-3, 0, 7$). * **Rational Numbers**: Any number that can be written as a fraction $\frac{a}{b}$ where $a$ and $b$ are integers. This includes terminating decimals (like $0.25$) and recurring decimals (like $0.333...$). * **Irrational Numbers**: Numbers that cannot be written as a simple fraction. Their decimal expansions go on forever without repeating (e.g., $\pi, \sqrt{2}, \sqrt{5}$). * **Prime Numbers**: A number with exactly two factors: $1$ and itself. (Note: $1$ is NOT a prime number. $2$ is the only even prime number). ### Concept 3: Prime Factor Decomposition, HCF, and LCM Every integer greater than $1$ can be expressed as a unique product of prime numbers. This is called its prime factor decomposition. To find the Highest Common Factor (HCF) and Lowest Common Multiple (LCM) of two numbers, using a prime factor tree and a Venn diagram is the most robust method, avoiding the errors common in simply listing factors or multiples. ![Prime Factor Decomposition](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_2bf50980-5d87-4151-a44e-456004f9b219/prime_factors_diagram.png) **Why does this work?** The HCF is the largest number that divides into both. Therefore, it must be made up of the prime factors that both numbers *share* (the intersection of the Venn diagram). The LCM is the smallest number that both divide into. Therefore, it must contain *all* the prime factors required to build either number (the union of the Venn diagram). **Example**: Find the HCF and LCM of $24$ and $36$. 1. $24 = 2^3 \times 3$ 2. $36 = 2^2 \times 3^2$ 3. **HCF**: Multiply the shared prime factors. They share two $2$s and one $3$. HCF $= 2 \times 2 \times 3 = 12$. 4. **LCM**: Multiply the highest powers of all prime factors present. LCM $= 2^3 \times 3^2 = 8 \times 9 = 72$. ### Concept 4: Standard Form Standard form is a way of writing very large or very small numbers efficiently. It is always written in the format: $A \times 10^n$ Where $1 \leq A < 10$ and $n$ is an integer. ![Understanding Standard Form](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_2bf50980-5d87-4151-a44e-456004f9b219/standard_form_diagram.png) **Why does this work?** Our number system is base-10. Multiplying or dividing by powers of $10$ simply shifts the digits relative to the decimal point. Standard form standardises this by ensuring the leading digit is always in the units column. **Example**: Write $0.00045$ in standard form. 1. The coefficient $A$ must be between $1$ and $10$, so $A = 4.5$. 2. To get from $4.5$ to $0.00045$, the digits must shift $4$ places to the right (or the decimal point moves $4$ places left). 3. Therefore, we are dividing by $10^4$, which is the same as multiplying by $10^{-4}$. 4. Answer: $4.5 \times 10^{-4}$. ### Concept 5: Rounding, Estimation, and Bounds Examiners frequently test your ability to round numbers appropriately and use them to estimate answers. * **Decimal Places (d.p.)**: Count from the decimal point. * **Significant Figures (s.f.)**: Count from the first non-zero digit. **Estimation**: When asked to estimate a calculation, you MUST round every number to $1$ significant figure *before* calculating. **Bounds and Error Intervals**: If a measurement is rounded, its true value lies within a range. The lower bound is the smallest possible value; the upper bound is the largest. If length $L = 8.4$ cm (to $1$ d.p.), the error interval is $8.35 \leq L < 8.45$. Notice the strict inequality ($<$) for the upper bound! ### Concept 6: Surds and Fractional Indices (Higher Tier) A surd is an irrational number left in square root form to maintain exact precision. * **Simplifying Surds**: Look for the largest square number that is a factor. E.g., $\sqrt{50} = \sqrt{25 \times 2} = \sqrt{25} \times \sqrt{2} = 5\sqrt{2}$. * **Rationalising the Denominator**: Multiply the numerator and denominator by the surd to remove the root from the bottom. E.g., $\frac{1}{\sqrt{3}} = \frac{1 \times \sqrt{3}}{\sqrt{3} \times \sqrt{3}} = \frac{\sqrt{3}}{3}$. **Fractional Indices**: * $a^{\frac{1}{2}} = \sqrt{a}$ * $a^{\frac{1}{3}} = \sqrt[3]{a}$ * $a^{\frac{m}{n}} = (\sqrt[n]{a})^m$ --- ## Mathematical Relationships & Formulas While Number doesn't have as many formulas as Geometry, there are key rules of indices you must memorise: * **Multiplication Rule**: $a^m \times a^n = a^{m+n}$ * **Division Rule**: $a^m \div a^n = a^{m-n}$ * **Power of a Power Rule**: $(a^m)^n = a^{mn}$ * **Zero Power Rule**: $a^0 = 1$ (for $a \neq 0$) * **Negative Power Rule**: $a^{-n} = \frac{1}{a^n}$ *Note: None of these are provided on the formula sheet. You must memorise them.* --- ## Practical Applications Number skills are used constantly in the real world: * **Standard Form**: Used by astronomers to measure distances between galaxies (e.g., $9.46 \times 10^{12}$ km in a light-year) and by microbiologists to measure the size of cells or viruses. * **Estimation**: Used daily in budgeting, construction, and engineering to quickly verify if calculated values are reasonable. * **Bounds**: Crucial in manufacturing and engineering tolerances. A machine part must be machined to a specific size within strict upper and lower bounds to function correctly.

    Revision Podcast Transcript

    GCSE Mathematics — Number Topic Podcast Duration: approximately 10 minutes Voice: Female, warm, conversational, enthusiastic tutor --- [INTRO — 1 minute] Hello and welcome! I'm so glad you've tuned in, because today we're diving into one of the most important topics in your GCSE Mathematics course — Number. Now I know what some of you might be thinking: "I've been doing number stuff since primary school!" And you're right — but at GCSE level, Number goes so much deeper than basic arithmetic, and it's worth a significant chunk of marks across both your calculator and non-calculator papers. So whether you're aiming for a Grade 4 or pushing for that Grade 9, this episode is going to give you the tools, the techniques, and the confidence to tackle any Number question the examiners throw at you. We'll cover the core concepts clearly, then move into exam tips, a quick-fire recall quiz, and a summary to wrap things up. Let's get started! --- [CORE CONCEPTS — 5 minutes] Let's begin with the absolute foundation: Order of Operations, which you'll know as BODMAS or BIDMAS. This tells you the sequence in which you must carry out calculations. Brackets first, then Orders — that's powers and roots — then Division and Multiplication together from left to right, and finally Addition and Subtraction together from left to right. Here's the classic mistake candidates make: they see something like 3 plus 4 multiplied by 2 and they work left to right, getting 14. But the correct answer is 11, because you must do the multiplication before the addition. Examiners will deliberately write expressions that catch you out if you ignore BODMAS. Every single time you see a mixed calculation, mentally run through: Brackets? Orders? Division or Multiplication? Addition or Subtraction? Make it a habit. Next up — Place Value and the Number System. Understanding place value is what separates confident candidates from those who drop easy marks. When you multiply by 10, every digit shifts one place to the left — the number gets bigger. When you divide by 10, digits shift right — the number gets smaller. This sounds obvious, but when decimals are involved, candidates frequently go wrong. For example, 0.3 multiplied by 0.4 is NOT 1.2 — it's 0.12. Think of it this way: 3 tenths times 4 tenths equals 12 hundredths. Place value is everything. Now let's talk about Prime Numbers, Factors, and Multiples — a favourite topic for examiners. A prime number has exactly two factors: one and itself. Two is the only even prime. One is NOT a prime number — this trips up so many candidates. When you're asked to find the Highest Common Factor, or HCF, and the Lowest Common Multiple, or LCM, of two numbers, the most reliable method is prime factor decomposition — also called a prime factor tree. Break each number down into its prime factors, write them in index form, then use a Venn diagram. The HCF is the product of the primes in the intersection — the overlap. The LCM is the product of everything in the Venn diagram. For example, for 12 and 18: 12 equals 2 squared times 3, and 18 equals 2 times 3 squared. The intersection contains one 2 and one 3, so the HCF is 6. The full Venn diagram gives us 2 squared times 3 squared times... wait, let me be precise: 12 is 2 times 2 times 3, and 18 is 2 times 3 times 3. Intersection: 2 and 3. HCF equals 2 times 3 equals 6. LCM equals 2 times 2 times 3 times 3 equals 36. Practice this method until it's automatic. Moving on to Standard Form — this is a Higher tier favourite and it comes up almost every year. Standard form is a way of writing very large or very small numbers as A times 10 to the power n, where A must be at least 1 and less than 10. So 320,000 in standard form is 3.2 times 10 to the power 5 — because we move the decimal point 5 places to the left to get from 320,000 to 3.2. For small numbers, 0.00032 is 3.2 times 10 to the power negative 4 — because we move the decimal 4 places to the right. When adding or subtracting in standard form without a calculator, you must make the powers of 10 the same first. When multiplying, multiply the coefficients and add the powers. When dividing, divide the coefficients and subtract the powers. Always check your final answer is still in valid standard form — the coefficient must be between 1 and 10. Let's talk about Rounding and Estimation. Candidates are asked to round to decimal places or significant figures. Decimal places count digits after the decimal point. Significant figures count from the first non-zero digit. So 0.00456 rounded to 2 significant figures is 0.0046 — the leading zeros are NOT significant. Estimation questions ask you to round each number to 1 significant figure first, then calculate. This is a non-calculator skill and examiners expect you to show the rounded values clearly in your working. Error intervals and bounds are a step further: if a length is given as 7.4 centimetres to 1 decimal place, the lower bound is 7.35 and the upper bound is 7.45. The error interval is written as 7.35 is less than or equal to L which is strictly less than 7.45. Note that the upper bound uses a strict inequality — the value cannot actually equal 7.45, because that would round up to 7.5. Finally, let's cover Surds and Fractional Indices, which are Higher tier content. A surd is an irrational root that cannot be simplified to a rational number — like root 2 or root 5. You can simplify surds by looking for square factor pairs: root 12 equals root 4 times root 3 equals 2 root 3. When rationalising the denominator — removing a surd from the bottom of a fraction — multiply top and bottom by the surd. So 1 over root 3 becomes root 3 over 3. Fractional indices: a to the power one-half means the square root of a. A to the power one-third means the cube root. A to the power m over n means: take the nth root first, then raise to the power m — or equivalently, raise to the power m then take the nth root. Either order works, but taking the root first usually gives smaller numbers to work with. --- [EXAM TIPS AND COMMON MISTAKES — 2 minutes] Right, exam tips time — and these are the things that make the difference between a Grade 5 and a Grade 7. Tip one: Show all your working. In Number questions worth 2 or more marks, there are method marks available. Even if your final answer is wrong, you can still earn marks for correct working. Examiners are instructed to award marks for correct method, so never skip steps. Tip two: Read the question carefully for what form the answer is required in. If it says "give your answer in standard form," and you write 32,000, you will lose the mark even if your calculation was correct. If it says "give your answer as a fraction," don't leave it as a decimal. Tip three: For estimation questions, always round to 1 significant figure first and show those rounded values. Candidates who just write an approximate answer without showing the rounded values typically score zero. Tip four: With bounds and error intervals, remember the upper bound is never actually reached — use the strict less-than sign, not less-than-or-equal-to. Tip five: When working with negative numbers, especially in subtraction, use the rule: subtracting a negative is the same as adding a positive. So 5 minus negative 3 equals 5 plus 3 equals 8. Draw a number line if you need to. Tip six: Don't forget to check whether your answer is reasonable. If you're calculating the cost of 5 items at £3.20 each and you get £160, something has gone wrong. Estimation is your best friend for checking. Common mistakes to avoid: Confusing significant figures with decimal places. Forgetting that 1 is not a prime number. Leaving a surd in the denominator when the question asks for a simplified form. Incorrectly applying BODMAS when negative numbers are involved. And writing the coefficient in standard form as something outside the range 1 to 10 — like writing 32 times 10 to the power 4 instead of 3.2 times 10 to the power 5. --- [QUICK-FIRE RECALL QUIZ — 1 minute] Time for a quick-fire quiz! Pause after each question and try to answer before I give you the answer. Question 1: What is the HCF of 24 and 36? ... The answer is 12. Question 2: Write 0.000045 in standard form. ... The answer is 4.5 times 10 to the power negative 5. Question 3: Simplify root 50. ... The answer is 5 root 2. Question 4: A number is rounded to 2 decimal places and gives 8.40. What is the lower bound? ... The answer is 8.395. Question 5: Calculate 3 plus 2 multiplied by 4 squared. ... Using BODMAS: 4 squared is 16, then 2 times 16 is 32, then 3 plus 32 is 35. The answer is 35. How did you do? If you got all five, brilliant — you're in great shape. If you missed any, go back to that concept and practise a few more examples. --- [SUMMARY AND SIGN-OFF — 1 minute] Let's wrap up with the key things to take away from today's episode. Number one: BODMAS is non-negotiable — always apply the correct order of operations. Number two: Prime factor decomposition using a Venn diagram is the most reliable method for HCF and LCM. Number three: In standard form, the coefficient must always be between 1 and 10 — check this every time. Number four: For rounding, know the difference between decimal places and significant figures, and always show your rounded values in estimation questions. Number five: Upper bounds use strict inequalities — less than, not less than or equal to. Number six: Surds and fractional indices are Higher tier content worth practising hard — they appear in both calculator and non-calculator papers. And finally — always show your working. Method marks are there to be earned, even when you're not sure of the final answer. Thank you so much for listening. Keep practising, keep believing in yourself, and I'll see you in the next episode. Good luck! --- END OF SCRIPT

    Key Terms & Definitions

    Integer
    A whole number that can be positive, negative, or zero.
    Prime Number
    A number with exactly two distinct factors: 1 and itself.
    Rational Number
    Any number that can be expressed as a fraction $\frac{p}{q}$ where $p$ and $q$ are integers and $q \neq 0$.
    Irrational Number
    A real number that cannot be expressed as a simple fraction. Its decimal expansion is non-terminating and non-recurring.
    Significant Figure
    The digits in a number that contribute to its precision, starting from the first non-zero digit.
    Error Interval
    The range of possible true values for a rounded measurement, from its lower bound to its upper bound.

    Worked Examples

    Practice Questions

    Number

    Edexcel
    GCSE
    Mathematics

    Master the foundation of mathematics with our comprehensive guide to Number. From BODMAS and prime factors to standard form and surds, secure the essential skills that underpin the entire GCSE specification.

    8
    Min Read
    3
    Examples
    5
    Questions
    6
    Key Terms
    🎙 Podcast Episode
    Number
    0:00-0:00

    Study Notes

    GCSE Mathematics: Number

    Overview

    Welcome to the Number topic — the fundamental bedrock of your entire GCSE Mathematics course. This topic is not just about basic arithmetic; it's about mastering the language of mathematics. It covers everything from the strict rules of BODMAS and the structure of the number system to advanced concepts like standard form, surds, and limits of accuracy.

    Why is this so important? Because Number skills are tested in almost every other topic. Whether you're calculating probabilities, solving algebraic equations, or finding the area of a circle, you need solid number skills to secure the final marks. Examiners frequently design questions that combine Number with other areas to test your synoptic understanding.

    Typical exam questions range from quick 1-mark recall questions (like identifying prime numbers or rounding to significant figures) to complex 4-6 mark problem-solving questions involving bounds, error intervals, or rationalising denominators in surds.

    Listen to our exclusive podcast episode to consolidate your learning:
    Number Topic Masterclass Podcast


    Key Concepts

    Concept 1: Order of Operations (BODMAS/BIDMAS)

    The order of operations is the strict sequence in which mathematical calculations must be performed. Examiners will deliberately write expressions that test whether you know this rule. If you just calculate from left to right, you will often get the wrong answer.

    BODMAS stands for:

    • Brackets
    • Orders (Powers and Roots)
    • Division and Multiplication (Left to right)
    • Addition and Subtraction (Left to right)

    The BODMAS Order of Operations

    Why does this work? Mathematics requires a universal standard so that everyone calculating the same expression gets the same result. Without BODMAS, an expression like 3 + 4 \times 2 could be 14 (if you add first) or 11 (if you multiply first). The convention is that multiplication and division take precedence over addition and subtraction.

    Example: Calculate 15 - 3 \times (2^2 + 1)

    1. Brackets & Orders: Inside the bracket, calculate the power first: 2^2 = 4. So the bracket is (4 + 1) = 5.
    2. The expression is now 15 - 3 \times 5.
    3. Multiplication: 3 \times 5 = 15.
    4. Subtraction: 15 - 15 = 0.

    Concept 2: Types of Numbers

    You must be able to classify numbers into different categories. Examiners often use these terms in questions (e.g., "Write down an integer...").

    Classification of Number Types

    • Integers: Whole numbers, both positive and negative, including zero (e.g., -3, 0, 7).
    • Rational Numbers: Any number that can be written as a fraction \frac{a}{b} where a and b are integers. This includes terminating decimals (like 0.25) and recurring decimals (like 0.333...).
    • Irrational Numbers: Numbers that cannot be written as a simple fraction. Their decimal expansions go on forever without repeating (e.g., \pi, \sqrt{2}, \sqrt{5}).
    • Prime Numbers: A number with exactly two factors: 1 and itself. (Note: 1 is NOT a prime number. 2 is the only even prime number).

    Concept 3: Prime Factor Decomposition, HCF, and LCM

    Every integer greater than 1 can be expressed as a unique product of prime numbers. This is called its prime factor decomposition.

    To find the Highest Common Factor (HCF) and Lowest Common Multiple (LCM) of two numbers, using a prime factor tree and a Venn diagram is the most robust method, avoiding the errors common in simply listing factors or multiples.

    Prime Factor Decomposition

    Why does this work? The HCF is the largest number that divides into both. Therefore, it must be made up of the prime factors that both numbers share (the intersection of the Venn diagram). The LCM is the smallest number that both divide into. Therefore, it must contain all the prime factors required to build either number (the union of the Venn diagram).

    Example: Find the HCF and LCM of 24 and 36.

    1. 24 = 2^3 \times 3
    2. 36 = 2^2 \times 3^2
    3. HCF: Multiply the shared prime factors. They share two 2s and one 3. HCF = 2 \times 2 \times 3 = 12.
    4. LCM: Multiply the highest powers of all prime factors present. LCM = 2^3 \times 3^2 = 8 \times 9 = 72.

    Concept 4: Standard Form

    Standard form is a way of writing very large or very small numbers efficiently. It is always written in the format:
    A \times 10^n
    Where 1 \leq A < 10 and n is an integer.

    Understanding Standard Form

    Why does this work? Our number system is base-10. Multiplying or dividing by powers of 10 simply shifts the digits relative to the decimal point. Standard form standardises this by ensuring the leading digit is always in the units column.

    Example: Write 0.00045 in standard form.

    1. The coefficient A must be between 1 and 10, so A = 4.5.
    2. To get from 4.5 to 0.00045, the digits must shift 4 places to the right (or the decimal point moves 4 places left).
    3. Therefore, we are dividing by 10^4, which is the same as multiplying by 10^{-4}.
    4. Answer: 4.5 \times 10^{-4}.

    Concept 5: Rounding, Estimation, and Bounds

    Examiners frequently test your ability to round numbers appropriately and use them to estimate answers.

    • Decimal Places (d.p.): Count from the decimal point.
    • Significant Figures (s.f.): Count from the first non-zero digit.

    Estimation: When asked to estimate a calculation, you MUST round every number to 1 significant figure before calculating.

    Bounds and Error Intervals: If a measurement is rounded, its true value lies within a range. The lower bound is the smallest possible value; the upper bound is the largest.
    If length L = 8.4 cm (to 1 d.p.), the error interval is 8.35 \leq L < 8.45. Notice the strict inequality (<) for the upper bound!

    Concept 6: Surds and Fractional Indices (Higher Tier)

    A surd is an irrational number left in square root form to maintain exact precision.

    • Simplifying Surds: Look for the largest square number that is a factor. E.g., \sqrt{50} = \sqrt{25 \times 2} = \sqrt{25} \times \sqrt{2} = 5\sqrt{2}.
    • Rationalising the Denominator: Multiply the numerator and denominator by the surd to remove the root from the bottom. E.g., \frac{1}{\sqrt{3}} = \frac{1 \times \sqrt{3}}{\sqrt{3} \times \sqrt{3}} = \frac{\sqrt{3}}{3}.

    Fractional Indices:

    • a^{\frac{1}{2}} = \sqrt{a}
    • a^{\frac{1}{3}} = \sqrt[3]{a}
    • a^{\frac{m}{n}} = (\sqrt[n]{a})^m

    Mathematical Relationships & Formulas

    While Number doesn't have as many formulas as Geometry, there are key rules of indices you must memorise:

    • Multiplication Rule: a^m \times a^n = a^{m+n}
    • Division Rule: a^m \div a^n = a^{m-n}
    • Power of a Power Rule: (a^m)^n = a^{mn}
    • Zero Power Rule: a^0 = 1 (for $a
      eq 0$)
    • Negative Power Rule: a^{-n} = \frac{1}{a^n}

    Note: None of these are provided on the formula sheet. You must memorise them.


    Practical Applications

    Number skills are used constantly in the real world:

    • Standard Form: Used by astronomers to measure distances between galaxies (e.g., 9.46 \times 10^{12} km in a light-year) and by microbiologists to measure the size of cells or viruses.
    • Estimation: Used daily in budgeting, construction, and engineering to quickly verify if calculated values are reasonable.
    • Bounds: Crucial in manufacturing and engineering tolerances. A machine part must be machined to a specific size within strict upper and lower bounds to function correctly.

    Visual Resources

    4 diagrams and illustrations

    The BODMAS Order of Operations
    The BODMAS Order of Operations
    Classification of Number Types
    Classification of Number Types
    Prime Factor Decomposition
    Prime Factor Decomposition
    Understanding Standard Form
    Understanding Standard Form

    Interactive Diagrams

    2 interactive diagrams to visualise key concepts

    Prime Factor Decomposition of 60 using a factor tree approach.

    Concept map showing the structure of the Number topic.

    Worked Examples

    3 detailed examples with solutions and examiner commentary

    Practice Questions

    Test your understanding — click to reveal model answers

    Q1

    Estimate the value of \frac{38.4 \times 5.12}{0.193}

    3 marks
    standard

    Hint: Round every number to 1 significant figure before you do any multiplication or division.

    Q2

    Express 108 as a product of its prime factors. Give your answer in index form.

    3 marks
    foundation

    Hint: Start by dividing by the smallest prime number, 2.

    Q3

    Evaluate 8^{-\frac{2}{3}}

    3 marks
    challenging

    Hint: Deal with the negative sign first, then the denominator of the fraction (the root), and finally the numerator (the power).

    Q4

    Given that x = 4.2 correct to 1 decimal place and y = 5.6 correct to 1 decimal place, calculate the upper bound for the value of \frac{x}{y}.

    3 marks
    challenging

    Hint: To make a fraction as large as possible, you need the largest possible numerator and the smallest possible denominator.

    Q5

    Prove algebraically that the recurring decimal 0.4\dot{5} can be written as the fraction \frac{41}{90}.

    3 marks
    challenging

    Hint: Let $x = 0.4555...$ and find equations for $10x$ and $100x$ so the decimal parts match.

    Explore this topic further

    View Topic PageAll Mathematics Topics

    Key Terms

    Essential vocabulary to know