Module 2 Assessment Quiz
Test your understanding of frequency distributions, statistical measures, and pharmaceutical data analysis
Question 1 of 15
When creating a frequency distribution for tablet weight data from 100 tablets, how many class intervals should you use according to Sturges' Rule?
A batch of tablets shows the following potency values (%). Which measure of central tendency is most appropriate for regulatory reporting?
Tablet | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
---|---|---|---|---|---|---|---|---|---|---|
Potency (%) | 98.2 | 99.1 | 100.3 | 99.8 | 101.2 | 99.5 | 100.1 | 98.9 | 99.7 | 100.0 |
Drug absorption follows a normal distribution with mean Cmax = 45 μg/mL and standard deviation = 8 μg/mL. What percentage of patients will have Cmax between 37-53 μg/mL?
Population: μ = 45 μg/mL, σ = 8 μg/mL
Range of Interest: 37 to 53 μg/mL
Distribution: Normal (bell curve)
Two analytical methods show the following results. Which method has better precision?
Method | Mean | Standard Deviation |
---|---|---|
HPLC | 250.0 mg | 2.5 mg |
UV Spectroscopy | 125.0 mg | 1.8 mg |
Excel UV: =(1.8/125)*100 = 1.44%
A histogram of dissolution times shows a long tail extending to the right. This distribution is:
Observation: Most tablets dissolve within 15-25 minutes, but some tablets take up to 45 minutes
Shape: Peak at left, tail extending right
Clinical Impact: Delayed dissolution may affect bioavailability
For tablet hardness data (in kp): 4.2, 4.5, 4.8, 5.1, 5.3, 5.6, 5.8, 6.1, 6.4, 6.7. What is the interquartile range (IQR)?
Sorted Data: 4.2, 4.5, 4.8, 5.1, 5.3, 5.6, 5.8, 6.1, 6.4, 6.7 kp
Sample Size: n = 10 tablets
Quality Range: IQR represents middle 50% of hardness values
A tablet weight of 520 mg is measured from a batch with mean = 500 mg and standard deviation = 15 mg. What is the z-score and interpretation?
Individual Tablet: 520 mg
Batch Statistics: μ = 500 mg, σ = 15 mg
Quality Concern: Is this tablet within acceptable range?
Probability: =NORM.S.DIST(1.33,TRUE) = 0.91
From the dissolution time frequency table below, what percentage of tablets dissolved in 20 minutes or less?
Time Interval (min) | Frequency | Cumulative Frequency |
---|---|---|
5-10 | 8 | 8 |
10-15 | 22 | 30 |
15-20 | 35 | 65 |
20-25 | 20 | 85 |
25-30 | 15 | 100 |
Or use COUNTIFS for conditional counting
A sample of 25 tablets from a large batch shows a standard deviation of 5 mg. What is the standard error of the mean (SEM)?
Sample Size: n = 25 tablets
Sample SD: s = 5 mg
Purpose: Estimate precision of sample mean as batch estimator
Or: =STDEV(range)/SQRT(COUNT(range))
A box plot of tablet disintegration times shows the median closer to Q1 than to Q3, with a long whisker extending toward higher values. This indicates:
Box Plot Features:
• Median line closer to bottom of box (Q1)
• Upper whisker longer than lower whisker
• Few tablets take much longer to disintegrate
In a content uniformity test of 30 tablets, 6 tablets were found in the 95-100% range. What is the relative frequency for this class?
Total Sample: 30 tablets tested
Class Interval: 95-100% potency
Absolute Frequency: 6 tablets in this range
Drug release kinetics data shows strong positive skewness. Which transformation would most likely normalize the distribution?
Current Data: Highly right-skewed release times
Problem: Non-normal distribution violates statistical test assumptions
Goal: Transform to approximately normal distribution
Check result: Create histogram of transformed data
Using the IQR method, a value is considered an outlier if it falls outside which range?
Method: Interquartile Range (IQR) Rule
Given: Q1 = 45 mg, Q3 = 55 mg, IQR = 10 mg
Purpose: Identify tablets with unusual weight values
Upper = QUARTILE.INC(range,3)+1.5*(QUARTILE.INC(range,3)-QUARTILE.INC(range,1))
Which Excel function would you use to create a frequency distribution for tablet weight classes automatically?
Task: Count tablets in weight ranges: 490-495, 495-500, 500-505, 505-510 mg
Data: 100 individual tablet weights in column A
Goal: Automated frequency counting
Alternative: Data Analysis Toolpak > Histogram
Two batches of tablets show identical means but different standard deviations (Batch A: σ=2mg, Batch B: σ=8mg). From a pharmaceutical quality perspective, which statement is correct?
Batch A: Mean = 250 mg, SD = 2 mg
Batch B: Mean = 250 mg, SD = 8 mg
Question: Which batch shows better manufacturing control?
Higher Cpk = better process control