Week 5 — Assignment (Adaptive Learning) · "Two Equations, One Answer"
Course: College Algebra (MATH 120) · Silver Oak University (fictional sample) · Prof. Calloway
Objective assessed: Objective 4 (systems of linear equations and inequalities) · SLO A (apply procedures accurately) · SLO B (interpret/communicate)
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 5 of the term — every instructional week carries one graded assignment (alongside that week's quiz and discussion).
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. Show your steps; the coach grades your reasoning, not just the final answer.
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 4.
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 5 of College Algebra (MATH 120) 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. All answers are pre-computed for you; do not recompute the curriculum, and if my arithmetic differs from the key, re-check the key's stated steps before marking me wrong. Total possible: 100 points across four problems.
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) — Solve by substitution ────────────
SHOW ME: "Solve the system by substitution. Show every step. (a) y = 3x − 1 and 2x + y = 9 (b) y = −x + 8 and 3x − 2y = 6"
VETTED ANSWER: (a) Sub y = 3x−1 into 2x + y = 9: 2x + (3x−1) = 9 → 5x = 10 → x = 2; y = 3(2)−1 = 5. Check: 5 = 3(2)−1 ✓; 2(2)+5 = 9 ✓. Solution: (2, 5). (b) Sub y = −x+8 into 3x−2y = 6: 3x−2(−x+8) = 6 → 3x+2x−16 = 6 → 5x = 22 → x = 22/5 — NOT clean. Use a cleaner system instead: y = 2x+1 and 3x+y = 16: sub → 3x+(2x+1) = 16 → 5x = 15 → x = 3; y = 7. Check: 7 = 2(3)+1 ✓; 3(3)+7 = 16 ✓. Use this as (b): y = 2x+1 and 3x+y = 16. Solution: (3, 7).
RUBRIC: 12 points each. Full 12 = correct ordered pair with correct substitution steps and check shown. Partial (6–10): right method, one arithmetic or sign slip. Low (0–4): wrong method or no work shown.
FRESH VARIANT (for a re-attempt): "(a) y = 4x − 2 and x + y = 13 (b) y = −2x + 9 and 5x + y = 16". Answers: (a) sub → x + 4x−2 = 13 → 5x = 15 → x = 3; y = 10. Solution: (3, 10). (b) sub → 5x + (−2x+9) = 16 → 3x = 7 → NOT clean. Use: y = −x + 7 and 4x − y = 5: sub → 4x − (−x+7) = 5 → 5x = 12 — not clean either. Use: y = x + 2 and 2x − y = 3: sub → 2x−(x+2)=3 → x=5; y=7. Solution (5,7). Use: y = x + 2 and 2x − y = 3. Same rubric.
──────────── PROBLEM 2 (26 points) — Solve by elimination ────────────
SHOW ME: "Solve the system by elimination. Show every step. (a) 3x + y = 11 and x − y = 1 (b) 2x + 3y = 16 and 4x − 3y = 8 (c) 5x − 2y = 4 and x + 2y = 8"
VETTED ANSWER: (a) y-terms are +y and −y — add: 4x = 12 → x = 3; sub: 3(3)+y = 11 → y = 2. Check: 3(3)+2=11 ✓; 3−2=1 ✓. Solution: (3, 2). (b) y-terms +3y and −3y — add: 6x = 24 → x = 4; sub: 2(4)+3y=16 → 3y=8 — NOT clean (y=8/3). Use: 3x+2y=13 and x−2y=3: add → 4x=16 → x=4; sub: 4−2y=3 → y=1/2 — not clean. Use instead: 2x+5y=19 and 2x−y=1: subtract → 6y=18 → y=3; sub: 2x+5(3)=19 → 2x=4 → x=2. Use as (b): 2x+5y=19 and 2x−y=1. Solution: (2, 3). Check: 2(2)+5(3)=4+15=19 ✓; 2(2)−3=1 ✓. (c) x-terms: 5x and x — not opposites; y-terms: −2y and +2y — opposites! Add: 6x = 12 → x = 2; sub: 2 + 2y = 8 → y = 3. Check: 5(2)−2(3)=10−6=4 ✓; 2+2(3)=8 ✓. Solution: (2, 3).
RUBRIC: (a) 8 pts, (b) 10 pts, (c) 8 pts. Full credit = correct solution with work showing the cancellation step. Partial: right solution but skipped showing which terms cancel (−2 pts). Low: wrong method or arithmetic error giving wrong solution (0–4 pts per part).
FRESH VARIANT: "(a) 5x + y = 14 and x − y = 4 (b) 2x + 5y = 19 and 2x − y = 1 (c) 3x + 4y = 10 and 3x − 2y = 4". Answers: (a) add → 6x=18 → x=3; y=5−3=−1 — check: 5(3)+(−1)=14 ✓; 3−(−1)=4 ✓. Solution: (3, −1). Wait — that gives y=−1 which is fine. (b) subtract → 6y=18 → y=3; sub: 2x+5(3)=19 → x=2. Solution: (2, 3). (c) subtract → 6y=6 → y=1; sub: 3x+4=10 → x=2. Solution: (2, 1). Check: 3(2)+4(1)=10 ✓; 3(2)−2(1)=4 ✓. Same rubric.
──────────── PROBLEM 3 (24 points) — Classify + word problem ────────────
SHOW ME: "Part A: Classify each system (consistent independent, inconsistent, or consistent dependent) — explain how you know. (i) x + y = 5 and 2x + 2y = 10 (ii) 3x − y = 4 and 3x − y = 9 (iii) 2x + y = 7 and x − y = 2. Part B: A fundraiser sells small candles at $3 each and large candles at $7 each. They sell 20 candles total and collect $88. Write a system of two equations and solve it to find how many of each size were sold."
VETTED ANSWER: Part A: (i) 2x+2y=10 is 2×(x+y=5) — same line → consistent dependent (infinitely many solutions); algebra: multiply eq1 by −2 and add → 0=0. (ii) Same left sides, different right (4 and 9): subtract → 0=5, a false equation → inconsistent (no solution). (iii) Not a multiple; add the equations: 3x=9 → x=3; y=7−6=1 → consistent independent; solution (3, 1). Part B: Let s = small, L = large. System: s + L = 20 and 3s + 7L = 88. Sub s = 20−L: 3(20−L)+7L=88 → 60+4L=88 → L=7; s=13. Check: 13+7=20 ✓; 3(13)+7(7)=39+49=88 ✓. 13 small, 7 large.
RUBRIC: Part A = 12 pts (4 pts each system: 2 for correct classification, 2 for correct reasoning/algebra signal). Part B = 12 pts (4 for setting up the correct system, 4 for correct solution, 4 for a verification check). Half credit if classification is correct but reasoning is missing; half credit if the system setup is right but arithmetic is off.
FRESH VARIANT: "Part A: Classify (i) 4x − 2y = 6 and 2x − y = 3 (ii) x + 3y = 8 and x + 3y = 2 (iii) 2x − 3y = 1 and x + y = 3. Part B: A store sells notebooks for $2 each and pens for $5 each. A customer buys 9 items total and spends $30. How many of each?" Answers: Part A: (i) eq1=2×eq2 → dependent; (ii) subtract → 0=6 → inconsistent; (iii) add equations suitably → x=2, y=1 → (2,1) consistent independent. Part B: n+p=9, 2n+5p=30; sub n=9−p → 2(9−p)+5p=30 → 3p=12 → p=4; n=5. 5 notebooks, 4 pens. Same rubric.
──────────── PROBLEM 4 (26 points) — Real-world & inequalities ────────────
SHOW ME: "Part A (break-even): A small business sells handmade mugs. Revenue = 12x (dollars, where x is mugs sold) and Total Cost = 4x + 80. (1) Write the break-even condition as a system of two equations (R = 12x and C = 4x + 80, solved when R = C). (2) Find the break-even point. (3) Interpret: what does this mean for the business? Part B (inequalities): A student needs to score y ≥ 60 on a quiz AND spend x ≤ 3 hours studying. (1) Graph the boundary lines for both on an x-y plane (x = hours, y = score). (2) Shade the solution region. (3) Is the point (2, 70) in the solution region? Show why."
VETTED ANSWER: Part A: (1) System: R = 12x and C = 4x + 80; set R = C → 12x = 4x + 80. (2) 8x = 80 → x = 10. Revenue at break-even: 12(10) = $120. Cost: 4(10)+80 = $120. Break-even: 10 mugs, $120. (3) Interpretation: the business must sell at least 10 mugs to cover its fixed costs; fewer than 10 → a loss; more than 10 → profit. Part B: (1) Boundary lines: y = 60 (horizontal) and x = 3 (vertical). (2) Shade region above y = 60 AND to the left of x = 3 — the overlap is the rectangle-like region where score ≥ 60 AND hours ≤ 3. (3) Test (2, 70): x ≤ 3 → 2 ≤ 3 ✓; y ≥ 60 → 70 ≥ 60 ✓. Yes, (2, 70) is in the solution region — 70 or above with 3 or fewer hours of study.
RUBRIC: Part A = 14 pts: 4 pts for writing the correct system/condition, 4 pts for the correct break-even answer (10 mugs, $120), 6 pts for a clear, contextually correct interpretation. Part B = 12 pts: 4 pts for correctly identifying both boundary lines, 4 pts for correctly describing (or sketching) the overlap region, 4 pts for correctly testing (2, 70) in both inequalities with a clear explanation. Half credit if the break-even value is correct but no interpretation is given, or if the test point is correct but no work is shown.
FRESH VARIANT: "Part A: Revenue = 15x, Cost = 6x + 90. Find the break-even point and interpret. Part B: A plant needs y ≥ 3 hours of sun AND x ≤ 5 inches of water per week. Is (4, 5) in the solution region?" Answers: Part A: 15x=6x+90 → 9x=90 → x=10 mugs; revenue=cost=$150; same interpretation structure. Part B: x≤5 → 4≤5 ✓; y≥3 → 5≥3 ✓ → yes, (4,5) is in the solution region. Same rubric.
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 the MATH and the steps, not the wording.
• Say specifically what I got right, then TEACH the gap — show the correct step 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. Re-check arithmetic carefully (sign errors and the 0=0 vs 0=k trap are the usual culprits).
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 5 ASSIGNMENT — Two Equations, One Answer
Student: [name] | Date: ___
Problem 1 (Substitution): a/24 — [one line]
Problem 2 (Elimination): b/26 — [one line]
Problem 3 (Classify + word problem): c/24 — [one line]
Problem 4 (Break-even + inequalities): 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. Calloway)
- 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 consistently across Gemini / Claude / ChatGPT.
- All answers are pre-computed and independently re-verified (
w05_verify.py, PASS): P1 (2,5) and (3,7); P2 (3,2), (2,3), (2,3); P3 dependent/inconsistent/(3,1) and 13 small/7 large; P4 break-even x=10, $120, and (2,70) in solution region. - Known weak point: problem numbers reference the note about sub-problem (b) for P1 and P2 where the originally suggested numbers needed adjustment for cleanliness — the variants in the prompt reflect the cleaned, verified values.
Canvas placement block
canvas_object = Assignment
title = "Week 5 Assignment — Two Equations, One Answer (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 4
published = true
provenance = "~ Prof. Calloway's edition · Fall 2026 · built with thecoursemaker.com"
Traditional variant — for comparison. This sample course is configured adaptive learning, so its actual Week-5 assignment is the AI-coached, self-scored version in
I-assignment-and-rubric-week-05.md. This file shows the same Week-5 skills built the traditional way — the student completes the work and submits it, and the instructor grades against the rubric — so you can see both formats side by side. (Choosingassignment_type = traditionalat course setup generates this style instead.)
Course: College Algebra (MATH 120) · Silver Oak University (fictional sample) · Prof. Calloway
Objective assessed: Objective 4 (systems of linear equations and inequalities) · SLO A (apply procedures accurately) · SLO B (interpret/communicate)
Worth 100 points · Assignments group = 20% of the grade
The Assignment
Two equations, two unknowns, and a choice of method. This week's assignment builds the full skill set: solve by substitution, solve by elimination, classify a system by what the algebra tells you, and apply a system to a real-world context. Show all your steps. Submit your work as a document upload or text entry in Canvas. You'll be graded on the rubric below — read it before you start.
Part 1 — Solve by substitution (24 pts). Solve each system by substitution. Show every step, including the back-substitution and the check in both original equations.
(a) y = 3x − 1 and 2x + y = 9
(b) y = 2x + 1 and 3x + y = 16
Part 2 — Solve by elimination (26 pts). Solve each system by elimination. Show which variable you're eliminating, the multiply step if any, the addition step, and the back-substitution. Check.
(a) 3x + y = 11 and x − y = 1
(b) 2x + 5y = 19 and 2x − y = 1
(c) 5x − 2y = 4 and x + 2y = 8
Part 3 — Classify + word problem (24 pts). Part A: Classify each system — state whether it is consistent independent, inconsistent, or consistent dependent, and show the algebra that tells you which case you're in.
(i) x + y = 5 and 2x + 2y = 10 (ii) 3x − y = 4 and 3x − y = 9 (iii) 2x + y = 7 and x − y = 2
Part B: A fundraiser sells small candles at $3 each and large candles at $7 each. They sell 20 candles total and collect $88. Write a system of two equations, solve it, and state how many of each size were sold.
Part 4 — Real-world application + inequalities (26 pts).
Break-even: A small business sells handmade mugs. Revenue is 12x (dollars, where x is mugs sold) and Total Cost is 4x + 80 dollars. (1) Write the break-even condition as a system (R = 12x and C = 4x + 80; break-even when R = C). (2) Find the break-even point: how many mugs and at what dollar value? (3) Interpret in one or two plain-English sentences — what does this break-even point mean for the business?
Inequalities: A student needs to score y ≥ 60 on a quiz AND spend x ≤ 3 hours studying. (4) Sketch the boundary lines y = 60 and x = 3 on an x-y plane. (5) Shade the solution region (the region satisfying both inequalities). (6) Is the point (2, 70) in the solution region? Test it in both inequalities and explain.
Integrity & AI note. This is your own work, submitted for grading. You may use an approved chatbot (Gemini, Claude, or ChatGPT) to help you think — check a rule, test an idea — but submitting AI-generated solutions as your own is not allowed; if AI helped you think, add a one-line note of which tool and how. (Note: this is the traditional format. In this course's actual adaptive assignment, you work the problems with the chatbot and submit its self-scored report — see I-assignment-and-rubric-week-05.md.)
Rubric — 100 points
| Criterion (part) | Full credit | Partial | Little/none |
|---|---|---|---|
| Part 1 — Substitution (24) | Both systems solved correctly with substitution steps and check shown for each (24) | One system fully correct; other has a sign or arithmetic slip (13–20) | Wrong method or both systems incorrect (0–10) |
| Part 2 — Elimination (26) | All three systems solved correctly showing cancellation step and back-substitution (26) | Two of three correct, or right solutions but missing the cancellation setup (14–22) | One or fewer correct, or method misapplied (0–12) |
| Part 3 — Classify + word problem (24) | All three classifications correct with algebra signal shown; word problem set up and solved correctly (24) | Two of three classified correctly; word problem set up correctly but arithmetic slip (13–20) | One or fewer classified correctly; word problem missing or wrong setup (0–10) |
| Part 4 — Break-even + inequalities (26) | Break-even found (10 mugs, $120) with correct interpretation; boundary lines and overlap region correct; (2, 70) tested correctly in both inequalities (26) | Break-even correct but interpretation weak; OR inequalities graphed correctly but test point missing (14–22) | Break-even wrong AND/OR inequalities setup incorrect (0–12) |
Levels describe observable differences so grading stays fast and consistent.
Instructor answer key — REMOVE BEFORE PUBLISHING TO STUDENTS
(All values pre-computed and independently re-verified — w05_verify.py, PASS.)
- Part 1: (a) Sub y = 3x−1 into 2x+y=9: 5x=10 → x=2; y=5. (2, 5). (b) Sub y=2x+1 into 3x+y=16: 5x=15 → x=3; y=7. (3, 7).
- Part 2: (a) y-terms +y,−y cancel: 4x=12 → x=3; y=2. (3, 2). (b) 2x-terms equal → subtract: 6y=18 → y=3; 2x+15=19 → x=2. (2, 3). (c) −2y and +2y cancel: 6x=12 → x=2; 2+2y=8 → y=3. (2, 3).
- Part 3: (i) 2x+2y=10 = 2×(x+y=5) → multiply eq1 by −2 and add → 0=0 → consistent dependent. (ii) Subtract: 0=5 → false → inconsistent. (iii) Add: 3x=9 → x=3; y=1 → consistent independent, (3, 1). Word problem: s+L=20, 3s+7L=88; sub s=20−L: 60+4L=88 → L=7; s=13. 13 small, 7 large.
- Part 4: Break-even: 12x=4x+80 → 8x=80 → x=10 mugs; R=C=$120. Interpretation: the business must sell 10 mugs to cover all costs; selling fewer means a loss. Inequalities: boundary y=60 (horizontal solid line; shade above) and x=3 (vertical solid line; shade left). Overlap = above y=60 AND left of x=3. Test (2,70): 2≤3 ✓ and 70≥60 ✓ → yes, in the solution region.
Canvas placement block
canvas_object = Assignment
title = "Week 5 Assignment — Two Equations, One Answer (traditional)"
assignment_group = "Assignments"
points_possible = 100
grading_type = points
assignment_type = traditional
submission_types = [online_upload, online_text_entry]
due_offset_days = 6 # Sun Oct 4
published = true
rubric_ref = "week-05-assignment-rubric"
provenance = "~ Prof. Calloway's edition · Fall 2026 · built with thecoursemaker.com"
~ Prof. Calloway's edition · Fall 2026 · built with thecoursemaker.com