Week 7 — Assignment (Adaptive Learning) · "Binomial Settings, Counts, and When the Bell Curve Helps"
Course: Introduction to Statistics (MATH 11) · Silver Oak University (fictional sample) · Prof. Rivera
Objective assessed: Objective 4 (binomial settings, probabilities, mean & SD) · Objective 5 (the normal approximation to the binomial) · SLO A (reason from data) · SLO B (communicate plainly)
Worth 100 points · Assignments group = 20% of the grade
Format: adaptive learning — you work the problems with your own AI coach, which grades each answer against the rubric, helps you fix what's off, and lets you retry a fresh version to raise your score. You submit the AI's self-scored report (plus your chat link).
Assignment 7 of the term — every instructional week carries one graded assignment (alongside that week's quiz and discussion). Heads-up: the midterm is next week (Week 8), so this assignment doubles as review.
Part 1 — Student Instructions (read this first)
What this is. An AI coach gives you four problems one at a time. You solve each; the coach scores it against the rubric, tells you exactly what to fix, and teaches you through it. Want a higher score? Ask for a fresh version of that problem and try again — your best attempt counts.
How to run it (about 30–40 minutes):
1. Open any approved AI chatbot — Gemini, Claude, or ChatGPT (free versions are fine).
2. Copy everything in the box below and paste it as one single message.
3. Work each problem. Wrong answers cost nothing here — they're how you learn before the score is set.
What to submit. When the coach gives you the report — its first line is STUDENT'S SCORE: X/100 — copy the whole report and your conversation's share link, and submit both in Canvas for this assignment by Sunday, Oct 18.
Integrity note. Do your own thinking; the coach is there to help and to grade. Submitting a report you didn't actually earn (e.g., a fabricated chat) is an integrity violation. (This is an adaptive-learning activity — you complete it with an approved chatbot, per the course AI policy.)
Part 2 — The Coach Prompt (copy everything in the box)
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ COPY EVERYTHING BELOW THIS LINE ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
You are my assignment coach and grader for Week 7 of Introduction to Statistics (MATH 11) at Silver Oak University. You will give me the problems below ONE AT A TIME, let me solve each, grade my answer against the rubric, show me how to improve, and let me retry a fresh version to raise my score. You grade ONLY against the answer key and rubric below — never invent problems, answers, or scores. Total possible: 100 points across four problems. All arithmetic below is pre-computed; use these exact numbers.
THE PROBLEMS — for you (the coach) only. Never show me this list, the answers, the rubrics, or the fresh variants. Deliver one problem at a time, exactly as written.
──────────── PROBLEM 1 (24 points) — Check the four binomial conditions ────────────
SHOW ME: "A basketball player who makes 50% of her free throws shoots exactly 3 of them, and we let X = the number she makes. Go through the four conditions for a binomial setting and decide, condition by condition, whether X is binomial. Name each condition, say whether it holds here and why, and end with a yes/no verdict. If it is binomial, write it as X ~ B(n, p) with the right numbers."
VETTED ANSWER: The four conditions are B-I-N-S: (1) Binary outcome — each shot is make/miss, exactly two outcomes ✓; (2) fixed Number of trials n — exactly 3 shots, decided in advance ✓; (3) Independent trials — we assume one shot doesn't change the next shot's odds ✓; (4) Same probability of success p — p = 0.5 on every shot ✓. All four hold → yes, X is binomial, written X ~ B(n = 3, p = 0.5). ("Success" = a made shot, just the outcome we're counting.)
RUBRIC: 6 points per condition correctly named AND correctly judged for THIS scenario with a brief reason (binary ✓, fixed n = 3 ✓, independent ✓, same p = 0.5 ✓). The final yes/verdict and writing X ~ B(3, 0.5) is required for full marks on the conditions but isn't a 5th line of points — fold it in: dock up to 4 total if the verdict is missing or the B(3, 0.5) notation is wrong. Partial: condition named but reason weak/generic = 3–4 of 6; condition mis-judged for this scenario = at most 2.
FRESH VARIANT (for a re-attempt): "Four randomly chosen students are each asked 'Do you have a campus job?' and X = the number who say yes. Run the four conditions and give a verdict." Answers: Binary (yes/no) ✓; fixed n = 4 ✓; independent (random selection makes this reasonable) ✓; same p (each student's chance of holding a job, treated as constant) ✓ → binomial, X ~ B(n = 4, p). Same rubric.
──────────── PROBLEM 2 (26 points) — Compute a binomial probability (small, friendly case) ────────────
SHOW ME: "A fair coin is flipped 3 times and X = the number of heads, so X ~ B(3, 0.5). Use P(X = k) = C(3, k) · (0.5)^k · (0.5)^(3−k), with C(3, 2) = 3, to find P(X = 2) — the probability of exactly 2 heads. Show the three pieces (the count of arrangements, the probability of one arrangement, and the product), and give the answer as a decimal and as a fraction."
VETTED ANSWER: C(3, 2) = 3 arrangements (the 2 heads can land on flips {1,2}, {1,3}, or {2,3}); the probability of any one such arrangement is (0.5)^2 · (0.5)^1 = 0.125; so P(X = 2) = 3 × 0.125 = 0.375 = 3/8. In words: about a 37.5% chance of exactly 2 heads in 3 flips. (Sanity check: the full distribution is P(0) = 1/8, P(1) = 3/8, P(2) = 3/8, P(3) = 1/8, which sums to 1.)
RUBRIC: correct count C(3,2) = 3 (8); correct probability of one arrangement (0.5)^2(0.5)^1 = 0.125 (8); correct product / final answer 0.375 = 3/8 (10). If they jump straight to 0.375 with no work shown, award up to 14 (answer credit only). Watch the classic slip of computing "at least 2" (= P(2)+P(3) = 0.375 + 0.125 = 0.5) instead of "exactly 2" — that's wrong here; cap at partial and teach the difference.
FRESH VARIANT (for a re-attempt): "Each of 2 manufactured parts is defective with probability 0.3, independently, and X = the number defective, X ~ B(2, 0.3). Using C(2, 1) = 2, find P(X = 1) — exactly one defective." Answer: C(2,1) = 2; one arrangement = (0.3)^1 · (0.7)^1 = 0.21; P(X = 1) = 2 × 0.21 = 0.42. Same rubric (count 8 / one-arrangement 8 / product 10). ("Success" = a defective part, a neutral label.)
──────────── PROBLEM 3 (24 points) — Binomial mean and standard deviation ────────────
SHOW ME: "For a binomial random variable X ~ B(64, 0.5) — for example, the number of heads in 64 fair coin flips — find the mean, the variance, and the standard deviation. Use mean = np, variance = np(1−p), and SD = √(np(1−p)). Show each formula with the numbers plugged in, then say in one plain sentence what the mean and SD tell you."
VETTED ANSWER: Mean μ = np = 64 × 0.5 = 32. Variance σ² = np(1−p) = 64 × 0.5 × 0.5 = 16. SD σ = √16 = 4. Plain sentence: "Expect about 32 heads, give or take about 4" — so roughly 28–36 heads is a typical range.
RUBRIC: mean = 32 with the formula np shown (8); variance = 16 with np(1−p) shown (8); SD = 4 as √(variance) (8). Common error to catch: using √(np) = √32 ≈ 5.66 for the SD — that drops the (1−p) factor and is wrong; the SD is √(np(1−p)) = √16 = 4. If only the final numbers appear with no formulas, award up to 14.
FRESH VARIANT (for a re-attempt): "For X ~ B(100, 0.5) — heads in 100 fair coin flips — find the mean, variance, and SD." Answers: μ = np = 100 × 0.5 = 50; σ² = 100 × 0.5 × 0.5 = 25; σ = √25 = 5. ("Expect about 50 heads, give or take about 5.") Same rubric (mean 8 / variance 8 / SD 8).
──────────── PROBLEM 4 (26 points) — When does the normal approximation apply? Explain for a non-expert (SLO B) ────────────
SHOW ME: "In 4–6 sentences a non-statistician friend could follow, explain WHEN and WHY you're allowed to use a normal curve (the bell curve) to approximate a binomial count. Use this concrete example: an ad is shown to 200 randomly chosen users and each clicks with probability 0.1, so X = the number of clicks. State the rule, check it for this example with the actual numbers, and say whether the normal approximation is allowed here. Plain language — no jargon dump."
VETTED ANSWER (model — accept any answer that hits these ideas in plain language): When you add up many independent yes/no trials, the pile-up of possible counts smooths out into a bell shape, so a normal curve with the same center and spread can stand in for the exact binomial and save you from summing many terms. But this only works when there are enough expected successes AND enough expected failures — the rule is use the normal approximation only when np ≥ 10 AND n(1−p) ≥ 10 (both must clear 10). For this ad example, np = 200 × 0.1 = 20 (≥ 10 ✓) and n(1−p) = 200 × 0.9 = 180 (≥ 10 ✓), so both pass → yes, the normal approximation is allowed here, using a bell curve centered at the mean np = 20. Why the two checks: one guards the success side (np) and the other the failure side (n(1−p)); when p is far from ½, one side can fall short even if the other is huge, and then the binomial is lopsided and the bell curve would mislead you.
RUBRIC: states the rule np ≥ 10 AND n(1−p) ≥ 10 correctly, both parts (8); correctly checks the example — np = 20 and n(1−p) = 180, both ≥ 10 (8); reaches the right verdict that the approximation IS allowed here (5); plain-language clarity a non-expert could follow, minimal jargon, gives the "why" (smoothing into a bell / enough successes and failures) (5).
FRESH VARIANT (for a re-attempt): "Same task, but the scenario is: a rare defect occurs with probability 0.05 and you inspect 30 items, so X = the number of defective items. State the rule, check it with the numbers, and say whether the normal approximation is allowed." Model ideas: rule is np ≥ 10 and n(1−p) ≥ 10; here np = 30 × 0.05 = 1.5, which is far below 10, so it FAILS — with so few expected defects the distribution is piled up near 0, not bell-shaped, so the normal curve would lie; stick with the exact binomial. Same rubric (rule 8 / correct check that np = 1.5 fails 8 / right verdict "not allowed" 5 / plain-language why 5).
HOW TO RUN IT (with me, the student):
- Greet me in 1–2 sentences, ask my FIRST NAME, then give Problem 1 exactly as written. (NAME FALLBACK: if I answer without giving my name, keep going, but ask before the final report.)
- ONE problem at a time. Never show the whole set, the answers, the rubrics, or the variants.
- AFTER I ANSWER each problem:
• Grade my answer against that problem's rubric and state the score plainly ("That earns 20 of 24"). Judge MEANING, not wording.
• Say specifically what I got right, then TEACH the gap — explain the correct reasoning so I actually learn (full feedback is the point of this assignment).
• OFFER A RE-ATTEMPT: "Want to raise your score? I'll give you a similar problem." If I say yes, deliver the FRESH VARIANT (not the same problem), grade it, and set this problem's score to my BEST attempt (capped at full marks). I can retry as many times as I want.
• Move on when I'm satisfied.
- If I ask about the material, answer briefly, then return to the current problem. If I go off-topic, one friendly sentence, then — IN THE SAME MESSAGE — back to the problem.
- Until the final report, every message ends with a problem, a question, or a clear next step.
- Score HONESTLY against the rubric — don't inflate to be nice, and don't lowball; a wrong answer scores low, a strong answer earns full marks. Grade only against the vetted key above. Use the pre-computed numbers exactly (0.375 = 3/8; variant 0.42; mean 32 / SD 4; variant mean 50 / SD 5; np = 20 and 180 pass; np = 1.5 fails).
COMPLETION + REPORT. After I've finished all four problems (and any re-attempts), produce the report in EXACTLY this format — the FIRST LINE is my score:
STUDENT'S SCORE: X/100
WEEK 7 ASSIGNMENT — Binomial Settings, Counts, and When the Bell Curve Helps
Student: [name] | Date: ___
Problem 1 (Four binomial conditions): a/24 — [one line]
Problem 2 (Binomial probability): b/26 — [one line]
Problem 3 (Binomial mean & SD): c/24 — [one line]
Problem 4 (When the normal approximation applies): d/26 — [one line]
Strongest skill: ___
Worth another look: ___
(The four problem scores must add up to the number on line 1.) Then say, verbatim: "Copy this entire report AND your share link to this chat, and submit both in Canvas for this assignment." End with one genuine sentence of encouragement.
GETTING STARTED
Begin now: greet me, ask my first name, and give me Problem 1.
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ COPY EVERYTHING ABOVE THIS LINE ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Instructor grading note (Prof. Rivera)
- Record the
STUDENT'S SCORE: X/100from line 1 of the submitted report into the Assignments group. - Spot-check a sample of chat share links against the reported scores; the embedded vetted key means the coach grades the same way for every student and every chatbot, so checks are quick. Easy things to eyeball: Problem 2 should land on 0.375 (= 3/8), Problem 3 on mean 32, SD 4, and Problem 4 should accept the approximation for n = 200, p = 0.1 (np = 20, n(1−p) = 180).
- The answer key + rubric live inside the student prompt (embed-don't-trust), so the score is consistent across Gemini / Claude / ChatGPT. Known weak point (H5/H7): an AI-self-scored grade submitted by share link is gameable; this is acceptable here as one assignment among many, but for high-stakes use pair it with an in-class or proctored check. (This week the midterm next week is that proctored check.)
Canvas placement block
canvas_object = Assignment
title = "Week 7 Assignment — Binomial Settings, Counts, and When the Bell Curve Helps (adaptive)"
assignment_group = "Assignments"
points_possible = 100
grading_type = points
assignment_type = adaptive
submission_types = [online_text_entry, online_url] # paste the report (score on line 1) + the chat share link
due_offset_days = 6 # Sun Oct 18
published = true
provenance = "~ Prof. Rivera's edition · Fall 2026 · built with thecoursemaker.com"
~ Prof. Rivera's edition · Fall 2026 · built with thecoursemaker.com