HKDSE · 試験対策

Mathematics M1 (Calculus and Statistics) 試験対策

Comprehensive preparation package for HKDSE Mathematics Module 1 (Calculus & Statistics), featuring time-management breakdowns, examiner-verified marking traps in integration and probability, and a custom Trapezoidal Rule calculator program.

読了時間 3 分更新日: 2026年6月21日

試験の概要

試験数
1
満点
100
制限時間
2時間 30分
出題形式
2
試験時間配点問題数配点比率出題形式
Module 1 (Calculus and Statistics)2時間 30分10012100%Section A (Short Questions), Section B (Long Questions)
評価段階
5**5*54321
電卓の規定

Use only calculators on the HKEAA Approved List, bearing the 'H.K.E.A.A. APPROVED' (or older 'H.K.E.A. APPROVED') label. Programmable scientific models (e.g. Casio fx-50FH II, fx-3650P II) are allowed, and you MAY keep your own formulas/programs stored in memory — HKDSE does not require you to clear it. Graphic-display (graphing) and CAS/symbolic calculators are not on the approved list and must not be used.

  • AO1: Mathematical Knowledge and Understanding (60%)
  • AO2: Application and Communication (40%)

過去問と採点基準にもとづいて作成(2021–2023)。

電卓プログラム

Binomial Probability

Casio fx-50FH II / fx-3650P II (HKEAA-approved programmable)

目的: \(P(X=r)=\binom{n}{r}p^r(1-p)^{n-r}\).

使う場面: Binomial questions asking for an exact number of successes.

手順
Prompt n, r, p; outputs the probability.
プログラム
?→N:?→R:?→P:(N nCr R)×P^R×(1-P)^(N-R)

試験での注意: p must be between 0 and 1; use nCr (built-in) for the coefficient.

Poisson Probability

Casio fx-50FH II / fx-3650P II (HKEAA-approved programmable)

目的: \(P(X=r)=\dfrac{e^{-\lambda}\lambda^r}{r!}\).

使う場面: Rare-event counts over a fixed interval.

手順
Prompt \(\lambda\), r; outputs the probability.
プログラム
?→L:?→R:e^(-L)×L^R÷R!

試験での注意: \(\lambda\) is the mean; r! uses the factorial key.

Standard Score (z)

Casio fx-50FH II / fx-3650P II (HKEAA-approved programmable)

目的: \(z=\dfrac{x-\mu}{\sigma}\) for the standard normal distribution.

使う場面: Before reading the normal distribution table.

手順
Prompt x, \(\mu\), \(\sigma\); outputs z.
プログラム
?→X:?→M:?→S:(X-M)÷S

試験での注意: \(\sigma\) is the standard deviation, not the variance.

よくあるミス

  1. 1high影響する配点: 1Standardisation of a normal variable and use of the standard normal table

    Truncating intermediate probability values, resulting in final answers that deviate from the required 4 d.p. standard.

    回避方法: Store intermediate calculation results in the calculator's memory registers (A, B, C, etc.) or write them down to at least 6 decimal places.
  2. 2high影響する配点: 2Sampling distribution and point estimates

    Neglecting to divide the variance or standard deviation by \( \sqrt{n} \) when standardising the sample mean under the Central Limit Theorem.

    回避方法: Always check whether the variable is an individual observation \( X \) or a sample mean \( \bar{X} \). For the latter, use \( \text{Var}(\bar{X}) = \sigma^2/n \).
  3. 3medium影響する配点: 2Definite integration and its applications

    Failing to write down the differential symbol dx or dt, or failing to change the limits of integration when performing integration by substitution.

    回避方法: Always write the differential step explicitly (e.g., \( du = g'(x)dx \)) and construct a small table to convert \( x \)-limits to \( u \)-limits before integrating.
  4. 4medium影響する配点: 2Confidence interval for a population mean

    Using the sample standard deviation \( s \) directly as the margin of error without dividing by \( \sqrt{n} \) when calculating Confidence Intervals.

    回避方法: Recall the confidence interval formula: \( \bar{x} \pm z_{\alpha/2} \left(\frac{s}{\sqrt{n}}\right) \). The term \( s/\sqrt{n} \) is mandatory.
  5. 5high影響する配点: 3Conditional probability and Bayes’ theorem

    Incorrectly defining the conditional probability space in Bayes' Theorem, especially missing complementary events in the denominator.

    回避方法: Draw a probability tree diagram immediately. Ensure that all branches leading to the target event are summed in the denominator.

コツを高得点につなげよう

thinka は弱点を的確な演習に変え、即時採点と試験形式のフィードバックを提供します。より賢く、より短時間で。

本番形式の問題を解いて、AIが即座に採点とフィードバック。

無料で問題を解いてみる