The specification gives the formula verbatim:
File size (bits)=rate×res×secs
where rate = sampling rate (Hz), res = sample resolution (bits), secs = number of seconds.
The method
- Identify rate, resolution and duration.
- Convert the duration to seconds if given in minutes.
- Multiply all three → size in bits.
- Divide by 8 → bytes, then by 1,000 for kB, again for MB.
- Sense-check against real-world scale.
Worked example
A 30-second recording is sampled at 44,100 Hz with a resolution of 16 bits. Calculate the file size in MB.
Step 1 — bits:
44,100×16×30=21,168,000 bits
Step 2 — bytes:
21,168,000÷8=2,646,000 bytes
Step 3 — megabytes:
2,646,000÷1,000,000=2.646 MB
Sense-check: CD-quality audio runs at roughly 5 MB per minute, so 30 seconds at around 2.6 MB is exactly right ✓
Converting minutes to seconds
A very common step — and a very common slip:
3 minutes=3×60=180 seconds
Always convert before substituting. Putting "3" into the formula instead of 180 makes the answer sixty times too small.
Working backwards
Rearrange as needed:
secs=rate×ressize in bitsres=rate×secssize in bits
A file of 1,411,200 bits was recorded at 44,100 Hz with 16-bit resolution. How long is it?
44,100×161,411,200=705,6001,411,200=2 seconds
Stereo
If a question mentions stereo, the sound has two channels, so multiply by 2. Mono has one channel and needs no adjustment. AQA's formula assumes a single channel unless the question states otherwise.
AQA tip. Show every step and label the units. Mark schemes award the multiplication and the ÷8 as separate method marks, so working protects marks even if the arithmetic slips — and the minutes-to-seconds conversion is often a mark in its own right.