Skip to main content

How to find a confidence interval for a mean on the Casio fx-CG50

t and z confidence intervals for a population mean, from a list of data or from summary statistics. Exact keystrokes for the fx-CG50 first, then the other calculators, a worked example you can check your answers against, the mistakes that cost marks, and the same thing in Desmos.

Calculators: Casio fx-CG50 (OS 3.80) · TI-84 Plus CE (OS 5.8.x) · TI-Nspire CX II (OS 6.x) · Casio fx-991EX ClassWiz (the fixed ROM) · Casio fx-991CW ClassWiz (the fixed ROM). Checked September 2026.

When you need it

Confidence intervals are in Further Statistics (and IAL S3) rather than A Level Maths.

Practise it: Hypothesis testing.

Keystrokes on your calculator

Pick your calculator: the page remembers it next time.

Confidence intervals on the Casio fx-CG50

Written for OS 3.80 (menus unchanged from OS 3.60 onwards as far as we can tell). Casio fx-CG50: graphic (GDC).

  1. MENU 2, data in List 1.
  2. t-interval: F4 (INTR) F2 (t) F1 (1-SAMPLE). Data: List, C-Level 0.95, List: List1, Freq 1. Execute. Read Left and Right.
  3. z-interval (σ known): F4 (INTR) F1 (Z) F1 (1-SAMPLE), C-Level 0.95, σ 0.3, List1. Execute.
  4. From summary statistics: choose Data: Variable and type x̄, sx (or σ) and n instead of a list.
1-Sample tIntervalLeft =3.93341494Right=4.36658506x̄ =4.15sx =0.30276504n =10
Schematic fx-CG50 screen (not a photo); the bottom row is what F1–F6 do here.
  • C-Level is a decimal (0.95), not 95.

Worked example

Masses (kg): 4.2, 3.9, 4.5, 4.1, 3.8, 4.4, 4.0, 4.3, 3.7, 4.6. (a) Find a 95% confidence interval for the mean. (b) The same, if σ = 0.3 is known.

Answers (checked with Python)

x̄ = 4.15, s = 0.302765. (a) t-interval: (3.93341, 4.36659). (b) z-interval: (3.96406, 4.33594).

Common calculator mistakes

Do it in Desmos

Not in the exam. Desmos is not allowed in A Level exams. Use it to learn, to check a calculator answer, and to see what a function or data set looks like.

  1. Make a list M of the data.
  2. tinterval(M) gives the t-interval; its menu sets the confidence level.
  3. Check by hand: mean(M) ± tdist(9).inversecdf(0.975) × stdev(M)/√10.

The interactive graph loads here when you scroll to it.

Or open desmos.com/calculator and type:

  • M=[4.2,3.9,4.5,4.1,3.8,4.4,4,4.3,3.7,4.6]
  • tinterval(M)
  • mean(M)-tdist(9).inversecdf(0.975)·frac{stdev(M)}{√{10}}

More calculator skills

Sources

Menu names are taken from each manufacturer's manual for the OS versions shown. Menus can move slightly between OS updates: if a screen looks different on yours, the manual for your version is the reference, and please tell us so we can update this page. Worked-example answers were recomputed independently in Python.