Standard form
Overview
Standard form is a compact way to write numbers using powers of $10$. It is especially useful for numbers that are very large, such as $6\,400\,000$, or very small, such as $0.000072$.
In this topic, a number in standard form is written as:
$$ A \times 10^n $$
where:
$$ 1 \le A < 10 $$
and $n$ is an integer.
Standard form connects number sense with Exponents. It also supports science, measurement, calculator work, and CSEE-style simplification questions where learners must keep track of place value and powers of $10$.
+ Syllabus Alignment
- Subject: Mathematics
- Level: CSEE
- Form: Mathematics Form II
- Competence: Use algebra and matrices in problem solving
- Source topic ID:
topic-standard-form - Hub: Algebra And Matrices
This page expands the official Form II Mathematics syllabus topic Standard form. The syllabus is the authority for the topic identity, class placement, and competence link. Exam records and the 2022 exam-format crosswalk are used only as assessment signals until they are manually reviewed.
Prerequisites
- Exponents - Standard form uses powers of $10$, including positive and negative exponents.
- Approximations, rounding, significant figures, and decimal places - Many standard-form answers are rounded to a stated number of significant figures or decimal places.
- Rational, irrational, and real numbers - Learners should be comfortable with whole numbers, decimals, and fractions.
- Algebraic expressions and equations - Standard form is sometimes used inside algebraic expressions, formula substitution, and simplification.
Learning Scope
This chapter covers the meaning of standard form, converting ordinary numbers into standard form, converting standard-form numbers back to ordinary notation, comparing standard-form numbers, and doing multiplication, division, addition, and subtraction with numbers written in standard form.
This page does not fully teach all laws of exponents, all rules of approximation, or calculator notation. Those ideas are linked where they become important. The aim here is to make standard form accurate, readable, and useful in problem solving.
Subtopics
Meaning Of Standard Form
A positive number is in standard form when it has the shape:
$$ A \times 10^n $$
where $A$ is at least $1$ but less than $10$, and $n$ is an integer.
Examples of numbers in standard form:
$$ 4.2 \times 10^5 $$
$$ 7.09 \times 10^{-3} $$
$$ 1 \times 10^8 $$
Examples that are not in standard form:
$$ 42 \times 10^4 $$
because $42$ is not less than $10$, and:
$$ 0.42 \times 10^6 $$
because $0.42$ is less than $1$.
Key insight: The first number must be in the interval $1 \le A < 10$. The power of $10$ then records how far the decimal point has moved.
Powers Of Ten And Place Value
Powers of $10$ shift place value.
Positive powers of $10$ make a number larger:
$$ 10^3 = 1000 $$
So:
$$ 3.6 \times 10^3 = 3600 $$
Negative powers of $10$ make a number smaller:
$$ 10^{-4} = \frac{1}{10^4} = 0.0001 $$
So:
$$ 5.8 \times 10^{-4} = 0.00058 $$
Key insight: A positive exponent moves the decimal point to the right when returning to ordinary notation. A negative exponent moves it to the left.
Converting Large Numbers To Standard Form
For a number greater than or equal to $10$, move the decimal point left until the first factor is between $1$ and $10$.
Example:
$$ 72\,000 = 7.2 \times 10^4 $$
The decimal point moved $4$ places to the left, so the exponent is $4$.
Another example:
$$ 9\,450\,000 = 9.45 \times 10^6 $$
Key insight: Large numbers usually produce positive exponents.
Converting Small Numbers To Standard Form
For a positive number less than $1$, move the decimal point right until the first factor is between $1$ and $10$.
Example:
$$ 0.0063 = 6.3 \times 10^{-3} $$
The decimal point moved $3$ places to the right, so the exponent is $-3$.
Another example:
$$ 0.000084 = 8.4 \times 10^{-5} $$
Key insight: Small positive decimals usually produce negative exponents.
Converting From Standard Form To Ordinary Form
To convert back to ordinary form, use the exponent on $10$ to move the decimal point.
Example with a positive exponent:
$$ 2.75 \times 10^4 = 27\,500 $$
Example with a negative exponent:
$$ 6.12 \times 10^{-3} = 0.00612 $$
Key insight: The exponent tells the direction and number of places, but the value of $A$ still matters.
Comparing Numbers In Standard Form
To compare two positive standard-form numbers, first compare their powers of $10$.
For example:
$$ 8.1 \times 10^5 > 3.4 \times 10^4 $$
because $10^5$ is ten times larger than $10^4$, and the first number is in the hundred-thousands while the second is in the ten-thousands.
If the powers of $10$ are the same, compare the first factors:
$$ 4.7 \times 10^3 > 4.2 \times 10^3 $$
Key insight: Exponents usually decide size first. If the exponents match, compare the decimal factors.
Multiplying Numbers In Standard Form
When multiplying, multiply the decimal factors and add the powers of $10$.
$$ (a \times 10^m)(b \times 10^n) = ab \times 10^{m+n} $$
Example:
$$ \begin{aligned} (3.2 \times 10^4)(2 \times 10^3) &= 3.2 \times 2 \times 10^{4+3} \\ &= 6.4 \times 10^7 \end{aligned} $$
If the decimal factor is not between $1$ and $10$, adjust it.
$$ \begin{aligned} (6 \times 10^5)(4 \times 10^2) &= 24 \times 10^7 \\ &= 2.4 \times 10^8 \end{aligned} $$
Key insight: After calculating, check whether the answer is still in standard form.
Dividing Numbers In Standard Form
When dividing, divide the decimal factors and subtract the powers of $10$.
$$ \frac{a \times 10^m}{b \times 10^n} = \frac{a}{b} \times 10^{m-n}, \quad b \ne 0 $$
Example:
$$ \begin{aligned} \frac{8.4 \times 10^6}{2.1 \times 10^2} &= \frac{8.4}{2.1} \times 10^{6-2} \\ &= 4 \times 10^4 \end{aligned} $$
If the decimal factor is less than $1$, adjust it.
$$ \begin{aligned} \frac{3.6 \times 10^2}{9 \times 10^5} &= 0.4 \times 10^{-3} \\ &= 4 \times 10^{-4} \end{aligned} $$
Key insight: Division can create a factor below $1$ or above $10$, so the final standard-form check is important.
Adding And Subtracting Numbers In Standard Form
Addition and subtraction are easiest when the powers of $10$ are the same.
Example:
$$ \begin{aligned} 3.4 \times 10^5 + 2.1 \times 10^5 &= (3.4 + 2.1) \times 10^5 \\ &= 5.5 \times 10^5 \end{aligned} $$
If the powers are different, rewrite one number so both terms use the same power of $10$.
Example:
$$ \begin{aligned} 6.2 \times 10^4 + 3.5 \times 10^3 &= 6.2 \times 10^4 + 0.35 \times 10^4 \\ &= 6.55 \times 10^4 \end{aligned} $$
Key insight: Do not add exponents when adding numbers. First make place values match.
Standard Form And Approximation
Some questions ask for a standard-form answer correct to a given number of significant figures.
Example:
$$ 47\,893 = 4.7893 \times 10^4 $$
Correct to three significant figures:
$$ 4.79 \times 10^4 $$
Example:
$$ 0.0009628 = 9.628 \times 10^{-4} $$
Correct to two significant figures:
$$ 9.6 \times 10^{-4} $$
Key insight: Round the decimal factor $A$, but keep the exponent consistent with the size of the number.
Calculator Notation
Some calculators show standard form using notation such as E or EXP. For example, a calculator display like:
$$ 3.7E5 $$
usually means:
$$ 3.7 \times 10^5 $$
This page uses the written mathematical form $A \times 10^n$.
Key insight: Calculator notation is a display shortcut. In written work, show the full power of $10$ unless the teacher or exam instruction says otherwise.
Key Terms
- Standard form: A way to write a number as $A \times 10^n$, where $1 \le A < 10$ and $n$ is an integer.
- Decimal factor: The number $A$ in $A \times 10^n$.
- Power of ten: A number such as $10^3$, $10^0$, or $10^{-4}$.
- Positive exponent: An exponent greater than $0$; in standard form it is commonly used for large numbers.
- Negative exponent: An exponent less than $0$; in standard form it is commonly used for small decimals.
- Ordinary form: The usual decimal or whole-number notation, such as $72\,000$ or $0.0063$.
- Significant figures: The important digits counted from the first non-zero digit when giving an approximate value.
Worked Examples
Example 1: Convert A Large Number To Standard Form
Write $560\,000$ in standard form.
Move the decimal point until the first factor is between $1$ and $10$:
$$ 560\,000 = 5.6 \times 100\,000 $$
Since:
$$ 100\,000 = 10^5 $$
we get:
$$ 560\,000 = 5.6 \times 10^5 $$
Final answer:
$$ 5.6 \times 10^5 $$
Example 2: Convert A Small Decimal To Standard Form
Write $0.00043$ in standard form.
Move the decimal point right until the first factor is between $1$ and $10$:
$$ 0.00043 = 4.3 \times 0.0001 $$
Since:
$$ 0.0001 = 10^{-4} $$
we get:
$$ 0.00043 = 4.3 \times 10^{-4} $$
Final answer:
$$ 4.3 \times 10^{-4} $$
Example 3: Convert From Standard Form To Ordinary Form
Write $7.08 \times 10^{-3}$ in ordinary form.
The exponent $-3$ means move the decimal point $3$ places left:
$$ 7.08 \times 10^{-3} = 0.00708 $$
Final answer:
$$ 0.00708 $$
Example 4: Multiply In Standard Form
Evaluate $(2.5 \times 10^6)(3.2 \times 10^{-2})$ and write the answer in standard form.
Multiply the decimal factors and add the exponents:
$$ \begin{aligned} (2.5 \times 10^6)(3.2 \times 10^{-2}) &= 2.5 \times 3.2 \times 10^{6+(-2)} \\ &= 8.0 \times 10^4 \end{aligned} $$
Final answer:
$$ 8 \times 10^4 $$
Example 5: Divide In Standard Form
Evaluate:
$$ \frac{7.5 \times 10^8}{3 \times 10^5} $$
Divide the decimal factors and subtract the exponents:
$$ \begin{aligned} \frac{7.5 \times 10^8}{3 \times 10^5} &= \frac{7.5}{3} \times 10^{8-5} \\ &= 2.5 \times 10^3 \end{aligned} $$
Final answer:
$$ 2.5 \times 10^3 $$
Example 6: Add Numbers In Standard Form
Evaluate $4.8 \times 10^5 + 6.3 \times 10^4$ and write the answer in standard form.
Rewrite the second term using $10^5$:
$$ 6.3 \times 10^4 = 0.63 \times 10^5 $$
Then add:
$$ \begin{aligned} 4.8 \times 10^5 + 6.3 \times 10^4 &= 4.8 \times 10^5 + 0.63 \times 10^5 \\ &= (4.8 + 0.63) \times 10^5 \\ &= 5.43 \times 10^5 \end{aligned} $$
Final answer:
$$ 5.43 \times 10^5 $$
Example 7: Simplify And Write In Standard Form
Simplify:
$$ \frac{7 \times 10^4}{0.000035} $$
First write the denominator in standard form:
$$ 0.000035 = 3.5 \times 10^{-5} $$
Now divide:
$$ \begin{aligned} \frac{7 \times 10^4}{0.000035} &= \frac{7 \times 10^4}{3.5 \times 10^{-5}} \\ &= \frac{7}{3.5} \times 10^{4-(-5)} \\ &= 2 \times 10^9 \end{aligned} $$
Final answer:
$$ 2 \times 10^9 $$
Common Mistakes
- Mistake: Writing $56 \times 10^4$ as the final standard-form answer.
- Mistake: Using a positive exponent for every number.
- Mistake: Moving the decimal point in the wrong direction when converting back to ordinary form.
- Mistake: Adding exponents during addition.
- Mistake: Forgetting to adjust after multiplication or division.
- Mistake: Rounding before the main calculation when precision is needed.
Correction: The first factor must be less than $10$, so $56 \times 10^4 = 5.6 \times 10^5$.
Correction: Small decimals such as $0.0032$ use negative exponents: $0.0032 = 3.2 \times 10^{-3}$.
Correction: $10^4$ moves right, while $10^{-4}$ moves left.
Correction: In $2 \times 10^3 + 4 \times 10^3$, add the factors and keep the common power: $6 \times 10^3$.
Correction: $18 \times 10^6$ is not in standard form; it should be $1.8 \times 10^7$.
Correction: Keep enough digits during working, then round the final answer to the requested accuracy.
Practice Tasks
Direct Understanding
- State the condition that $A$ must satisfy in $A \times 10^n$.
- Decide whether $8.5 \times 10^3$ is in standard form.
- Decide whether $0.85 \times 10^4$ is in standard form. Give a reason.
- Explain why $10^{-2}$ is connected to small decimals.
Skill Practice
- Write $43\,000$ in standard form.
- Write $7\,200\,000$ in standard form.
- Write $0.0056$ in standard form.
- Write $0.000091$ in standard form.
- Write $3.4 \times 10^5$ in ordinary form.
- Write $6.05 \times 10^{-4}$ in ordinary form.
Application Problems
- Evaluate $(4 \times 10^3)(2.5 \times 10^4)$ and write the answer in standard form.
- Evaluate $\frac{9.6 \times 10^7}{3.2 \times 10^2}$ and write the answer in standard form.
- Evaluate $5.7 \times 10^6 + 2.4 \times 10^5$ and write the answer in standard form.
- Evaluate $8.2 \times 10^{-3} - 3.1 \times 10^{-4}$ and write the answer in standard form.
- A measurement is $0.00000048$ m. Write it in standard form.
- A population is approximately $12\,600\,000$. Write it in standard form correct to three significant figures.
Multi-Step Reasoning
- Simplify $\frac{6 \times 10^5}{0.00003}$ and write the answer in standard form.
- Given $p = 3.2 \times 10^4$ and $q = 4 \times 10^{-2}$, find $pq$ in standard form.
- Given $x = 7.5 \times 10^{-6}$ and $y = 2.5 \times 10^3$, find $\frac{x}{y}$ in standard form.
- A calculator gives the answer $0.000000726$. Write the answer in standard form correct to two significant figures.
Edge Cases
- Rewrite $10 \times 10^4$ in standard form.
- Rewrite $0.1 \times 10^{-5}$ in standard form.
- Explain why $9.999 \times 10^2$ is in standard form but $10.001 \times 10^2$ is not.
- Decide which is larger: $3.1 \times 10^{-4}$ or $8.6 \times 10^{-5}$. Give a reason.
Generated Question Layer
- Conceptual questions: Ask learners to identify whether a number is in standard form and explain the role of $A$ and $n$.
- Conversion questions: Generate ordinary-to-standard and standard-to-ordinary conversions using large whole numbers and small decimals.
- Operation questions: Generate multiplication, division, addition, and subtraction problems requiring a final standard-form answer.
- Approximation questions: Generate answers that must be rounded to a stated number of significant figures after conversion.
- Application contexts: Use measurement, distance, mass, population, money, and science-style quantities without claiming they are official exam questions.
- Edge cases: Include factors such as $10$, $0.1$, $12.4$, and $0.04$ so learners must adjust the final form.
Exam-Derived Signals
The 2021-2025 topic frequency file lists topic-standard-form among topic records, but the raw aggregate counts do not currently show a clean primary-topic count for Standard form. This means the signal should be treated as a retrieval or review lead, not as confirmed frequency evidence.
The recent extracted question map contains one clear standard-form phrase:
| Year | Question ID | Current Mapping | Signal | | ---: | --- | --- | --- | | 2022 | csee_041_2022_p1_q01_b_ii | Primary topic topic-exponents; review status needs_manual_review | Simplifies $\frac{7 \times 10^4}{0.000035}$ and asks for the answer in standard form. |
The 2022 exam-format crosswalk maps the official group Exponents/Radicals/Logarithms to Exponents, Radicals, and Logarithms. It does not separately map Standard form, even though standard-form work naturally uses powers of $10$. This page therefore treats the crosswalk as an adjacent assessment signal, not direct proof of standard-form weighting.
These signals are unreviewed. They should be checked against original papers and marking schemes before being used as official past-question links or frequency claims.
Source And Review Notes
- Official syllabus status: The topic identity, Form II placement, competence, hub, and page path come from
data/curriculum_map.jsonand the official source referenceraw/syllabuses/csee/2023/csee_mathematics_syllabus_2023.pdf. - Learner expansion status: The explanations, examples, mistakes, and practice tasks are original learner-facing prose drafted from the syllabus topic and mathematical conventions.
- Exam signal status:
data/question_map_2021_2025.jsonl,data/topic_frequency_2021_2025.json, anddata/exam_format_topic_crosswalk_2022.jsonlwere used only for cautious unreviewed assessment signals. - Review risk: Standard-form questions may be mapped under Exponents or Approximations, rounding, significant figures, and decimal places when extraction depends on keywords. A manual audit should decide whether future records belong primarily to Standard form or to a neighboring topic.
- Renderer QA: This page uses
$...$and$$...$$math notation for compatibility with Obsidian, KaTeX, and MathJax. Some plain Markdown viewers may show the raw delimiters.