CrunchAcademy · K-12

Middle School · Grade 7 · Crunch Academy

Grade 7 — Building Fluency

Seventh graders move from rules to reasoning, turning early skills into confident, transferable thinking across math, language, science, history, and code.

Grade 7 is the year fluency takes hold: students reason proportionally, operate fluently with all rational numbers, argue from evidence, and study living systems and the medieval-to-early-modern world. Across every subject the emphasis shifts from following procedures to explaining why they work, building the abstraction and persistence that text-based programming and analytical writing demand.

5Core subjects
32Units
187Lessons
122Standards mapped

The Year at a Glance

Grade 7 required course load

Every Grade 7 student follows the full academic core below — aligned to Common Core, NGSS, the C3 Framework for social studies, and CSTA / AP for computer science. Jump to a subject:

Mathematics 7

Common Core State Standards — Grade 7 Mathematics (7.RP, 7.NS, 7.EE, 7.G, 7.SP)

Students develop a unified understanding of rational-number operations, master proportional reasoning as the central idea of the grade, write and solve multi-step expressions and equations, investigate scale, angle, area, and volume in geometry, and draw inferences using statistics and probability.

Weeks 1-5 Unit 1: Operations with Rational Numbers
7.NS.A.17.NS.A.27.NS.A.3
Lecture
Adding integers on the number line and with chip models

Integers include positive and negative whole numbers and zero. On a number line, adding a positive number moves right and adding a negative moves left, so 5 + (-8) lands at -3. With chip models, a positive chip and a negative chip form a zero pair that cancels out; 5 positive chips combined with 8 negative chips leaves 3 negatives, again -3. When signs match, add the absolute values and keep the sign; when they differ, subtract the smaller absolute value from the larger and take the sign of the larger.

Adding integers means combining two signed quantities into one. On a number line you start at the first number and move: right for a positive addend, left for a negative one. Chip models use a positive and a negative chip to form a zero pair that cancels, leaving only the surplus chips. The formal rule: if the two addends share a sign, add their absolute values and keep that common sign; if they have different signs, subtract the smaller absolute value from the larger and use the sign of the number with the larger absolute value. This works because positives and negatives offset each other one for one.

Worked Example 1

Problem. Compute 6 + (-2).

  1. Different signs, so subtract absolute values: 6 - 2 = 4.
  2. Larger absolute value is 6 (positive), so keep the positive sign.

Answer. 4

Worked Example 2

Problem. Compute -9 + 4.

  1. Different signs: subtract absolute values 9 - 4 = 5.
  2. The 9 is negative and has the larger absolute value, so the sign is negative.

Answer. -5

Worked Example 3

Problem. Compute -7 + (-8).

  1. Same sign (both negative), so add absolute values: 7 + 8 = 15.
  2. Keep the common negative sign.

Answer. -15

Common mistakes
  • Thinking -9 + 4 = -13 by adding the numbers. Because the signs differ you subtract, getting -5, not add.
  • Always keeping the first number's sign. The sign comes from whichever addend has the larger absolute value, not from position.
  • Forgetting that a positive and negative chip cancel to zero; you must remove pairs before counting the leftover.
✎ Try it yourself

Problem. Compute -12 + 5.

Solution. Signs differ, so subtract absolute values: 12 - 5 = 7. The 12 is negative and larger in absolute value, so the sign is negative. Answer: -7.

Subtracting integers as adding the opposite

Subtracting a number means adding its opposite (additive inverse), so a - b = a + (-b). For example, 4 - 9 becomes 4 + (-9) = -5, and 3 - (-6) becomes 3 + 6 = 9. This 'keep-change-change' rule turns every subtraction problem into an addition problem you already know how to do. The distance between two integers on the number line equals the absolute value of their difference.

Subtraction is undoing addition, and every subtraction can be rewritten as adding the opposite (additive inverse) of the second number: a - b = a + (-b). This 'keep-change-change' rule keeps the first number, changes the minus to plus, and changes the sign of the second number. Once rewritten, you apply the integer addition rules you already know. Geometrically, a - b is the directed distance from b to a, and |a - b| is the actual distance between the two numbers on the number line. Rewriting first prevents sign errors, especially when subtracting a negative, which becomes adding a positive.

Worked Example 1

Problem. Compute 5 - 9.

  1. Rewrite as adding the opposite: 5 + (-9).
  2. Different signs: 9 - 5 = 4, sign of larger (negative).

Answer. -4

Worked Example 2

Problem. Compute 3 - (-6).

  1. Keep-change-change: 3 + (+6).
  2. Same sign, add: 3 + 6 = 9.

Answer. 9

Worked Example 3

Problem. Compute -4 - (-10).

  1. Rewrite: -4 + (+10).
  2. Different signs: 10 - 4 = 6, sign of larger (positive).

Answer. 6

Common mistakes
  • Reading 3 - (-6) as 3 - 6 = -3. Subtracting a negative adds, giving 3 + 6 = 9.
  • Changing only the operation but not the sign of the second number; both must change in keep-change-change.
  • Confusing the distance |a - b| (always positive) with the signed difference a - b (can be negative).
✎ Try it yourself

Problem. Compute -8 - 5.

Solution. Rewrite as -8 + (-5). Both negative, so add absolute values 8 + 5 = 13 and keep the negative sign. Answer: -13.

Multiplying and dividing signed numbers and the sign rules

When multiplying or dividing two numbers, like signs give a positive result and unlike signs give a negative result: (-)(-)=+, (-)(+)=-. For example, (-6)(-4)=24 and -20 / 5 = -4. The reason two negatives make a positive is that multiplying by -1 reflects across zero, and reflecting twice returns you to the positive side. Count the number of negative factors: an even number of negatives gives a positive product, an odd number gives a negative.

When multiplying or dividing two signed numbers, first find the size by multiplying or dividing the absolute values, then attach the sign using the rule: like signs give a positive result, unlike signs give a negative result. With more than two factors, count the negative signs: an even number of negatives yields a positive product, an odd number yields a negative product. The reason two negatives make a positive is that multiplying by -1 reflects a number across zero; reflecting twice returns it to its original positive side. Division follows identical sign rules because dividing by a number equals multiplying by its reciprocal.

Worked Example 1

Problem. Compute (-6)(-4).

  1. Multiply absolute values: 6 x 4 = 24.
  2. Like signs (both negative) give a positive result.

Answer. 24

Worked Example 2

Problem. Compute -20 / 5.

  1. Divide absolute values: 20 / 5 = 4.
  2. Unlike signs give a negative result.

Answer. -4

Worked Example 3

Problem. Compute (-2)(-3)(-5).

  1. Multiply absolute values: 2 x 3 x 5 = 30.
  2. Count negatives: three of them is odd, so the product is negative.

Answer. -30

Common mistakes
  • Believing a negative times a negative is negative. Like signs always give a positive product, so (-6)(-4) = 24.
  • Forgetting to count negative signs with three or more factors; an odd count makes the product negative.
  • Applying addition's sign rule to multiplication; (-3)(+4) = -12, not -1.
✎ Try it yourself

Problem. Compute -36 / (-9).

Solution. Divide absolute values: 36 / 9 = 4. Like signs (both negative) give a positive result. Answer: 4.

Operations with fractions and decimals (all four operations)

To add or subtract fractions, rewrite them with a common denominator, then combine numerators: 2/3 + 1/4 = 8/12 + 3/12 = 11/12. To multiply, multiply numerators and denominators straight across; to divide, multiply by the reciprocal of the divisor. With decimals, line up place values for addition and subtraction, and count total decimal places for multiplication. The same sign rules from integers apply to all signed rational numbers.

Fractions and decimals are just rational numbers in different clothing, and the signed-number rules still apply. To add or subtract fractions, rewrite them with a common denominator, then combine the numerators. To multiply fractions, multiply numerators together and denominators together, simplifying when possible. To divide, multiply by the reciprocal of the divisor. With decimals, align place values for addition and subtraction; for multiplication, multiply as whole numbers and place the decimal point so the answer has as many decimal places as the two factors combined. Always determine the sign of the result separately using the integer sign rules.

Worked Example 1

Problem. Compute 2/3 + 1/4.

  1. Common denominator is 12: 2/3 = 8/12 and 1/4 = 3/12.
  2. Add numerators: 8/12 + 3/12 = 11/12.

Answer. 11/12

Worked Example 2

Problem. Compute (3/5) x (10/9).

  1. Multiply across: (3 x 10)/(5 x 9) = 30/45.
  2. Simplify by dividing by 15: 30/45 = 2/3.

Answer. 2/3

Worked Example 3

Problem. Compute 1.2 x (-0.05).

  1. Multiply absolute values as whole numbers: 12 x 5 = 60.
  2. Total decimal places: 1 + 2 = 3, so place the point: 0.060 = 0.06.
  3. Unlike signs give a negative result.

Answer. -0.06

Common mistakes
  • Adding fractions by adding numerators and denominators: 2/3 + 1/4 is not 3/7. You need a common denominator first.
  • Flipping the wrong fraction when dividing; you multiply by the reciprocal of the divisor (the second fraction), not the first.
  • Miscounting decimal places in multiplication; the product's places equal the sum of the factors' places.
✎ Try it yourself

Problem. Compute 7/8 - 1/2.

Solution. Common denominator is 8: 1/2 = 4/8. Subtract numerators: 7/8 - 4/8 = 3/8. Answer: 3/8.

Converting rational numbers to decimals; terminating vs. repeating

Every rational number can be written as a fraction a/b, and dividing a by b produces its decimal form. The decimal either terminates (like 3/8 = 0.375) or repeats in a fixed pattern (like 1/3 = 0.333...). A fraction in lowest terms terminates only when its denominator's prime factors are just 2s and 5s; any other prime factor forces a repeat. We mark a repeating block with a bar, as in 0.16 with a bar over the 6 for 1/6.

Every rational number a/b equals the decimal you get by dividing a by b with long division. The result always either terminates (ends after finitely many digits) or repeats a fixed block of digits forever. The deciding rule: write the fraction in lowest terms and factor the denominator. If the only prime factors are 2s and/or 5s, the decimal terminates, because tenths, hundredths, and so on are built from 2s and 5s. If any other prime factor (3, 7, 11, ...) remains, the decimal repeats. A repeating block is marked with a bar over the repeating digits.

Worked Example 1

Problem. Convert 3/8 to a decimal and classify it.

  1. Divide 3 by 8: 3.000 / 8 = 0.375.
  2. Denominator 8 = 2 x 2 x 2 has only the prime 2, so it terminates.

Answer. 0.375 (terminating)

Worked Example 2

Problem. Convert 1/6 to a decimal and classify it.

  1. Divide 1 by 6: 0.1666...
  2. Denominator 6 = 2 x 3 includes the prime 3, so it repeats; write 0.1 with a bar over the 6.

Answer. 0.16... (repeating 6)

Worked Example 3

Problem. Convert 7/20 to a decimal and classify it.

  1. Denominator 20 = 2 x 2 x 5 has only primes 2 and 5, so it terminates.
  2. Divide 7 by 20: 0.35.

Answer. 0.35 (terminating)

Common mistakes
  • Assuming any fraction with a big denominator repeats; 7/20 terminates because 20 has only 2s and 5s.
  • Checking the denominator before reducing; 6/12 looks like a 3 in the denominator but reduces to 1/2, which terminates.
  • Writing a repeating decimal as if it ends, like calling 1/3 = 0.33 instead of 0.3 repeating.
✎ Try it yourself

Problem. Convert 5/12 to a decimal and state whether it terminates or repeats.

Solution. Reduce: 5/12 is already lowest terms. 12 = 2 x 2 x 3 includes prime 3, so it repeats. Dividing 5 by 12 gives 0.41666..., written 0.41 with a bar over the 6. It repeats.

Multi-step problems with rational numbers in real contexts

Real problems often combine several operations, so translate the situation into an expression and follow the order of operations. For example, a checking account at -$12 that receives a $30 deposit and a $5 fee becomes -12 + 30 - 5 = 13 dollars. Keep units attached and check that the sign of your answer makes sense for the context. Estimating first (rounding to friendly numbers) helps you catch errors in the final exact answer.

Real problems often chain several operations on signed rational numbers, so the strategy is to translate the words into one expression, then evaluate using the order of operations (parentheses, multiplication/division, addition/subtraction left to right). Keep units attached and track signs carefully, since a deposit is positive while a fee or withdrawal is negative. Estimating with friendly rounded numbers first gives you a target to check your exact answer against. Finally, ask whether the sign and size of the result make sense in the situation; a bank balance, temperature, or elevation should land in a believable range.

Worked Example 1

Problem. An account at -$12 gets a $30 deposit, then a $5 fee. Find the balance.

  1. Translate: -12 + 30 - 5.
  2. Left to right: -12 + 30 = 18, then 18 - 5 = 13.

Answer. $13

Worked Example 2

Problem. A diver at -15 m descends 3 m three times, then rises 4 m. Find the depth.

  1. Translate: -15 + 3(-3) + 4.
  2. Multiply first: 3(-3) = -9.
  3. Add left to right: -15 + (-9) = -24, then -24 + 4 = -20.

Answer. -20 m

Worked Example 3

Problem. The temperature is -4 degrees and changes by -2.5 degrees per hour for 4 hours. Find the new temperature.

  1. Translate: -4 + (-2.5)(4).
  2. Multiply: (-2.5)(4) = -10.
  3. Add: -4 + (-10) = -14.

Answer. -14 degrees

Common mistakes
  • Working strictly left to right and ignoring order of operations; multiply -2.5 x 4 before adding the starting value.
  • Dropping a negative sign mid-problem; a fee or descent must stay negative throughout.
  • Reporting a number with no unit or a sign that makes no sense for the context (e.g., a positive depth for a diver below the surface).
✎ Try it yourself

Problem. A hiker starts at 250 m elevation, descends 80 m, then climbs 35 m twice. Find the final elevation.

Solution. Translate: 250 - 80 + 2(35). Multiply first: 2(35) = 70. Then 250 - 80 = 170, and 170 + 70 = 240. Final elevation: 240 m.

Key terms
  • Integer — a whole number that can be positive, negative, or zero, with no fractional part
  • Absolute value — a number's distance from zero on the number line, always non-negative
  • Additive inverse — the opposite of a number; two opposites sum to zero (e.g., 7 and -7)
  • Reciprocal — the multiplicative inverse of a number; a/b and b/a multiply to 1
  • Rational number — any number expressible as a fraction of two integers with nonzero denominator
  • Terminating decimal — a decimal that ends after a finite number of digits
  • Repeating decimal — a decimal with a digit or block of digits that repeats forever
  • Zero pair — a positive and negative chip that cancel to represent zero
Assignment · Signed-Number Survival Log

Track a realistic running total that goes up and down, such as a hiker's elevation, a bank balance, or temperature over a week. Record at least eight changes using positive and negative rational numbers and compute the total after each step.

Deliverable · A labeled table of values, the arithmetic expression for the final total, and two sentences explaining how you knew the sign of your final answer was reasonable.

Quiz · 5 questions
  1. 1. What is -7 + 3?

  2. 2. Rewrite 5 - (-2) as an addition problem.

  3. 3. What is the sign of (-4)(-3)(-2)?

  4. 4. Which fraction produces a terminating decimal?

  5. 5. What is 2/3 divided by 4/9?

You'll be able to

I can add, subtract, multiply, and divide positive and negative rational numbers fluently.

I can explain why the product of two negatives is positive using the number line and properties.

I can solve real-world multi-step problems involving rational numbers.

Weeks 6-10 Unit 2: Proportional Relationships
7.RP.A.17.RP.A.27.RP.A.2a7.RP.A.2b7.RP.A.2c7.RP.A.2d
Lecture
Computing unit rates, including rates with fractions

A rate compares two quantities with different units, and a unit rate expresses how much of the first quantity corresponds to exactly one of the second. To find it, divide: 150 miles in 3 hours is 150/3 = 50 miles per hour. When the rate involves fractions, the same division applies, so 1/2 cup per 1/4 batch is (1/2) / (1/4) = 2 cups per batch. Unit rates let you compare deals and speeds fairly because both are scaled to one unit.

A rate compares two quantities measured in different units, and a unit rate tells how much of the first quantity matches exactly one of the second. You compute a unit rate by dividing the first quantity by the second, so the denominator becomes 1. When the rate is built from fractions, the same division applies, and dividing by a fraction means multiplying by its reciprocal. Unit rates make comparisons fair because everything is scaled to a single unit, letting you compare speeds, prices, or densities directly. The units of a unit rate are read as 'first unit per one second unit.'

Worked Example 1

Problem. A car travels 150 miles in 3 hours. Find the unit rate.

  1. Divide distance by time: 150 / 3 = 50.
  2. Attach units: 50 miles per 1 hour.

Answer. 50 miles per hour

Worked Example 2

Problem. A recipe uses 1/2 cup of sugar for 1/4 of a batch. Find cups per batch.

  1. Set up the division: (1/2) / (1/4).
  2. Multiply by the reciprocal: (1/2) x (4/1) = 4/2 = 2.

Answer. 2 cups per batch

Worked Example 3

Problem. A faucet fills 3/4 gallon in 1/3 minute. Find gallons per minute.

  1. Divide: (3/4) / (1/3).
  2. Multiply by reciprocal: (3/4) x (3/1) = 9/4.
  3. Convert: 9/4 = 2.25.

Answer. 2.25 gallons per minute

Common mistakes
  • Dividing in the wrong order; for miles per hour you divide miles by hours, not hours by miles.
  • When the rate has fractions, multiplying instead of dividing; (1/2) per (1/4) means (1/2) / (1/4), so multiply by the reciprocal.
  • Dropping units, which makes it impossible to tell whether the answer means cups per batch or batches per cup.
✎ Try it yourself

Problem. A printer prints 2/3 page in 1/6 minute. Find the unit rate in pages per minute.

Solution. Divide: (2/3) / (1/6) = (2/3) x (6/1) = 12/3 = 4. The unit rate is 4 pages per minute.

Identifying proportional relationships in tables, graphs, and equations

Two quantities are proportional when their ratio stays constant. In a table, divide each y by its x and check that you always get the same number. On a graph, a proportional relationship is a straight line through the origin (0,0). In an equation, it has the form y = kx with no added constant, so y = 4x is proportional but y = 4x + 2 is not.

Two quantities are proportional when their ratio y/x stays constant for every pair of values. You can test this three ways. In a table, divide each y by its matching x; if you always get the same number, it is proportional. On a graph, a proportional relationship is a straight line that passes through the origin (0,0); a straight line that misses the origin is linear but not proportional. In an equation, proportional relationships have the form y = kx with no added or subtracted constant, so y = 4x qualifies but y = 4x + 2 does not because of the +2.

Worked Example 1

Problem. Is the table proportional? x: 2,4,6 and y: 6,12,18.

  1. Compute y/x for each pair: 6/2 = 3, 12/4 = 3, 18/6 = 3.
  2. All ratios equal 3, so it is proportional.

Answer. Yes, proportional (k = 3)

Worked Example 2

Problem. Is y = 4x + 2 proportional?

  1. Check the form: it has an added constant +2.
  2. y = kx allows no added constant, and its graph would not pass through (0,0).

Answer. No, not proportional

Worked Example 3

Problem. Is the table proportional? x: 1,2,3 and y: 5,9,13.

  1. Compute y/x: 5/1 = 5, 9/2 = 4.5, 13/3 ≈ 4.33.
  2. The ratios are not equal, so it is not proportional.

Answer. No, not proportional

Common mistakes
  • Calling any straight-line graph proportional; it must also pass through the origin (0,0).
  • Treating y = 4x + 2 as proportional; the added constant breaks the constant-ratio requirement.
  • Checking only one pair in a table; the ratio y/x must be the same for every pair.
✎ Try it yourself

Problem. A table shows x: 3,5,8 with y: 12,20,32. Is it proportional, and if so what is k?

Solution. Compute y/x: 12/3 = 4, 20/5 = 4, 32/8 = 4. All ratios equal 4, so it is proportional with constant of proportionality k = 4.

Finding and interpreting the constant of proportionality (unit rate)

The constant of proportionality k is the unchanging ratio y/x, and it is exactly the unit rate of the relationship. If 3 notebooks cost $6, then k = 6/3 = 2 dollars per notebook. Once you know k, you can find any missing value with y = kx. The constant always carries the units of y per one unit of x.

The constant of proportionality, written k, is the unchanging ratio y/x in a proportional relationship, and it is exactly the unit rate of that relationship. To find it from any single known pair, divide y by x. Once you know k, you can find any missing value using y = kx, and you can read its meaning in context: k carries the units of the y-quantity for each one unit of the x-quantity, such as dollars per notebook or miles per hour. The constant stays the same no matter which valid (x, y) pair you use to compute it.

Worked Example 1

Problem. Three notebooks cost $6. Find the constant of proportionality.

  1. Divide cost by quantity: k = 6 / 3 = 2.
  2. Interpret: $2 per notebook.

Answer. k = 2 dollars per notebook

Worked Example 2

Problem. A car goes 220 miles on 8 gallons. Find k (miles per gallon).

  1. Divide miles by gallons: k = 220 / 8 = 27.5.
  2. Interpret: 27.5 miles per gallon.

Answer. k = 27.5 miles per gallon

Worked Example 3

Problem. If k = 1.5 dollars per pound, how much do 6 pounds cost?

  1. Use y = kx: y = 1.5 x 6.
  2. Multiply: y = 9.

Answer. $9

Common mistakes
  • Computing x/y instead of y/x; the constant of proportionality is the y-quantity divided by the x-quantity.
  • Leaving k as a bare number with no units; k means y-units per one x-unit, like dollars per notebook.
  • Thinking k changes from pair to pair; in a true proportional relationship it is the same for every valid pair.
✎ Try it yourself

Problem. Five tickets cost $42.50. Find the constant of proportionality and the cost of 8 tickets.

Solution. k = 42.50 / 5 = 8.5 dollars per ticket. For 8 tickets, y = kx = 8.5 x 8 = 68. Eight tickets cost $68.

Representing proportional relationships with the equation y = kx

Every proportional relationship can be written as y = kx, where k is the constant of proportionality. To build the equation, find k from a known pair, then substitute it in: if a car travels at 55 mph, distance y = 55x where x is hours. This equation lets you predict outputs for any input. The graph of y = kx is always a line through the origin with slope k.

Every proportional relationship can be modeled by the equation y = kx, where k is the constant of proportionality. To build the equation, find k from one known pair by dividing y by x, then substitute that value for k. The finished equation lets you predict the output y for any input x by multiplying. Its graph is always a straight line through the origin whose steepness (slope) equals k. Reading the equation back into words helps you check it: in d = 55t, the 55 is the speed in miles per hour and t is the number of hours.

Worked Example 1

Problem. A car travels at a steady 55 mph. Write the equation for distance.

  1. Here k = 55 miles per hour.
  2. Substitute into y = kx with x as hours: y = 55x.

Answer. y = 55x

Worked Example 2

Problem. Four pounds of apples cost $6. Write the equation and find the cost of 10 pounds.

  1. Find k: 6 / 4 = 1.5 dollars per pound.
  2. Equation: y = 1.5x.
  3. For x = 10: y = 1.5 x 10 = 15.

Answer. y = 1.5x; 10 pounds cost $15

Worked Example 3

Problem. A worker earns $90 for 6 hours. Write the equation and find pay for 11 hours.

  1. Find k: 90 / 6 = 15 dollars per hour.
  2. Equation: y = 15x.
  3. For x = 11: y = 15 x 11 = 165.

Answer. y = 15x; $165

Common mistakes
  • Adding a constant, writing y = kx + b; a proportional relationship has no added term.
  • Putting the input where the constant goes; in y = kx, k is the fixed rate and x is the variable input.
  • Finding k by multiplying the known pair instead of dividing y by x.
✎ Try it yourself

Problem. A printer prints 240 pages in 8 minutes at a constant rate. Write y = kx and find pages in 15 minutes.

Solution. k = 240 / 8 = 30 pages per minute, so y = 30x. For x = 15: y = 30 x 15 = 450 pages.

Interpreting the point (1, r) and the origin on a proportional graph

On a proportional graph, the origin (0,0) means zero of one quantity gives zero of the other. The point (1, r) is special because it shows the unit rate r directly: when x = 1, y equals the constant of proportionality. For example, on a graph of cost versus pounds of apples, (1, 1.5) means apples cost $1.50 per pound. Reading these two points lets you describe the whole relationship.

On the graph of a proportional relationship, two points carry special meaning. The origin (0,0) shows that zero of the x-quantity always pairs with zero of the y-quantity, which is why proportional graphs must start there. The point (1, r) reveals the unit rate directly: when x equals 1, y equals the constant of proportionality, so r is the amount of y for a single unit of x. Reading these two points lets you describe the entire relationship, since the line through the origin with steepness r passes through (1, r) and determines every other point.

Worked Example 1

Problem. A cost-vs-pounds graph passes through (1, 1.5). What does this point mean?

  1. At x = 1 pound, y = 1.5 dollars.
  2. So the unit rate is $1.50 per pound, meaning k = 1.5.

Answer. Apples cost $1.50 per pound

Worked Example 2

Problem. A proportional graph passes through (4, 10). Find the point (1, r).

  1. Find k = r: 10 / 4 = 2.5.
  2. The point at x = 1 is (1, 2.5).

Answer. (1, 2.5)

Worked Example 3

Problem. Why must a proportional graph include (0,0)?

  1. In y = kx, substitute x = 0: y = k x 0 = 0.
  2. So zero input gives zero output, the origin.

Answer. Because 0 of x always pairs with 0 of y

Common mistakes
  • Reading the unit rate from the wrong point; it is the y-value when x = 1, the point (1, r).
  • Believing a proportional line can pass through, say, (0, 3); a true proportional graph must hit the origin.
  • Confusing (1, r) with (r, 1); the unit rate sits at x = 1, so the y-coordinate is what you read.
✎ Try it yourself

Problem. A proportional graph passes through (6, 21). What is r, and what does the point (1, r) represent?

Solution. r = k = 21 / 6 = 3.5. The point (1, 3.5) shows the unit rate: 3.5 units of y for each 1 unit of x.

Solving multi-step ratio and proportion problems

Many problems require setting up a proportion, two equal ratios, and solving for the unknown by cross-multiplying. If 4 pens cost $3, then 10 pens cost x dollars: 4/3 = 10/x gives 4x = 30, so x = 7.50. Always keep the same quantities in matching positions (pens over dollars on both sides). Checking with the unit rate ($0.75 per pen) confirms the answer.

A proportion is a statement that two ratios are equal, and many real problems are solved by setting one up and finding the unknown. Write both ratios with the same quantities in matching positions (for example, pens over dollars on each side), then cross-multiply: set the product of the top-left and bottom-right equal to the product of the bottom-left and top-right. Solve the resulting equation for the unknown. Checking with the unit rate confirms the answer. Keeping the quantities aligned is essential; flipping one ratio gives a wrong equation even though the numbers look right.

Worked Example 1

Problem. If 4 pens cost $3, what do 10 pens cost?

  1. Set up matching ratios: 4/3 = 10/x (pens over dollars).
  2. Cross-multiply: 4x = 3 x 10 = 30.
  3. Divide: x = 30 / 4 = 7.5.

Answer. $7.50

Worked Example 2

Problem. A recipe needs 3 cups flour for 12 cookies. How much flour for 30 cookies?

  1. Set up: 3/12 = x/30 (flour over cookies).
  2. Cross-multiply: 12x = 3 x 30 = 90.
  3. Divide: x = 90 / 12 = 7.5.

Answer. 7.5 cups

Worked Example 3

Problem. A 5-pound bag costs $8. At that rate, what does 12 pounds cost?

  1. Set up: 5/8 = 12/x (pounds over dollars).
  2. Cross-multiply: 5x = 8 x 12 = 96.
  3. Divide: x = 96 / 5 = 19.2.

Answer. $19.20

Common mistakes
  • Misaligning the ratios, such as pens-over-dollars on one side and dollars-over-pens on the other; keep the same order both sides.
  • Adding across the proportion instead of cross-multiplying; proportions are solved by equal cross products.
  • Forgetting to finish by dividing; after 4x = 30 you must divide by 4 to get x = 7.5.
✎ Try it yourself

Problem. If 6 identical books weigh 9 pounds, how much do 14 books weigh?

Solution. Set up 6/9 = 14/x (books over pounds). Cross-multiply: 6x = 9 x 14 = 126. Divide: x = 126 / 6 = 21. Fourteen books weigh 21 pounds.

Key terms
  • Ratio — a comparison of two quantities by division, such as 3 to 4 or 3:4
  • Rate — a ratio comparing quantities measured in different units
  • Unit rate — a rate with a denominator of one, such as miles per hour
  • Proportional relationship — a relationship in which the ratio y/x is constant
  • Constant of proportionality (k) — the fixed ratio between two proportional quantities
  • Origin — the point (0,0) where the axes meet on a coordinate graph
  • Cross-multiplication — a method of solving a proportion by setting cross products equal
Assignment · Best-Deal Investigation

Find three real or invented prices for the same item sold in different package sizes (for example, snacks or drinks). Compute the unit rate for each, then write the proportional equation y = kx for the option that is the best deal.

Deliverable · A comparison table of unit rates, the y = kx equation for the best buy, and one sentence stating which option saves the most money and why.

Quiz · 5 questions
  1. 1. A runner goes 12 miles in 2 hours. What is the unit rate?

  2. 2. Which equation represents a proportional relationship?

  3. 3. In y = 8x, what does the 8 represent?

  4. 4. A proportional graph always passes through which point?

  5. 5. If 5 apples cost $2, how much do 15 apples cost?

You'll be able to

I can decide whether two quantities are in a proportional relationship and find the constant of proportionality.

I can model a proportional relationship with an equation and explain what its parts mean.

I can compute unit rates from ratios of fractions.

Weeks 11-14 Unit 3: Percent and Ratio Applications
7.RP.A.37.EE.B.3
Lecture
Percent of a number using proportions and equations

A percent is a ratio out of 100, so 35% means 35/100 or 0.35. To find a percent of a number, multiply: 35% of 80 is 0.35 x 80 = 28. You can also use the proportion part/whole = percent/100, so part/80 = 35/100 gives part = 28. Converting the percent to a decimal first is usually the fastest method.

A percent is a ratio out of 100, so 35% means 35/100, or 0.35 as a decimal. To find a percent of a number, the fastest method is to convert the percent to a decimal and multiply: 35% of 80 is 0.35 x 80. Alternatively, set up the proportion part/whole = percent/100 and cross-multiply to solve for the unknown part. Both methods give the same result because they express the same relationship. Recognizing that 'of' signals multiplication and that the whole is the amount after 'of' keeps the setup correct.

Worked Example 1

Problem. Find 35% of 80.

  1. Convert percent to decimal: 35% = 0.35.
  2. Multiply: 0.35 x 80 = 28.

Answer. 28

Worked Example 2

Problem. Find 12% of 250 using a proportion.

  1. Set up part/250 = 12/100.
  2. Cross-multiply: 100 x part = 12 x 250 = 3000.
  3. Divide: part = 3000 / 100 = 30.

Answer. 30

Worked Example 3

Problem. 18 is what percent of 24?

  1. Set up 18/24 = p/100.
  2. Cross-multiply: 24p = 18 x 100 = 1800.
  3. Divide: p = 1800 / 24 = 75.

Answer. 75%

Common mistakes
  • Forgetting to convert the percent to a decimal, multiplying 35 x 80 instead of 0.35 x 80.
  • Mixing up part and whole in the proportion; the whole is the amount that follows the word 'of'.
  • Moving the decimal the wrong way; 35% = 0.35, not 3.5 or 0.035.
✎ Try it yourself

Problem. Find 8% of 150.

Solution. Convert: 8% = 0.08. Multiply: 0.08 x 150 = 12. So 8% of 150 is 12.

Percent increase and decrease

Percent change measures how much a quantity grows or shrinks relative to its original value: percent change = (new - original) / original x 100. If a price rises from $40 to $50, the increase is 10/40 = 25%. A decrease uses the same formula and produces a negative result, which we report as a percent decrease. Always divide by the original amount, not the new one.

Percent change measures growth or shrinkage relative to the original (starting) value, using the formula percent change = (new - original) / original x 100. A positive result is a percent increase and a negative result is a percent decrease. The critical step is dividing by the original amount, not the new amount, because change is measured against where you started. Compute the difference first, divide by the original, then multiply by 100 to express it as a percent. This same formula handles both directions; only the sign of the difference changes.

Worked Example 1

Problem. A price rises from $40 to $50. Find the percent increase.

  1. Difference: 50 - 40 = 10.
  2. Divide by original: 10 / 40 = 0.25.
  3. Times 100: 25%.

Answer. 25% increase

Worked Example 2

Problem. A value drops from $80 to $60. Find the percent decrease.

  1. Difference: 60 - 80 = -20.
  2. Divide by original: -20 / 80 = -0.25.
  3. Times 100: -25%, a 25% decrease.

Answer. 25% decrease

Worked Example 3

Problem. Attendance grows from 250 to 320. Find the percent increase.

  1. Difference: 320 - 250 = 70.
  2. Divide by original: 70 / 250 = 0.28.
  3. Times 100: 28%.

Answer. 28% increase

Common mistakes
  • Dividing by the new value instead of the original; percent change always uses the original as the denominator.
  • Forgetting to multiply by 100, reporting 0.25 instead of 25%.
  • Ignoring the sign; a negative difference means a decrease, not an increase.
✎ Try it yourself

Problem. A salary increases from $2,000 to $2,300 per month. Find the percent increase.

Solution. Difference: 2300 - 2000 = 300. Divide by the original: 300 / 2000 = 0.15. Times 100 gives 15%. It is a 15% increase.

Tax, tip, markup, markdown, and commission

These are all percent-of-a-number applications added to or subtracted from a base price. A 7% tax on $50 adds 0.07 x 50 = $3.50 for a total of $53.50; a 20% tip works the same way. A markdown (discount) subtracts: a 30% off $80 item costs 80 - 0.30 x 80 = $56, which equals 0.70 x 80. Commission is a percent of sales paid to a seller.

Tax, tip, markup, markdown, and commission are all percent-of-a-number calculations layered onto a base price. Tax, tip, and markup add a percent of the base to the base, so a final amount equals base + percent x base, which can be shortened to (1 + rate) x base. A markdown (discount) subtracts, giving (1 - rate) x base, so 30% off means paying 70% of the price. Commission is a percent of total sales paid to a seller. The shortcut form (1 plus or minus the rate, times the base) computes the final amount in one multiplication.

Worked Example 1

Problem. A $50 meal has a 7% tax. Find the total.

  1. Tax: 0.07 x 50 = 3.50.
  2. Add to base: 50 + 3.50 = 53.50. (Or 1.07 x 50 = 53.50.)

Answer. $53.50

Worked Example 2

Problem. An $80 jacket is 30% off. Find the sale price.

  1. Discount: 0.30 x 80 = 24.
  2. Subtract: 80 - 24 = 56. (Or 0.70 x 80 = 56.)

Answer. $56

Worked Example 3

Problem. A seller earns 5% commission on $4,200 in sales. Find the commission.

  1. Convert rate: 5% = 0.05.
  2. Multiply: 0.05 x 4200 = 210.

Answer. $210

Common mistakes
  • Stopping after finding the tax or tip amount instead of adding it to the base price.
  • Subtracting the discount percent from the price directly (80 - 30) instead of subtracting 30% of the price.
  • Using (1 + rate) for a markdown; a discount uses (1 - rate).
✎ Try it yourself

Problem. A $120 bill gets an 18% tip. Find the total amount paid.

Solution. Tip: 0.18 x 120 = 21.60. Add to the base: 120 + 21.60 = 141.60. (Or 1.18 x 120 = 141.60.) The total is $141.60.

Simple interest problems

Simple interest is calculated only on the original principal using I = P r t, where P is principal, r is the annual rate as a decimal, and t is time in years. For $500 at 4% for 3 years, I = 500 x 0.04 x 3 = $60, so the account holds $560. Because interest is not added back into the principal, the amount earned is the same each year. This contrasts with compound interest, which you study later.

Simple interest is interest charged or earned only on the original principal, never on previously earned interest. It is computed with the formula I = P r t, where P is the principal, r is the annual interest rate written as a decimal, and t is the time in years. Because the principal never changes, the interest earned each year is identical. To find the total amount in the account, add the interest to the principal: A = P + I. Always convert the rate from a percent to a decimal before multiplying, and make sure the time is expressed in years.

Worked Example 1

Problem. Find the simple interest on $500 at 4% for 3 years.

  1. Convert rate: 4% = 0.04.
  2. Apply I = Prt: 500 x 0.04 x 3 = 60.

Answer. $60

Worked Example 2

Problem. Find the total amount for $500 at 4% for 3 years.

  1. Interest from above: I = 60.
  2. Add to principal: A = 500 + 60 = 560.

Answer. $560

Worked Example 3

Problem. Find the simple interest on $1,200 at 6% for 6 months.

  1. Convert rate: 6% = 0.06.
  2. Convert time to years: 6 months = 0.5 year.
  3. Apply I = Prt: 1200 x 0.06 x 0.5 = 36.

Answer. $36

Common mistakes
  • Using the rate as a percent instead of a decimal; 4% must be 0.04 in the formula.
  • Leaving time in months; t must be in years, so 6 months is 0.5, not 6.
  • Reporting only the interest when the question asks for the total amount (principal plus interest).
✎ Try it yourself

Problem. Find the simple interest on $800 at 5% for 2 years, and the total amount.

Solution. Convert rate: 5% = 0.05. Interest I = 800 x 0.05 x 2 = 80. Total amount A = 800 + 80 = 880. Interest is $80; total is $880.

Percent error and percent change in real data

Percent error tells how far an estimate or measurement is from the true value: percent error = |measured - actual| / actual x 100. If you guess 90 jellybeans and there are 100, the percent error is 10/100 = 10%. This lets you judge accuracy regardless of the size of the numbers. Smaller percent error means a more accurate estimate.

Percent error measures how far a measured or estimated value is from the true (actual) value, expressed as a percent of the actual value: percent error = |measured - actual| / actual x 100. The absolute value bars make the error positive regardless of whether the estimate was too high or too low, because error size is what matters. Dividing by the actual value scales the difference so errors can be compared fairly across measurements of different sizes. A smaller percent error means a more accurate estimate. Always divide by the actual value, never by the measured one.

Worked Example 1

Problem. You estimate 90 jellybeans; there are actually 100. Find the percent error.

  1. Difference: |90 - 100| = 10.
  2. Divide by actual: 10 / 100 = 0.10.
  3. Times 100: 10%.

Answer. 10%

Worked Example 2

Problem. A scale reads 4.5 kg but the true mass is 5 kg. Find the percent error.

  1. Difference: |4.5 - 5| = 0.5.
  2. Divide by actual: 0.5 / 5 = 0.10.
  3. Times 100: 10%.

Answer. 10%

Worked Example 3

Problem. A predicted temperature was 78 degrees; the actual was 75. Find the percent error.

  1. Difference: |78 - 75| = 3.
  2. Divide by actual: 3 / 75 = 0.04.
  3. Times 100: 4%.

Answer. 4%

Common mistakes
  • Dividing by the measured value instead of the actual value; percent error uses the actual as the denominator.
  • Dropping the absolute value and reporting a negative percent error; error is always reported as positive.
  • Forgetting the times-100 step, leaving the answer as a decimal instead of a percent.
✎ Try it yourself

Problem. You measure a board as 48 cm but it is actually 50 cm. Find the percent error.

Solution. Difference: |48 - 50| = 2. Divide by the actual value: 2 / 50 = 0.04. Times 100 gives 4%. The percent error is 4%.

Key terms
  • Percent — a ratio expressed out of 100, written with the % symbol
  • Principal — the original amount of money invested or borrowed
  • Percent change — the ratio of the amount of change to the original amount, times 100
  • Markup — the amount added to a cost to set a selling price
  • Markdown — a discount subtracted from the original price
  • Simple interest — interest computed only on the original principal (I = Prt)
  • Percent error — the size of a difference between a measured and actual value as a percent
Assignment · Receipt Reality Check

Design a shopping receipt with at least three items, then apply a discount to one item, sales tax to the subtotal, and a tip if it is a restaurant bill. Show every percent calculation step by step.

Deliverable · An itemized receipt showing original prices, the discount, tax, optional tip, and a final total, with one sentence verifying the total is reasonable.

Quiz · 5 questions
  1. 1. What is 20% of 150?

  2. 2. A $60 jacket is marked up to $75. What is the percent increase?

  3. 3. A $40 item is 25% off. What is the sale price?

  4. 4. Find the simple interest on $200 at 5% for 2 years.

  5. 5. You estimate 45 but the actual value is 50. What is the percent error?

You'll be able to

I can solve multistep percent problems such as tax, tip, discount, and interest.

I can compute and interpret percent increase and decrease.

I can use proportional reasoning to check the reasonableness of answers.

Weeks 15-20 Unit 4: Expressions and Equations
7.EE.A.17.EE.A.27.EE.B.37.EE.B.47.EE.B.4a7.EE.B.4b
Lecture
Adding, subtracting, factoring, and expanding linear expressions

A linear expression is a sum of terms where variables appear only to the first power, such as 3x + 5. You add or subtract by combining like terms, so 3x + 5 + 2x - 1 = 5x + 4. Expanding uses the distributive property: 4(x + 2) = 4x + 8. Factoring reverses this by pulling out a common factor, so 6x + 9 = 3(2x + 3).

A linear expression is a sum of terms in which every variable appears only to the first power, such as 3x + 5. To add or subtract expressions, combine like terms, meaning terms with the identical variable part; constants combine with constants. Expanding uses the distributive property a(b + c) = ab + ac to remove parentheses, so 4(x + 2) = 4x + 8. Factoring reverses expanding by pulling out the greatest common factor shared by all terms, so 6x + 9 = 3(2x + 3). These moves rewrite an expression in an equivalent form without changing its value.

Worked Example 1

Problem. Simplify 3x + 5 + 2x - 1.

  1. Group like terms: (3x + 2x) + (5 - 1).
  2. Combine: 5x + 4.

Answer. 5x + 4

Worked Example 2

Problem. Expand -2(3x - 4).

  1. Distribute -2 to each term: -2 x 3x and -2 x (-4).
  2. Compute: -6x + 8.

Answer. -6x + 8

Worked Example 3

Problem. Factor 12x + 18.

  1. Find the greatest common factor of 12 and 18: 6.
  2. Divide each term by 6: 12x/6 = 2x, 18/6 = 3.
  3. Write factored form: 6(2x + 3).

Answer. 6(2x + 3)

Common mistakes
  • Combining unlike terms, such as adding 3x and 5 to get 8x; only like terms combine.
  • Distributing to just the first term: -2(3x - 4) is -6x + 8, not -6x - 4.
  • Factoring out a number that is not the greatest common factor, leaving a common factor still inside the parentheses.
✎ Try it yourself

Problem. Simplify and then factor: 4x + 6 + 2x + 4.

Solution. Combine like terms: (4x + 2x) + (6 + 4) = 6x + 10. The GCF of 6 and 10 is 2, so factor: 2(3x + 5).

Rewriting expressions to reveal meaning in context

Equivalent expressions describe the same quantity in different useful forms. For a price after a 5% increase, the cost x + 0.05x can be rewritten as 1.05x, which shows the new total is 105% of the original. Choosing the right form makes a relationship clearer for a given purpose. Properties of operations guarantee the two forms always give equal results.

Equivalent expressions describe the same quantity in different forms, and choosing the right form can reveal meaning. The properties of operations (distributive, commutative, associative) guarantee that the forms always produce equal values, so you may rewrite freely. For a quantity that increases by a percent, the original plus the increase, x + 0.05x, can be combined into 1.05x, which shows the result is 105% of the original. Picking the form that matches the question, factored to show a common piece or combined to show a total rate, makes a relationship easier to interpret and use.

Worked Example 1

Problem. Rewrite x + 0.05x as a single term and interpret it.

  1. Combine like terms: x is 1x, so 1x + 0.05x = 1.05x.
  2. Interpret: the new amount is 105% of the original x.

Answer. 1.05x (105% of the original)

Worked Example 2

Problem. A price is reduced by 20%. Write the new price two ways for original p.

  1. Subtract the discount: p - 0.20p.
  2. Combine: (1 - 0.20)p = 0.80p, showing you pay 80%.

Answer. p - 0.20p = 0.80p

Worked Example 3

Problem. Show 3(x + 2) + 2(x + 2) equals 5(x + 2).

  1. Both terms share the factor (x + 2).
  2. Add the coefficients: 3 + 2 = 5.
  3. So the sum is 5(x + 2).

Answer. 5(x + 2)

Common mistakes
  • Writing x + 0.05x as 0.05x and forgetting the original x counts as 1x, giving 1.05x.
  • Thinking a 20% decrease means multiplying by 0.20 instead of by 0.80.
  • Assuming a rewritten expression has a different value; equivalent forms always evaluate equally.
✎ Try it yourself

Problem. A bill grows by 8%. Write the total for original b as a single term and state the percent of the original.

Solution. Total is b + 0.08b. Since b is 1b, combine: 1.08b. The total is 108% of the original bill.

Solving two-step equations of the form px + q = r

A two-step equation requires undoing two operations using inverse operations in reverse order. For 3x + 4 = 19, first subtract 4 from both sides to get 3x = 15, then divide both sides by 3 to get x = 5. Whatever you do to one side you must do to the other to keep the equation balanced. Always check by substituting your answer back into the original equation.

A two-step equation of the form px + q = r is solved by undoing the operations in reverse of the order of operations: first undo the addition or subtraction, then undo the multiplication or division. Whatever you do to one side you must do to the other to keep the equation balanced. So for 3x + 4 = 19, subtract 4 from both sides to isolate the variable term, then divide both sides by the coefficient. Always finish by checking: substitute your solution back into the original equation and confirm both sides are equal.

Worked Example 1

Problem. Solve 3x + 4 = 19.

  1. Subtract 4 from both sides: 3x = 15.
  2. Divide both sides by 3: x = 5.
  3. Check: 3(5) + 4 = 19. True.

Answer. x = 5

Worked Example 2

Problem. Solve 5x - 7 = 18.

  1. Add 7 to both sides: 5x = 25.
  2. Divide by 5: x = 5.
  3. Check: 5(5) - 7 = 18. True.

Answer. x = 5

Worked Example 3

Problem. Solve -2x + 9 = 3.

  1. Subtract 9 from both sides: -2x = -6.
  2. Divide by -2: x = 3.
  3. Check: -2(3) + 9 = 3. True.

Answer. x = 3

Common mistakes
  • Dividing before undoing the constant; subtract the +4 first, then divide by 3.
  • Changing only one side of the equation, which breaks the balance.
  • Mishandling signs when dividing, such as forgetting -6 / -2 = 3, not -3.
✎ Try it yourself

Problem. Solve 4x - 5 = 23.

Solution. Add 5 to both sides: 4x = 28. Divide both sides by 4: x = 7. Check: 4(7) - 5 = 28 - 5 = 23. So x = 7.

Solving two-step equations of the form p(x + q) = r

When a quantity in parentheses is multiplied by a number, you can either distribute first or divide first. For 2(x + 3) = 14, dividing both sides by 2 gives x + 3 = 7, so x = 4; distributing first gives 2x + 6 = 14, the same answer. Both methods rely on inverse operations and keeping the equation balanced. Pick whichever keeps the numbers simplest.

An equation of the form p(x + q) = r has a quantity in parentheses multiplied by a number. You can solve it two equivalent ways. Dividing first: divide both sides by p to get x + q = r/p, then subtract q. Distributing first: multiply p through the parentheses to get px + pq = r, then solve as a normal two-step equation. Both rely on inverse operations and keeping the equation balanced, and both give the same answer. Choose whichever keeps the arithmetic simplest, usually dividing first when r divides evenly by p.

Worked Example 1

Problem. Solve 2(x + 3) = 14 by dividing first.

  1. Divide both sides by 2: x + 3 = 7.
  2. Subtract 3: x = 4.
  3. Check: 2(4 + 3) = 14. True.

Answer. x = 4

Worked Example 2

Problem. Solve 2(x + 3) = 14 by distributing first.

  1. Distribute: 2x + 6 = 14.
  2. Subtract 6: 2x = 8.
  3. Divide by 2: x = 4.

Answer. x = 4

Worked Example 3

Problem. Solve 3(x - 5) = -9.

  1. Divide both sides by 3: x - 5 = -3.
  2. Add 5: x = 2.
  3. Check: 3(2 - 5) = 3(-3) = -9. True.

Answer. x = 2

Common mistakes
  • Distributing to only the first term inside the parentheses, getting 2x + 3 instead of 2x + 6.
  • Dividing only the left side by p and forgetting the right side.
  • Subtracting q before dividing when using the divide-first method; divide the whole side by p first.
✎ Try it yourself

Problem. Solve 5(x + 2) = 35.

Solution. Divide both sides by 5: x + 2 = 7. Subtract 2: x = 5. Check: 5(5 + 2) = 5(7) = 35. So x = 5.

Solving and graphing two-step inequalities

Inequalities are solved like equations, with one crucial rule: when you multiply or divide both sides by a negative number, you must flip the inequality symbol. Solving -2x + 1 < 7 gives -2x < 6, then dividing by -2 flips it to x > -3. The solution is a range of values, graphed on a number line with an open circle for < or > and a closed circle for less-than-or-equal-to.

Inequalities are solved using the same inverse operations as equations, with one crucial rule: when you multiply or divide both sides by a negative number, you must flip the inequality symbol. The solution is a range of values rather than a single number. To graph it on a number line, place a circle at the boundary value, open for a strict < or > and closed (filled) for less-than-or-equal-to or greater-than-or-equal-to, then shade in the direction of all values that satisfy the inequality. Checking a test value from the shaded region confirms the solution direction.

Worked Example 1

Problem. Solve 2x + 1 < 7 and describe the graph.

  1. Subtract 1: 2x < 6.
  2. Divide by positive 2 (no flip): x < 3.
  3. Graph: open circle at 3, shade left.

Answer. x < 3

Worked Example 2

Problem. Solve -2x + 1 < 7 and describe the graph.

  1. Subtract 1: -2x < 6.
  2. Divide by -2 and flip the symbol: x > -3.
  3. Graph: open circle at -3, shade right.

Answer. x > -3

Worked Example 3

Problem. Solve 3x - 4 greater-than-or-equal-to 8.

  1. Add 4: 3x greater-than-or-equal-to 12.
  2. Divide by positive 3 (no flip): x greater-than-or-equal-to 4.
  3. Graph: closed circle at 4, shade right.

Answer. x greater-than-or-equal-to 4

Common mistakes
  • Forgetting to flip the symbol when dividing or multiplying by a negative; -2x < 6 becomes x > -3, not x < -3.
  • Flipping the symbol when dividing by a positive number; only negatives trigger the flip.
  • Using an open circle for less-than-or-equal-to (or greater-than-or-equal-to); those need a closed, filled circle.
✎ Try it yourself

Problem. Solve -3x + 2 less-than-or-equal-to 11 and describe the graph.

Solution. Subtract 2: -3x less-than-or-equal-to 9. Divide by -3 and flip the symbol: x greater-than-or-equal-to -3. Graph: closed circle at -3, shaded to the right.

Setting up equations and inequalities from word problems

To model a problem, choose a variable for the unknown, then translate each phrase into math. 'A taxi charges $3 plus $2 per mile, and you have $15' becomes 3 + 2m = 15 or 3 + 2m less-than-or-equal-to 15. Solving tells you the limit on miles. Defining the variable clearly and checking the answer in the original context are essential steps.

Modeling a word problem starts with choosing a variable for the unknown and writing down what it represents. Then translate each phrase into mathematics: a fixed starting amount becomes a constant, a repeating per-unit cost becomes a coefficient times the variable, 'is' or 'equals' becomes =, and 'at most' or 'no more than' becomes less-than-or-equal-to while 'at least' becomes greater-than-or-equal-to. Build the equation or inequality, solve it with inverse operations, then interpret the answer back in the original context, checking that it makes sense (for example, a count of miles cannot be negative).

Worked Example 1

Problem. A taxi charges $3 plus $2 per mile. You have $15. How many whole miles can you ride?

  1. Let m be miles: 3 + 2m less-than-or-equal-to 15.
  2. Subtract 3: 2m less-than-or-equal-to 12.
  3. Divide by 2: m less-than-or-equal-to 6.

Answer. at most 6 miles

Worked Example 2

Problem. A gym costs $20 to join plus $10 per month. When does the total reach $90?

  1. Let n be months: 20 + 10n = 90.
  2. Subtract 20: 10n = 70.
  3. Divide by 10: n = 7.

Answer. 7 months

Worked Example 3

Problem. Tickets cost $8 each and you have a $4 coupon. You can spend at most $52. How many tickets?

  1. Let t be tickets: 8t - 4 less-than-or-equal-to 52.
  2. Add 4: 8t less-than-or-equal-to 56.
  3. Divide by 8: t less-than-or-equal-to 7.

Answer. at most 7 tickets

Common mistakes
  • Mixing up the constant and the rate; the one-time fee is the constant, the per-unit charge is the coefficient of the variable.
  • Using = when the problem says 'at most' or 'at least', which call for an inequality.
  • Forgetting to interpret the answer in context, such as ignoring that a number of tickets must be a whole number.
✎ Try it yourself

Problem. A plumber charges $40 to visit plus $25 per hour. The bill was $140. How many hours did the job take?

Solution. Let h be hours: 40 + 25h = 140. Subtract 40: 25h = 100. Divide by 25: h = 4. The job took 4 hours.

Key terms
  • Linear expression — an expression whose variable terms are only to the first power
  • Like terms — terms with the same variable raised to the same power, which can be combined
  • Distributive property — a(b + c) = ab + ac, used to expand expressions
  • Coefficient — the number multiplied by a variable in a term
  • Inverse operation — an operation that undoes another, such as subtraction undoing addition
  • Two-step equation — an equation requiring two inverse operations to isolate the variable
  • Inequality — a statement comparing expressions with <, >, less-than-or-equal-to, or greater-than-or-equal-to
Assignment · Modeling a Real Budget Limit

Invent a situation with a fixed starting cost and a repeating per-unit cost (such as a phone plan or event tickets) and a spending limit. Write an inequality that models the situation, solve it, and graph the solution on a number line.

Deliverable · The defined variable, the inequality, the solved range, a number-line graph, and a sentence stating the maximum number of units affordable.

Quiz · 5 questions
  1. 1. Simplify 5x + 3 - 2x + 7.

  2. 2. Factor 8x + 12.

  3. 3. Solve 3x - 5 = 16.

  4. 4. Solve -2x > 8. What is the solution?

  5. 5. Solve 2(x + 4) = 18.

You'll be able to

I can add, subtract, factor, and expand linear expressions with rational coefficients.

I can solve two-step equations and inequalities and interpret the solution in context.

I can graph the solution set of an inequality on a number line.

Weeks 21-26 Unit 5: Geometry — Scale, Angles, and Constructions
7.G.A.17.G.A.27.G.B.5
Lecture
Scale drawings and computing actual lengths and areas from scale

A scale drawing represents a real object with all lengths reduced or enlarged by the same ratio, called the scale. If a map uses 1 cm = 50 km, then 4 cm represents 200 km. Areas scale by the square of the linear scale factor, so if lengths are halved, area becomes one-fourth. To find an actual length, multiply the drawing length by the scale ratio.

A scale drawing represents a real object with every length multiplied by the same ratio, called the scale, such as 1 cm = 50 km. To find an actual length, multiply the drawing length by the scale ratio; to find a drawing length from an actual length, divide. A key idea is that area does not scale the same way as length: because area is two-dimensional, it scales by the square of the linear scale factor. So if every length is doubled, the area becomes four times as large; if lengths are halved, area becomes one-fourth. Always square the scale factor when converting areas.

Worked Example 1

Problem. A map uses 1 cm = 50 km. How far is 4 cm?

  1. Multiply drawing length by the scale: 4 x 50.
  2. Compute: 200 km.

Answer. 200 km

Worked Example 2

Problem. On a 1 cm = 2 m drawing, a room measures 3 cm by 4 cm. Find the actual area.

  1. Actual lengths: 3 x 2 = 6 m and 4 x 2 = 8 m.
  2. Area = 6 x 8 = 48 square meters.

Answer. 48 square meters

Worked Example 3

Problem. A figure's lengths are all halved. What happens to its area?

  1. Linear scale factor is 1/2.
  2. Area scales by the square: (1/2)^2 = 1/4.

Answer. Area becomes one-fourth

Common mistakes
  • Scaling area by the linear factor instead of its square; halving lengths gives one-fourth the area, not one-half.
  • Dividing when you should multiply (or vice versa); multiply drawing-to-actual, divide actual-to-drawing.
  • Mixing units in the scale, such as treating 1 cm = 50 km as if it were 1 cm = 50 cm.
✎ Try it yourself

Problem. A model uses 1 inch = 5 feet. A wall is 7 inches long in the model. Find the real length, then the real area if the wall is also 2 inches tall in the model.

Solution. Real length: 7 x 5 = 35 ft. Real height: 2 x 5 = 10 ft. Real area: 35 x 10 = 350 square feet.

Reproducing scale drawings at a different scale

To redraw a figure at a new scale, multiply every length by the ratio of the new scale to the old scale. If a drawing at 1:100 is redrawn at 1:50, each length doubles because the new scale shows twice the detail. The shape stays the same (similar figures) while the size changes proportionally. Angles are preserved during any rescaling.

To redraw a figure at a new scale, multiply every length in the original drawing by the ratio of the new scale to the old scale. If a drawing at 1:100 is redrawn at 1:50, the new scale shows twice as much detail, so each length doubles. The shape stays the same (the figures are similar) while the size changes proportionally, and all angles are preserved exactly during any rescaling. The safest method is to compute the multiplying factor once, then apply it consistently to each measured length before drawing the new figure.

Worked Example 1

Problem. A drawing at 1:100 is redrawn at 1:50. A wall is 4 cm in the original. Find its new length.

  1. Factor = old detail to new: 1:50 shows twice the detail of 1:100, so factor is 2.
  2. Multiply: 4 x 2 = 8 cm.

Answer. 8 cm

Worked Example 2

Problem. A figure at 1:20 is redrawn at 1:40. A 6 cm segment becomes how long?

  1. Going to 1:40 shows half the detail, so factor is 1/2.
  2. Multiply: 6 x 1/2 = 3 cm.

Answer. 3 cm

Worked Example 3

Problem. When a drawing is rescaled, what happens to its angles?

  1. Rescaling produces a similar figure.
  2. Similar figures preserve all angle measures exactly.

Answer. Angles stay the same

Common mistakes
  • Adding or subtracting to change scale instead of multiplying by the scale ratio.
  • Changing the angles when resizing; only lengths change, angles are preserved.
  • Using the wrong direction of the factor, enlarging when the new scale actually shrinks the drawing.
✎ Try it yourself

Problem. A drawing at 1:50 is redrawn at 1:25. A segment is 5 cm in the original. Find its new length.

Solution. Going from 1:50 to 1:25 doubles the detail, so the factor is 2. New length: 5 x 2 = 10 cm.

Drawing triangles from given conditions (sides and angles)

Given measurements for sides and angles, you can attempt to construct a triangle with a ruler and protractor. The order of given parts matters: three sides (SSS) or two sides and the included angle (SAS) pin down one triangle. Carefully measuring and connecting the parts shows whether a triangle is even possible. This builds intuition for which conditions force a unique shape.

Given measurements of sides and angles, you can attempt to construct a triangle with a ruler and protractor. The combination of given parts decides the outcome. Three sides (SSS) or two sides with the angle between them (SAS) pin down exactly one triangle, as does two angles with an included side (ASA). The order matters: an angle between two given sides behaves differently from an angle not between them. Carefully drawing one part at a time and connecting them shows whether a triangle is even possible and whether the result is forced to be a single unique shape.

Worked Example 1

Problem. Can sides 5 cm, 6 cm, 7 cm form a triangle, and is it unique?

  1. Check triangle inequality: 5 + 6 = 11 > 7, and every pair exceeds the third side.
  2. Three fixed sides (SSS) determine exactly one triangle.

Answer. Yes; unique

Worked Example 2

Problem. You are given two sides 4 cm and 6 cm with a 50-degree angle between them. How many triangles?

  1. This is SAS: two sides with the included angle.
  2. SAS fixes the third side and the shape, giving one triangle.

Answer. Exactly one

Worked Example 3

Problem. Given a 3 cm side between a 40-degree and a 60-degree angle, how many triangles?

  1. This is ASA: a side between two angles.
  2. ASA determines one unique triangle.

Answer. Exactly one

Common mistakes
  • Assuming any three given measurements make a triangle; the parts must satisfy the triangle inequality and a valid arrangement.
  • Confusing the included angle (between the two sides) with a non-included angle, which can change the result.
  • Measuring carelessly with the protractor so the constructed triangle does not match the given conditions.
✎ Try it yourself

Problem. You are given sides 8 cm and 5 cm with a 90-degree angle between them. How many triangles can be drawn?

Solution. Two sides with the included angle is the SAS condition, which fixes the third side and the entire shape. Exactly one triangle can be drawn.

Conditions that determine a unique triangle, many, or none

Some conditions create exactly one triangle, others create many, and some create none. Three given side lengths make a unique triangle only if each side is shorter than the sum of the other two (the triangle inequality). Three given angles summing to 180 degrees make many similar triangles of different sizes. If side lengths violate the triangle inequality, no triangle exists.

A set of given conditions can produce exactly one triangle, infinitely many, or none at all. Three side lengths form a triangle only if each side is shorter than the sum of the other two, the triangle inequality; if that holds, the triangle is unique. Three given angles that sum to 180 degrees make infinitely many similar triangles, identical in shape but varying in size, because the angles do not fix any length. If side lengths violate the triangle inequality (one side at least as long as the other two combined), no triangle can be formed. Testing the inequality is the quickest first check.

Worked Example 1

Problem. Do sides 2, 3, 8 form a triangle?

  1. Check the largest side: 2 + 3 = 5.
  2. Since 5 < 8, the two shorter sides cannot reach, so no triangle.

Answer. No triangle

Worked Example 2

Problem. How many triangles have angles 40, 60, and 80 degrees?

  1. Angles sum to 40 + 60 + 80 = 180, so triangles exist.
  2. Angles alone do not fix size, so infinitely many similar triangles.

Answer. Infinitely many (similar)

Worked Example 3

Problem. Do sides 4, 5, 6 form a unique triangle?

  1. Check inequality: 4 + 5 = 9 > 6, and all other pairs exceed the third side.
  2. Three valid sides (SSS) give exactly one triangle.

Answer. Yes; unique

Common mistakes
  • Only checking one pair of sides; the triangle inequality must hold for the largest side against the sum of the other two.
  • Thinking three angles fix a single triangle; they fix the shape but allow infinitely many sizes.
  • Believing equality (one side equal to the sum of the other two) makes a triangle; it collapses to a flat line, so no triangle.
✎ Try it yourself

Problem. Do side lengths 3, 3, 9 form a triangle? Explain.

Solution. Check the largest side: 3 + 3 = 6, which is less than 9. The two short sides cannot reach across, so no triangle can be formed.

Supplementary, complementary, vertical, and adjacent angles

Two angles are complementary if they add to 90 degrees and supplementary if they add to 180 degrees. Vertical angles, formed by two crossing lines, are always equal to each other. Adjacent angles share a vertex and a side without overlapping. Recognizing these relationships lets you find missing angles without measuring.

These angle relationships let you find unknown angles without measuring. Two angles are complementary if their measures add to 90 degrees and supplementary if they add to 180 degrees. Vertical angles are the opposite angles formed where two lines cross; they are always equal to each other. Adjacent angles share a common vertex and a common side but do not overlap, and adjacent angles on a straight line are supplementary. Recognizing which relationship a diagram shows tells you whether to subtract from 90, subtract from 180, or set two angles equal.

Worked Example 1

Problem. One of two complementary angles is 35 degrees. Find the other.

  1. Complementary angles sum to 90.
  2. Subtract: 90 - 35 = 55.

Answer. 55 degrees

Worked Example 2

Problem. Two angles are supplementary; one is 120 degrees. Find the other.

  1. Supplementary angles sum to 180.
  2. Subtract: 180 - 120 = 60.

Answer. 60 degrees

Worked Example 3

Problem. Two lines cross; one angle is 110 degrees. Find its vertical angle.

  1. Vertical angles are equal.
  2. So the vertical angle is also 110 degrees.

Answer. 110 degrees

Common mistakes
  • Swapping the 90 and 180 sums; complementary is 90 degrees, supplementary is 180 degrees.
  • Thinking vertical angles are supplementary; they are equal, while the adjacent pair is supplementary.
  • Assuming any two angles sharing a vertex are complementary; adjacent angles only sum to 90 if the outer rays form a right angle.
✎ Try it yourself

Problem. Two angles are supplementary and one measures 47 degrees. Find the other, and state its relationship if instead they were complementary.

Solution. Supplementary: 180 - 47 = 133 degrees. If they were complementary instead, the other would be 90 - 47 = 43 degrees.

Solving for unknown angles using angle relationships

You can write an equation from an angle relationship and solve for the unknown. If two angles are supplementary and one is 2x while the other is 50 degrees, then 2x + 50 = 180, so x = 65. Vertical angles give equations of the form one angle equals another. Setting up the correct equation from the diagram is the key skill.

When a diagram labels angles with expressions, you write an equation from the angle relationship and solve for the variable. Supplementary angles give an equation that sums to 180, complementary angles sum to 90, vertical angles are set equal, and angles around a point sum to 360. Identify the relationship from the figure, translate it into an equation, then solve using inverse operations. After finding the variable, substitute back to report the actual angle measures and check that they satisfy the original relationship, such as truly adding to 180 degrees.

Worked Example 1

Problem. Two supplementary angles measure 2x and 50 degrees. Find x.

  1. Supplementary, so 2x + 50 = 180.
  2. Subtract 50: 2x = 130.
  3. Divide by 2: x = 65.

Answer. x = 65

Worked Example 2

Problem. Vertical angles are (3x + 10) and 70 degrees. Find x.

  1. Vertical angles are equal: 3x + 10 = 70.
  2. Subtract 10: 3x = 60.
  3. Divide by 3: x = 20.

Answer. x = 20

Worked Example 3

Problem. Two complementary angles are x and (2x + 15). Find x and both angles.

  1. Complementary: x + (2x + 15) = 90.
  2. Combine: 3x + 15 = 90, so 3x = 75 and x = 25.
  3. Angles: 25 and 2(25)+15 = 65 degrees.

Answer. x = 25; angles 25 and 65 degrees

Common mistakes
  • Setting the wrong total; double-check whether the relationship is supplementary (180), complementary (90), or vertical (equal).
  • Setting supplementary expressions equal instead of summing them to 180.
  • Solving for x and stopping, when the question asks for the actual angle measures.
✎ Try it yourself

Problem. Two supplementary angles measure (4x + 10) and (x + 20) degrees. Find x and both angles.

Solution. Sum to 180: (4x + 10) + (x + 20) = 180, so 5x + 30 = 180. Then 5x = 150 and x = 30. Angles: 4(30)+10 = 130 and 30+20 = 50 degrees.

Key terms
  • Scale — the ratio of a length in a drawing to the corresponding real length
  • Scale factor — the number by which every length is multiplied to resize a figure
  • Similar figures — figures with the same shape and proportional sides but different sizes
  • Triangle inequality — each side of a triangle must be shorter than the sum of the other two
  • Complementary angles — two angles whose measures add to 90 degrees
  • Supplementary angles — two angles whose measures add to 180 degrees
  • Vertical angles — opposite angles formed by two intersecting lines, always equal
Assignment · Floor Plan to Scale

Create a scale drawing of a real room or object using a stated scale such as 1 cm = 0.5 m. Measure or estimate the real dimensions, draw the scaled version, and compute the actual area from your drawing.

Deliverable · A scale drawing with the scale labeled, a table converting drawing lengths to actual lengths, and the computed real area with units.

Quiz · 5 questions
  1. 1. A map scale is 1 cm = 20 km. How far is 6.5 cm?

  2. 2. Two complementary angles: one is 35 degrees. What is the other?

  3. 3. Which side lengths can form a triangle?

  4. 4. Angles A and B are supplementary. A = 120 degrees. Find B.

  5. 5. Vertical angles are always:

You'll be able to

I can solve problems involving scale drawings, including finding actual measurements.

I can construct triangles from given conditions and decide whether they are unique.

I can write and solve equations using angle relationships to find unknown angles.

Weeks 27-31 Unit 6: Geometry — Circles, Area, and Volume
7.G.B.47.G.A.37.G.B.6
Lecture
Circumference and area of circles and the meaning of pi

Pi is the constant ratio of any circle's circumference to its diameter, approximately 3.14. Circumference C = pi x d = 2 x pi x r, and area A = pi x r squared. For a circle with radius 5, the area is pi x 25, about 78.5 square units, and the circumference is 2 x pi x 5, about 31.4 units. The radius is half the diameter, so identify which one you are given before substituting.

Pi is the constant ratio of any circle's circumference to its diameter, approximately 3.14. Two formulas follow: the circumference (distance around) is C = pi x d = 2 x pi x r, and the area (space inside) is A = pi x r^2, where r is the radius and d the diameter. The radius is half the diameter, so before substituting, identify which one you are given and convert if needed. Circumference uses the radius to the first power and gives a length; area uses the radius squared and gives square units. Mixing the two formulas is the most common source of error.

Worked Example 1

Problem. Find the area of a circle with radius 5 (use pi about 3.14).

  1. Use A = pi r^2: A = 3.14 x 5^2.
  2. Square: 5^2 = 25.
  3. Multiply: 3.14 x 25 = 78.5.

Answer. 78.5 square units

Worked Example 2

Problem. Find the circumference of a circle with radius 5 (pi about 3.14).

  1. Use C = 2 pi r: C = 2 x 3.14 x 5.
  2. Multiply: 2 x 5 = 10, then 3.14 x 10 = 31.4.

Answer. 31.4 units

Worked Example 3

Problem. A circle has diameter 12. Find its area (pi about 3.14).

  1. Radius is half the diameter: r = 6.
  2. A = pi r^2 = 3.14 x 36.
  3. Multiply: 113.04.

Answer. 113.04 square units

Common mistakes
  • Using the diameter as the radius in A = pi r^2; halve the diameter first.
  • Forgetting to square the radius for area, computing pi x r instead of pi x r^2.
  • Reporting area in plain units instead of square units, or circumference in square units instead of plain units.
✎ Try it yourself

Problem. A circular garden has radius 10 m. Find both its circumference and area (use pi about 3.14).

Solution. Circumference C = 2 x 3.14 x 10 = 62.8 m. Area A = 3.14 x 10^2 = 3.14 x 100 = 314 square meters.

Cross-sections of three-dimensional figures

A cross-section is the two-dimensional shape revealed when you slice through a solid. Slicing a rectangular prism parallel to its base gives a rectangle, while a slice through a cylinder parallel to the base gives a circle. The angle and position of the cut determine the shape, so an angled slice through a cube can produce a triangle or even a hexagon. Visualizing the slice plane is the key skill.

A cross-section is the two-dimensional shape exposed when a plane slices through a solid. The resulting shape depends on the solid and on the angle and position of the cut. A slice parallel to the base of a prism matches the base shape, and a slice parallel to the base of a cylinder is a circle. Slices made at an angle can produce different shapes: an angled cut through a cube can yield a triangle, rectangle, or even a hexagon, and a slanted cut through a cylinder gives an ellipse. The key skill is visualizing the flat plane passing through the solid.

Worked Example 1

Problem. What shape results from slicing a rectangular prism parallel to its base?

  1. A cut parallel to the base matches the base shape.
  2. The base of a rectangular prism is a rectangle.

Answer. Rectangle

Worked Example 2

Problem. What is the cross-section of a cylinder cut parallel to its base?

  1. The base of a cylinder is a circle.
  2. A parallel slice reveals that same circle.

Answer. Circle

Worked Example 3

Problem. A cylinder is sliced perpendicular to its base (vertically through the center). What shape appears?

  1. A vertical cut runs the height of the cylinder.
  2. It exposes a rectangle (width = diameter, height = cylinder height).

Answer. Rectangle

Common mistakes
  • Assuming every slice of a cylinder is a circle; only cuts parallel to the base are circles, a vertical cut is a rectangle.
  • Confusing the cross-section with a face of the solid; the cross-section is a new interior shape.
  • Ignoring the cut's angle, which can change a cube's cross-section from a square to a triangle or hexagon.
✎ Try it yourself

Problem. A square pyramid is sliced parallel to its base. What shape is the cross-section?

Solution. A cut parallel to the base produces a smaller copy of the base shape. The base is a square, so the cross-section is a square (smaller than the base).

Area of composite two-dimensional figures

A composite figure is built from simple shapes, so find its area by decomposing it into rectangles, triangles, and circles, then adding (or subtracting) the parts. An L-shaped room splits into two rectangles whose areas sum to the total. When a shape has a hole, subtract the hole's area from the outer area. Keeping track of which lengths belong to which piece prevents errors.

A composite figure is made by combining simple shapes such as rectangles, triangles, and circles. To find its area, decompose the figure into those simple pieces, find each piece's area with its formula, then add the areas together. If the figure has a hole or notch, subtract the missing region's area from the surrounding shape. Carefully track which lengths belong to which piece, and find any missing side lengths by reasoning about the whole figure. The total area is the sum (or difference) of the parts, expressed in square units.

Worked Example 1

Problem. An L-shape splits into a 6 by 2 rectangle and a 3 by 4 rectangle. Find the total area.

  1. First rectangle: 6 x 2 = 12.
  2. Second rectangle: 3 x 4 = 12.
  3. Add: 12 + 12 = 24.

Answer. 24 square units

Worked Example 2

Problem. A 10 by 8 rectangle has a 3 by 2 rectangular hole. Find the remaining area.

  1. Outer area: 10 x 8 = 80.
  2. Hole area: 3 x 2 = 6.
  3. Subtract: 80 - 6 = 74.

Answer. 74 square units

Worked Example 3

Problem. A figure is a 8 by 5 rectangle topped by a triangle of base 8 and height 3. Find the total area.

  1. Rectangle: 8 x 5 = 40.
  2. Triangle: (1/2)(8)(3) = 12.
  3. Add: 40 + 12 = 52.

Answer. 52 square units

Common mistakes
  • Using the wrong length for a piece when sides are shared; find missing lengths from the whole figure first.
  • Forgetting to halve for a triangle; triangle area is (1/2) x base x height.
  • Adding the hole's area instead of subtracting it from the surrounding region.
✎ Try it yourself

Problem. A garden is a 12 by 7 rectangle with a 4 by 4 square fountain removed from one corner. Find the planting area.

Solution. Rectangle area: 12 x 7 = 84. Fountain area: 4 x 4 = 16. Subtract the fountain: 84 - 16 = 68 square units of planting area.

Surface area of prisms and pyramids using nets

A net is a flattened, unfolded view of a 3D shape that shows every face as a 2D region. Surface area is the total area of all faces, found by adding the area of each region in the net. A rectangular prism's net has six rectangles; a triangular pyramid's net has a triangular base and three triangular faces. Drawing the net ensures no face is forgotten or double-counted.

A net is a flattened, unfolded view of a three-dimensional shape that shows every face as a flat region. Surface area is the total area of all the faces, found by computing each region's area in the net and adding them. A rectangular prism's net has six rectangles (three matching pairs); a triangular pyramid's net has a triangular base plus three triangular faces. Drawing the net makes sure no face is forgotten or counted twice. Surface area is always measured in square units because it is a sum of areas.

Worked Example 1

Problem. Find the surface area of a rectangular prism 4 by 3 by 2.

  1. Three pairs of faces: 4x3=12, 4x2=8, 3x2=6.
  2. Each pair counts twice: 2(12+8+6) = 2 x 26.
  3. Compute: 52.

Answer. 52 square units

Worked Example 2

Problem. Find the surface area of a cube with edge 5.

  1. A cube has 6 identical square faces of area 5x5 = 25.
  2. Multiply: 6 x 25 = 150.

Answer. 150 square units

Worked Example 3

Problem. A square pyramid has a 6 by 6 base and four triangular faces each with base 6 and slant height 5. Find the surface area.

  1. Base: 6 x 6 = 36.
  2. One triangle: (1/2)(6)(5) = 15; four of them: 4 x 15 = 60.
  3. Add: 36 + 60 = 96.

Answer. 96 square units

Common mistakes
  • Counting only three faces of a prism instead of all six; opposite faces come in matching pairs.
  • Using the height of the pyramid instead of the slant height for the triangular faces.
  • Reporting surface area in cubic units; it is a sum of areas, so it uses square units.
✎ Try it yourself

Problem. Find the surface area of a rectangular prism 5 by 4 by 3.

Solution. Three distinct face areas: 5x4 = 20, 5x3 = 15, 4x3 = 12. Each occurs twice: 2(20 + 15 + 12) = 2 x 47 = 94 square units.

Volume of prisms in real-world problems

The volume of any prism equals the area of its base times its height: V = B x h. A rectangular prism is length x width x height, while a triangular prism uses the triangle's area as B. For a fish tank 30 cm by 20 cm by 25 cm, the volume is 30 x 20 x 25 = 15,000 cubic cm. Volume is always measured in cubic units.

The volume of any prism equals the area of its base times its height: V = B x h, where B is the base area and h is the perpendicular height. For a rectangular prism the base is a rectangle, so V = length x width x height. For a triangular prism, B is the area of the triangular base, (1/2) x base x height of the triangle, multiplied by the prism's length. Volume measures the space inside and is always reported in cubic units. Identify the base shape first, compute its area, then multiply by the prism's height.

Worked Example 1

Problem. Find the volume of a fish tank 30 cm by 20 cm by 25 cm.

  1. Rectangular prism: V = l x w x h = 30 x 20 x 25.
  2. Multiply: 30 x 20 = 600, then 600 x 25 = 15000.

Answer. 15,000 cubic cm

Worked Example 2

Problem. A triangular prism has a base triangle with base 6 and height 4, and a prism length of 10. Find the volume.

  1. Base area B = (1/2)(6)(4) = 12.
  2. Multiply by length: V = 12 x 10 = 120.

Answer. 120 cubic units

Worked Example 3

Problem. A box is 8 in long, 5 in wide, and 1.5 in tall. Find its volume.

  1. V = l x w x h = 8 x 5 x 1.5.
  2. Multiply: 8 x 5 = 40, then 40 x 1.5 = 60.

Answer. 60 cubic inches

Common mistakes
  • Forgetting to halve the base for a triangular prism; the base area is (1/2) x base x height.
  • Reporting volume in square units; volume always uses cubic units.
  • Multiplying the wrong dimensions, such as using a slanted edge instead of the perpendicular height.
✎ Try it yourself

Problem. A storage bin is a rectangular prism 1.2 m long, 0.5 m wide, and 0.4 m tall. Find its volume.

Solution. V = l x w x h = 1.2 x 0.5 x 0.4. First 1.2 x 0.5 = 0.6, then 0.6 x 0.4 = 0.24. The volume is 0.24 cubic meters.

Key terms
  • Pi — the constant ratio of a circle's circumference to its diameter, about 3.14
  • Radius — the distance from the center of a circle to its edge
  • Diameter — the distance across a circle through its center, twice the radius
  • Cross-section — the 2D shape exposed by slicing through a 3D solid
  • Composite figure — a shape made by combining two or more simple shapes
  • Net — a 2D pattern that folds up into a 3D solid, showing all its faces
  • Volume — the amount of space a solid occupies, measured in cubic units
Assignment · Design-a-Package Challenge

Choose a product and design a box or cylindrical container to hold it. Compute the surface area (how much material the package needs) and the volume (how much it holds), showing all formulas and steps.

Deliverable · A labeled sketch or net, the surface-area and volume calculations with units, and one sentence explaining a design trade-off you noticed.

Quiz · 5 questions
  1. 1. A circle has radius 4. What is its area? (use pi about 3.14)

  2. 2. Slicing a cylinder parallel to its base produces what shape?

  3. 3. What is the circumference of a circle with diameter 10? (pi about 3.14)

  4. 4. A rectangular prism is 5 by 3 by 2. What is its volume?

  5. 5. Surface area is best found by:

You'll be able to

I can find the area and circumference of a circle and explain how they are related.

I can describe the two-dimensional cross-section of a sliced solid.

I can solve real-world problems involving area, surface area, and volume.

Weeks 32-36 Unit 7: Statistics and Probability
7.SP.A.17.SP.A.27.SP.B.37.SP.B.47.SP.C.57.SP.C.67.SP.C.77.SP.C.8
Lecture
Random sampling and using samples to make inferences about a population

A population is the whole group you want to learn about, and a sample is a smaller part you actually examine. A sample is useful only when it is random, meaning every member of the population has an equal chance of being chosen, which avoids bias. From a good random sample you can estimate population characteristics, such as predicting an election from a poll. Larger random samples generally give more reliable estimates.

A population is the entire group you want to learn about, while a sample is the smaller portion you actually examine. A sample lets you draw conclusions about the population only when it is random, meaning every member has an equal chance of being chosen; randomness guards against bias that would skew the results. From a good random sample you estimate population characteristics, such as predicting an election outcome from a poll or estimating the fraction of defective items in a factory. Larger random samples generally give more reliable estimates because individual oddities have less influence on the overall proportion.

Worked Example 1

Problem. In a random sample of 50 students, 30 prefer pizza. Estimate the percent of all 600 students who prefer pizza.

  1. Sample proportion: 30/50 = 0.60.
  2. Apply to population: 0.60 x 600 = 360 students, or 60%.

Answer. About 60% (about 360 students)

Worked Example 2

Problem. A factory samples 200 bulbs at random and finds 6 defective. Estimate the defect rate.

  1. Sample proportion: 6/200 = 0.03.
  2. Express as percent: 0.03 x 100 = 3%.

Answer. About 3% defective

Worked Example 3

Problem. Which is the better random sample for a school survey: the chess club, or 40 students drawn by random ID numbers?

  1. The chess club is a special subgroup, so it is biased.
  2. Random ID numbers give every student an equal chance.

Answer. The 40 students drawn by random ID

Common mistakes
  • Sampling a convenient group (friends, one club) and calling it random; randomness requires equal chance for all.
  • Assuming a tiny sample is as trustworthy as a large one; larger random samples are generally more reliable.
  • Reporting the sample count as the population count instead of scaling the proportion up to the population.
✎ Try it yourself

Problem. A random sample of 80 voters shows 52 favoring a measure. Estimate the percent of all voters who favor it, and predict the count among 2,000 voters.

Solution. Sample proportion: 52/80 = 0.65 = 65%. Predicted count: 0.65 x 2000 = 1,300 voters favoring the measure.

Comparing two populations using measures of center and variability

To compare two groups, look at both a measure of center (mean or median) and a measure of spread (range or mean absolute deviation). Two classes might have the same average test score but very different spreads, telling different stories. A difference in centers is more meaningful when it is large compared to the variability. This lets you make informed comparisons rather than relying on a single number.

To compare two data sets fairly, look at both a measure of center and a measure of variability. The center (mean or median) tells the typical value, while the spread (range or mean absolute deviation, MAD) tells how scattered the data are. Two groups can share the same center yet differ greatly in spread, telling very different stories. A difference between two centers is more meaningful when it is large compared with the variability, so a gap of 5 points matters more when the typical spread is 2 than when it is 20. Comparing both numbers avoids being misled by a single statistic.

Worked Example 1

Problem. Class A scores 80,80,80,80,80; Class B scores 60,70,80,90,100. Compare center and spread.

  1. Both means: A = 400/5 = 80, B = 400/5 = 80.
  2. Ranges: A = 80-80 = 0, B = 100-60 = 40.

Answer. Same mean (80) but B is far more spread out

Worked Example 2

Problem. Find the mean of 4, 8, 6, 10, 2.

  1. Add: 4 + 8 + 6 + 10 + 2 = 30.
  2. Divide by count 5: 30/5 = 6.

Answer. Mean = 6

Worked Example 3

Problem. Team X heights have mean 60 in, MAD 1 in; Team Y mean 64 in, MAD 1 in. Is the 4-inch difference meaningful?

  1. Compare difference of means (4) to variability (MAD about 1).
  2. 4 is large relative to a MAD of 1, so the difference is meaningful.

Answer. Yes, the difference is meaningful

Common mistakes
  • Comparing only the means and ignoring spread; equal means can hide very different distributions.
  • Calling any difference in centers important regardless of variability; compare the gap to the typical spread.
  • Computing the mean without dividing by the number of data values.
✎ Try it yourself

Problem. Group 1: 5, 7, 9 (mean 7). Group 2: 1, 7, 13 (mean 7). Which is more spread out, and by range how much?

Solution. Both have mean 7. Range of Group 1 is 9 - 5 = 4; range of Group 2 is 13 - 1 = 12. Group 2 is more spread out, with a range 8 greater than Group 1.

Understanding probability as a number from 0 to 1

Probability measures how likely an event is, ranging from 0 (impossible) to 1 (certain), with 0.5 meaning equally likely or not. For equally likely outcomes, probability = favorable outcomes / total outcomes, so the chance of rolling a 3 on a die is 1/6. Probabilities can be written as fractions, decimals, or percents. The probabilities of all possible outcomes always add to 1.

Probability measures how likely an event is, on a scale from 0 (impossible) to 1 (certain), with 0.5 meaning equally likely to happen or not. For outcomes that are all equally likely, probability = (number of favorable outcomes) / (total number of outcomes). A probability can be written as a fraction, a decimal, or a percent, and these forms are interchangeable. A useful check: the probabilities of all possible outcomes of an experiment always add to 1, so the probability an event does not happen is 1 minus the probability it does.

Worked Example 1

Problem. What is the probability of rolling a 3 on a standard die?

  1. Favorable outcomes: one (the 3).
  2. Total outcomes: six.
  3. Probability = 1/6.

Answer. 1/6

Worked Example 2

Problem. A bag has 3 red and 5 blue marbles. Find P(red) as a fraction and percent.

  1. Favorable: 3 red. Total: 3 + 5 = 8.
  2. P(red) = 3/8 = 0.375 = 37.5%.

Answer. 3/8 (37.5%)

Worked Example 3

Problem. If P(rain) = 0.7, what is P(no rain)?

  1. All probabilities sum to 1.
  2. P(no rain) = 1 - 0.7 = 0.3.

Answer. 0.3

Common mistakes
  • Reporting a probability greater than 1 or less than 0; probabilities must stay between 0 and 1.
  • Counting favorable outcomes over favorable instead of over the total number of outcomes.
  • Forgetting that the complement is 1 minus the event's probability, not the event's probability again.
✎ Try it yourself

Problem. A spinner has 8 equal sections, 2 of them green. Find P(green) and P(not green).

Solution. P(green) = 2/8 = 1/4 = 0.25. P(not green) = 1 - 1/4 = 3/4 = 0.75.

Experimental vs. theoretical probability and the law of large numbers

Theoretical probability is what should happen based on equally likely outcomes, while experimental probability is what actually happens in trials, found by dividing successes by total trials. Flipping a fair coin has a theoretical probability of 0.5 for heads, but ten flips might give 7 heads. The law of large numbers says that as you run more trials, the experimental probability gets closer to the theoretical value.

Theoretical probability is what should happen based on equally likely outcomes, computed as favorable over total. Experimental probability is what actually happens in trials, computed as the number of successes divided by the total number of trials. The two can differ in a small number of trials by chance; flipping a fair coin ten times might give 7 heads even though the theoretical probability is 0.5. The law of large numbers states that as the number of trials increases, the experimental probability tends to get closer to the theoretical probability. More trials means a more reliable experimental estimate.

Worked Example 1

Problem. A coin is flipped 10 times and lands heads 7 times. Find the experimental probability of heads.

  1. Successes: 7. Trials: 10.
  2. Experimental probability = 7/10 = 0.7.

Answer. 0.7

Worked Example 2

Problem. What is the theoretical probability of heads on a fair coin?

  1. Favorable: 1 (heads). Total: 2 (heads or tails).
  2. Theoretical probability = 1/2 = 0.5.

Answer. 0.5

Worked Example 3

Problem. A die is rolled 60 times and shows a 4 on 8 rolls. Compare experimental and theoretical probability of a 4.

  1. Experimental: 8/60 ≈ 0.133.
  2. Theoretical: 1/6 ≈ 0.167.
  3. They are close; more rolls would bring them nearer.

Answer. Experimental ≈ 0.133 vs theoretical ≈ 0.167

Common mistakes
  • Expecting a small number of trials to match the theoretical value exactly; short runs vary by chance.
  • Swapping the definitions; experimental comes from actual trials, theoretical from equally likely outcomes.
  • Thinking the law of large numbers guarantees exactly the theoretical value, rather than approaching it.
✎ Try it yourself

Problem. A spinner expected to land on red 1/4 of the time lands on red 18 times in 60 spins. Find the experimental probability and compare it to the theoretical.

Solution. Experimental probability = 18/60 = 0.30. Theoretical probability = 1/4 = 0.25. The experimental value (0.30) is close to but above the theoretical 0.25; more spins would likely bring it nearer to 0.25.

Probability of compound events using lists, tables, tree diagrams, and simulation

A compound event involves two or more simple events, and you find its probability by counting all possible outcomes. Organized lists, tables, and tree diagrams help you find the sample space, such as the 36 outcomes from rolling two dice. The probability of an event is the count of favorable outcomes over the total. Simulations using random numbers can estimate probabilities that are hard to compute directly.

A compound event involves two or more simple events happening together, such as rolling two dice or flipping a coin twice. To find its probability, first list the sample space, the complete set of equally likely outcomes, using an organized list, a table, or a tree diagram. Then the probability equals the number of favorable outcomes divided by the total number of outcomes. For two dice there are 6 x 6 = 36 outcomes. When outcomes are hard to count directly, a simulation using random numbers can estimate the probability by running many trials and recording successes.

Worked Example 1

Problem. How many outcomes are in the sample space for flipping two coins, and what is P(two heads)?

  1. Sample space: HH, HT, TH, TT, so 4 outcomes.
  2. Favorable (two heads): just HH, so 1.
  3. P = 1/4.

Answer. 4 outcomes; P(two heads) = 1/4

Worked Example 2

Problem. Two dice are rolled. What is the probability the sum is 7?

  1. Total outcomes: 6 x 6 = 36.
  2. Sums of 7: (1,6),(2,5),(3,4),(4,3),(5,2),(6,1) = 6 outcomes.
  3. P = 6/36 = 1/6.

Answer. 1/6

Worked Example 3

Problem. A spinner (1-4) is spun and a coin flipped. Find P(even number and heads).

  1. Total outcomes: 4 x 2 = 8.
  2. Even numbers are 2 and 4 (2 of them) with heads: (2,H),(4,H) = 2.
  3. P = 2/8 = 1/4.

Answer. 1/4

Common mistakes
  • Undercounting the sample space; two dice give 36 outcomes, not 12 or 11.
  • Listing outcomes without being systematic, so favorable cases are missed or duplicated.
  • Adding probabilities of separate stages when you should count combined outcomes over the total.
✎ Try it yourself

Problem. You flip a coin and roll a die. What is the probability of getting tails and a number greater than 4?

Solution. Total outcomes: 2 x 6 = 12. Favorable: tails with a 5 or 6, giving (T,5) and (T,6) = 2 outcomes. P = 2/12 = 1/6.

Key terms
  • Population — the entire group being studied
  • Sample — a subset of a population selected for study
  • Random sample — a sample in which every member has an equal chance of selection
  • Probability — a number from 0 to 1 measuring the likelihood of an event
  • Theoretical probability — the expected likelihood based on equally likely outcomes
  • Experimental probability — the observed likelihood from actual trials
  • Sample space — the set of all possible outcomes of an experiment
  • Compound event — an event made of two or more simple events
Assignment · Roll, Record, Reason

Run a probability experiment such as rolling two dice or drawing cards at least 30 times. Record results, compute the experimental probability of a chosen event, and compare it to the theoretical probability you calculate from the sample space.

Deliverable · A data table, both probabilities, and two sentences explaining how your results illustrate the law of large numbers.

Quiz · 5 questions
  1. 1. What does a probability of 0 mean?

  2. 2. What is the probability of rolling an even number on a standard die?

  3. 3. Which sample is most likely to be unbiased?

  4. 4. As you increase the number of trials, experimental probability tends to:

  5. 5. How many outcomes are in the sample space for flipping two coins?

You'll be able to

I can use a random sample to draw inferences about a population.

I can compare two data distributions using center and variability.

I can find probabilities of simple and compound events using models and simulation.

Assessment · Unit tests blending procedural fluency and reasoning, a proportional-relationships modeling project, a geometry scale-drawing portfolio, a statistics sampling investigation with a written inference, and a cumulative spring exam aligned to all five Grade 7 domains.

English Language Arts 7

Common Core State Standards — Grade 7 ELA/Literacy (RL.7, RI.7, W.7, SL.7, L.7)

Students read and analyze complex literature and informational texts, cite multiple pieces of evidence, write arguments and explanatory and narrative pieces grounded in research, build vocabulary and command of conventions, and collaborate in evidence-based discussion.

Weeks 1-6 Unit 1: Forging Identity — Coming-of-Age Narratives
RL.7.1RL.7.2RL.7.3W.7.3L.7.4SL.7.1
Lecture
Citing several pieces of textual evidence to support analysis and inference

An inference is a logical conclusion you reach by combining clues in the text with your own reasoning, going beyond what is stated directly. Strong analysis cites several pieces of evidence, not just one, so a reader can see the pattern that supports your claim. When you quote, introduce the quotation, then explain how it proves your point. The formula 'claim, evidence, explanation' keeps your reasoning visible and convincing.

Citing textual evidence means proving what a text says or implies by pointing to the words on the page. An inference goes a step beyond stated facts: you combine a clue with your own reasoning to reach a conclusion the author only hints at. Because one quote can be a coincidence, strong analysis cites several pieces so a reader sees a pattern. The habit to build is CEE: make a claim, give the evidence (a short quote), then explain how the words prove the claim. Never let a quote stand alone, your explanation is the reasoning that turns a quote into proof.

Worked Example 1

Problem. Text: 'Maya read the rejection letter twice, folded it into a tight square, and slid it under the others in the drawer.' Infer how Maya feels and cite evidence.

  1. Notice the actions, not a stated emotion: she rereads, folds 'tight,' hides it.
  2. Ask what those clues suggest: rereading shows it matters; folding tight suggests tension; hiding it 'under the others' implies this is not her first rejection.
  3. Combine clues with reasoning to infer she is quietly discouraged but persistent.

Answer. Maya is discouraged yet refuses to give up. The text shows she 'read the rejection letter twice,' revealing how much it stings, and that she 'slid it under the others,' implying she has collected many rejections but keeps trying rather than quitting.

Worked Example 2

Problem. Build a CEE response: What does the text suggest about the narrator's relationship with his grandfather? Text: 'Grandpa never said he was proud, but every Sunday he saved me the first slice of the bread he baked.'

  1. State a claim about the relationship.
  2. Choose the strongest quote as evidence.
  3. Explain how the action proves love even without words.

Answer. Claim: The grandfather shows love through action rather than words. Evidence: 'he saved me the first slice of the bread he baked.' Explanation: Giving the first slice every Sunday is a deliberate, repeated gift, so the text proves his affection is real even though he 'never said he was proud.'

Common mistakes
  • Citing only one quote and calling the analysis 'supported.' Fix: gather two or three pieces so the reader sees a pattern, not a single coincidence.
  • Dropping a quote and moving on without explaining it ('quote bomb'). Fix: always add an explanation sentence connecting the words to your claim.
  • Confusing an inference with a wild guess. Fix: every inference must be tied to a specific clue in the text, not your imagination.
✎ Try it yourself

Problem. Text: 'Dev signed up for the talent show, then crossed his name out, then wrote it again in darker ink.' Write a CEE response inferring how Dev feels.

Solution. Claim: Dev is nervous but determined to perform. Evidence: he 'crossed his name out, then wrote it again in darker ink.' Explanation: Crossing his name out shows fear of being seen, but rewriting it 'in darker ink' is a stronger, more committed choice, so the text reveals he pushes past his nerves to take the risk anyway.

Determining theme and tracing its development across a text

A theme is the underlying message or insight about life that a story conveys, stated in a full sentence (for example, 'courage often means acting despite fear'), not a single word like 'courage.' Themes develop gradually as characters face conflicts and change, so trace key moments from beginning to end. Avoid confusing theme with topic or summary. A well-supported theme statement is backed by events from multiple parts of the text.

A theme is the lesson or insight about life that a story reveals, written as a full sentence, not one word. 'Courage' is a topic; 'true courage often means acting even while you are afraid' is a theme. Themes are not announced, they emerge as characters face conflict and change, so you trace them across the whole text. To find one, watch what the main character learns or how they are different at the end, then phrase the insight broadly enough to apply beyond the story. Test your statement by checking it against events from the beginning, middle, and end, a real theme is supported throughout, not in one scene.

Worked Example 1

Problem. A boy refuses help on a project to prove he is grown, fails, then succeeds only after asking a friend. State the theme (not a topic).

  1. Identify the topic in one word: independence.
  2. Find what the character learns through conflict: refusing help caused failure; accepting it brought success.
  3. Turn the insight into a full sentence that applies to life in general.

Answer. Theme: Growing up means recognizing that accepting help is a strength, not a weakness. (Not just the topic word 'independence.')

Worked Example 2

Problem. Trace how the theme develops across three moments: (beginning) a girl hides her stutter, (middle) she is mocked when she speaks, (end) she leads a class debate. State and support the theme.

  1. Beginning: hiding shows shame about her voice.
  2. Middle: being mocked is the conflict that tests her.
  3. End: leading the debate shows change; phrase the insight.

Answer. Theme: Facing what we fear about ourselves can turn a weakness into a source of strength. Support: she moves from 'hiding her stutter' to being 'mocked' to finally 'leading the debate,' so the change is traced across the whole text.

Common mistakes
  • Writing the theme as a single word like 'friendship.' Fix: a theme must be a full sentence stating an insight about life.
  • Confusing theme with summary ('A girl learns to debate'). Fix: a summary retells events; a theme states the universal lesson behind them.
  • Supporting the theme with only the ending. Fix: trace it through beginning, middle, and end to show it develops.
✎ Try it yourself

Problem. In a story, a runner cheats to win, feels empty afterward, and later loses honestly but feels proud. Write a full-sentence theme and name one moment that supports it.

Solution. Theme: A victory only feels meaningful when it is earned honestly. Support: the runner 'feels empty' after cheating to win but 'proud' after losing honestly, so the story develops the idea that integrity matters more than the result. This is a sentence-length insight, not the topic word 'honesty.'

Analyzing how setting, plot, and characters interact

Story elements work together: the setting shapes what characters can do, the plot tests them through conflict, and characters drive the plot through their choices. A blizzard setting might force a character into a decision that changes the story's direction. Analyzing these interactions explains why events happen, not just what happens. Look for cause-and-effect links between an element and a character's response.

Stories are machines whose parts interact: setting (where and when) shapes what is possible, plot (the sequence of conflicts) tests characters, and characters drive the plot through their choices. Analyzing interaction means explaining why events happen, not just listing what happens. Ask cause-and-effect questions: How does the setting force a decision? How does a character's trait create the next conflict? A snowstorm setting, for example, can trap a character and force a choice that changes everything. Strong analysis names the element, names the character's response, and shows the link between them so the reader understands the story's engine.

Worked Example 1

Problem. Explain how setting interacts with character: 'The power went out across the whole valley, and Priya, who was terrified of the dark, had to walk to her neighbor's house alone.'

  1. Name the setting detail: a valley-wide blackout.
  2. Name the character trait it collides with: Priya fears the dark.
  3. Show the cause-and-effect: the setting forces her into the exact situation she dreads, creating conflict and possible change.

Answer. The blackout (setting) directly tests Priya's fear of the dark (character), forcing her to 'walk to her neighbor's house alone.' The setting does not just sit in the background, it creates the conflict by pushing Priya into her greatest fear, which sets up her growth.

Worked Example 2

Problem. Explain how a character's choice drives the plot: 'Determined to be trusted, Leo confessed he broke the window before anyone asked.'

  1. Identify the character trait: Leo wants to be trusted (honesty).
  2. Identify the choice it produces: confessing first.
  3. Explain how that choice moves the plot forward.

Answer. Leo's desire to be trusted (character) produces the choice to confess 'before anyone asked,' which drives the plot by changing how others see him. The character trait causes the event, showing characters steer the story, not just react to it.

Common mistakes
  • Listing elements separately ('The setting is a forest. The character is brave.') without linking them. Fix: explain how one element affects another.
  • Retelling events instead of analyzing them. Fix: answer WHY an event happens by tying it to setting or character.
  • Treating setting as mere scenery. Fix: show how the time and place limit or pressure the characters' choices.
✎ Try it yourself

Problem. Analyze the interaction: 'In a town where speaking out got families fined, Amara still raised her hand to defend her teacher.' How do setting and character interact?

Solution. The setting, a town where 'speaking out got families fined,' raises the stakes of any protest. Amara's brave, loyal character collides with that setting: choosing to 'raise her hand' is risky precisely because of where she lives. The setting makes her choice costly and meaningful, while her character drives the plot's central conflict, showing the two elements work together to create tension.

Writing a personal narrative with effective technique and sequencing

A narrative tells a true or imagined story using a clear sequence of events, sensory details, dialogue, and pacing. Begin by orienting the reader to the situation, build tension through the middle, and end with a reflection or resolution. Use transition words and descriptive detail to show rather than tell, so 'my hands shook' beats 'I was nervous.' A strong narrative has a clear point or change the narrator experiences.

A personal narrative tells a true story from your life using the tools of fiction: a clear sequence of events, sensory detail, dialogue, and controlled pacing. Orient the reader to the situation first, build tension in the middle, and end with reflection that shows how you changed or what you realized. The golden rule is 'show, don't tell', instead of stating 'I was nervous,' reveal it: 'my hands shook and the words dried up in my throat.' Use transition words to keep the timeline clear, and slow down on the important moment by adding detail. A narrative needs a point: a change, a lesson, or a realization.

Worked Example 1

Problem. Revise this 'telling' sentence into a 'showing' one: 'I was really scared on the diving board.'

  1. Identify the emotion being told: fear.
  2. Brainstorm physical signs of fear: shaking, dry mouth, racing heart.
  3. Rewrite using sensory detail and action instead of naming the feeling.

Answer. 'My toes curled over the rough edge, the pool blurred far below, and I gripped the rail until my knuckles went white.' The reader feels the fear because it is shown through the body and senses, not stated.

Worked Example 2

Problem. Plan the structure of a personal narrative about the first time you cooked dinner alone.

  1. Orientation: set the scene, who, where, when.
  2. Rising action: build a small problem (something goes wrong).
  3. Climax and resolution: the turning point, then how it ends.
  4. Reflection: state the change or lesson.

Answer. Orientation: 'The kitchen was quiet the first night Mom worked late.' Rising action: the rice boils over, smoke alarm blares. Climax: I stay calm, open windows, finish the meal. Resolution: we eat slightly crunchy rice. Reflection: 'That night I learned a mistake is not the end, it is just step two.'

Common mistakes
  • Telling emotions ('I was sad/happy/scared') instead of showing them. Fix: reveal feelings through actions, dialogue, and the senses.
  • Listing events with 'and then... and then...' Fix: use varied transitions and slow down on the key moment.
  • Ending abruptly with no reflection. Fix: close with what you realized or how you changed, the point of the story.
✎ Try it yourself

Problem. Write a 4-6 sentence opening to a personal narrative about losing something important. Show, don't tell, and end your excerpt on a moment of tension.

Solution. Model: 'I patted my jacket pocket for the third time, and it was still flat. The bus rumbled away with my house key zipped inside the seat cushion. Rain started to tap the sidewalk, slow at first, then steady. I checked my pocket again, as if checking harder could change the answer.' This opening orients the reader, shows panic through repeated checking instead of saying 'I panicked,' uses sensory detail (rain), and ends on tension.

Using context clues and word relationships to build vocabulary

Context clues are hints in surrounding text that reveal an unfamiliar word's meaning, such as definitions, examples, or contrasts signaled by words like 'but' or 'however.' Word relationships, including synonyms, antonyms, and analogies, also clarify meaning. If a sentence says 'the path was arduous, unlike the easy trail below,' the contrast tells you arduous means difficult. Confirming a guess with a dictionary builds lasting vocabulary.

Context clues are hints inside a sentence or passage that reveal an unknown word's meaning, so you do not have to stop reading every time. The main types are definition (the word is explained), synonym (a similar word nearby), antonym or contrast (signaled by 'but,' 'however,' 'unlike'), and example. Word relationships, synonyms, antonyms, and analogies, also unlock meaning. The strategy: read past the word to the end of the sentence, look for a clue type, make a logical guess, then test it by rereading. Confirming with a dictionary turns a quick guess into vocabulary you keep.

Worked Example 1

Problem. Use context to define 'arduous': 'The path up the mountain was arduous, unlike the easy stroll through the meadow below.'

  1. Spot the signal word 'unlike,' which marks a contrast clue.
  2. See what arduous is being contrasted with: 'easy stroll.'
  3. Reason that arduous must mean the opposite of easy.

Answer. 'Arduous' means difficult or demanding. The contrast word 'unlike' shows it is the opposite of an 'easy stroll,' so the clue type is antonym/contrast.

Worked Example 2

Problem. Use context to define 'frugal': 'Aunt Rosa was frugal; she reused tea bags, saved jars, and never wasted a single coin.'

  1. Notice the semicolon introduces examples of how Rosa acts.
  2. List the examples: reusing, saving, not wasting.
  3. Reason about the trait those examples share.

Answer. 'Frugal' means careful with money or resources; not wasteful. The example clues (reusing tea bags, saving jars, not wasting a coin) all show being economical, so they define the word.

Common mistakes
  • Skipping the unknown word and losing the meaning of the whole sentence. Fix: pause, look for a clue type, then make a logical guess.
  • Guessing from the word's 'vibe' instead of evidence. Fix: point to the specific clue (contrast, example, definition) that supports your guess.
  • Never verifying with a dictionary. Fix: confirm tricky words so the meaning sticks for next time.
✎ Try it yourself

Problem. Define 'tentative' using context, and name the clue type: 'Her first answer was tentative, but after checking her notes she spoke with full confidence.'

Solution. 'Tentative' means uncertain or hesitant. Clue type: contrast, signaled by 'but,' which sets 'tentative' against 'full confidence.' Reasoning: since the confident answer came after, the first one must be the opposite, hesitant and unsure. A dictionary confirms 'tentative' means not certain or fixed.

Norms for collaborative, evidence-based discussion

Productive discussions follow norms: come prepared with evidence, listen actively, build on others' ideas, and disagree respectfully with reasons. Referencing the text ('on page 12, the author says...') keeps the conversation grounded in evidence rather than opinion. Asking clarifying and probing questions deepens the talk. Tracking who has spoken ensures everyone participates.

A collaborative, evidence-based discussion is one where students explore ideas together using the text, not just opinions. The norms are simple but powerful: come prepared with annotations, listen actively, build on or respectfully challenge others' ideas, and ground every claim in evidence ('On page 12, the author says...'). Asking clarifying questions ('What did you mean by...?') and probing questions ('What in the text makes you think that?') deepens the talk. Tracking who has spoken keeps it balanced. The goal is shared understanding, not winning, so disagreement is welcome when it is respectful and supported by the text.

Worked Example 1

Problem. Turn this opinion into an evidence-based discussion contribution: 'I think the main character is selfish.'

  1. Keep the claim but plan to ground it.
  2. Find or invent a specific textual reference to cite.
  3. Add an explanation and invite others in.

Answer. 'I think the main character is selfish, and the text supports it: on page 8 she 'took the last seat without offering it to her injured friend.' That action shows she puts herself first. Did anyone read that moment differently?' This cites evidence and invites others to build on it.

Worked Example 2

Problem. Write a respectful disagreement that builds on a classmate who said the ending is 'happy.'

  1. Acknowledge the classmate's point.
  2. State your different view politely.
  3. Support it with text and a probing question.

Answer. 'I see why you'd call the ending happy since they reunite, but I read it as bittersweet, because the last line says she 'smiled with tears she did not wipe away.' What do you make of those tears?' This disagrees respectfully, cites evidence, and probes deeper.

Common mistakes
  • Sharing opinions with no textual support. Fix: tie each point to a specific quote or page reference.
  • Interrupting or talking over others. Fix: listen fully, then build on or respond to what was actually said.
  • Disagreeing rudely ('That's wrong'). Fix: disagree with a reason and a respectful phrase like 'I see it differently because...'
✎ Try it yourself

Problem. A classmate says, 'The setting doesn't really matter in this story.' Write a respectful, evidence-based response that builds the discussion.

Solution. Model: 'That's an interesting point, and I partly agree the plot is mostly about the characters. But I'd add that the setting matters because the text says the family 'could not leave the flooded town,' which traps them together and forces the conflict. Without that flood, the argument never happens. Do you think the story could work in a different setting?' This acknowledges the peer, adds a view, cites evidence, and asks a probing question.

Key terms
  • Inference — a conclusion drawn from textual clues combined with reasoning
  • Textual evidence — specific quotations or details from a text used to support a claim
  • Theme — the central message or insight about life conveyed by a text
  • Characterization — the methods an author uses to reveal a character's traits
  • Context clue — a hint in surrounding text that helps define an unfamiliar word
  • Narrative — a written account of connected events, real or imagined
  • Sensory detail — description that appeals to sight, sound, touch, taste, or smell
Assignment · Coming-of-Age Moment

Write a one-page personal narrative about a moment that changed how you see yourself or the world. Use a clear sequence of events, sensory details, and at least one line of dialogue, and end with a brief reflection.

Deliverable · A polished personal narrative with a clear beginning, middle, end, and a reflective closing sentence stating what changed.

Quiz · 5 questions
  1. 1. Which best states a theme rather than a topic?

  2. 2. An inference is best described as:

  3. 3. In the sentence 'The journey was arduous, unlike the easy stroll home,' what does arduous mean?

  4. 4. Which is the strongest narrative technique for showing emotion?

  5. 5. Good discussion norms include:

You'll be able to

I can cite several pieces of textual evidence to support what a text says and infers.

I can determine a theme and analyze how it develops over the course of a text.

I can write an engaging narrative using descriptive detail and clear sequencing.

Weeks 7-12 Unit 2: Making the Case — Argument Writing
RI.7.8W.7.1W.7.1aW.7.1bW.7.4L.7.3
Lecture
Tracing and evaluating an author's argument and the soundness of reasoning

An argument is a claim supported by reasons and evidence, and tracing it means identifying the central claim and the chain of reasons that lead to it. Evaluating soundness asks whether the reasons logically support the claim and whether the evidence is relevant and sufficient. Watch for logical gaps or evidence that does not actually back the point. A sound argument holds up when you test each link in its reasoning.

Tracing an argument means mapping its structure: find the central claim (the main point the author wants you to accept), then follow the chain of reasons and evidence that supports it. Evaluating soundness asks two questions: Do the reasons logically lead to the claim? Is the evidence relevant and sufficient? A claim can sound convincing yet rest on a logical gap or weak proof. Test each link: if a reason is removed, does the argument collapse? Look for evidence that does not actually support the point, or sweeping claims backed by one small example. A sound argument survives this stress test at every link.

Worked Example 1

Problem. Trace and evaluate: 'Our school should ban phones. Studies show phones distract students, and distracted students earn lower grades. Banning phones will raise test scores.'

  1. Identify the central claim: the school should ban phones.
  2. List the reasons/evidence: phones distract; distraction lowers grades.
  3. Test the logic: does 'distract -> lower grades -> ban raises scores' hold, and is the evidence sufficient?

Answer. Claim: ban phones to raise scores. The chain (phones distract, distraction lowers grades) is reasonable, but the argument is only partly sound: it assumes banning fully removes distraction and that no other factor affects scores. The reasoning has a gap, it would be stronger with evidence that bans actually raised scores elsewhere.

Worked Example 2

Problem. Evaluate soundness: 'Recycling is pointless because my neighbor saw one truck dump recyclables in a landfill.'

  1. Find the claim: recycling is pointless.
  2. Find the evidence: one neighbor saw one truck.
  3. Judge relevance and sufficiency of that evidence.

Answer. The argument is unsound. The claim is broad ('recycling is pointless') but the evidence is a single anecdote, one truck seen by one person. That is insufficient and possibly unrepresentative, so the reasoning does not logically support such a sweeping claim.

Common mistakes
  • Accepting a claim because it 'sounds right.' Fix: trace the reasons and test whether they truly support the claim.
  • Ignoring whether the evidence is enough. Fix: ask if a single example is being used to prove a broad conclusion.
  • Confusing strong wording with strong reasoning. Fix: forceful language is not proof, check the logic and evidence.
✎ Try it yourself

Problem. Trace and evaluate: 'Video games cause violence. A famous criminal once played video games, so games are dangerous and should be banned.' Is it sound?

Solution. Claim: video games cause violence and should be banned. Reason/evidence: one criminal once played games. Evaluation: unsound. The evidence is a single coincidence and confuses correlation with cause, millions play games without violence. The chain 'one criminal played games, therefore games cause violence' has a major logical gap and is not sufficient to support banning them.

Distinguishing claims supported by reasons and evidence from those that are not

A supported claim is backed by facts, data, examples, or expert testimony, while an unsupported claim relies on opinion or emotion alone. The sentence 'This is the best phone because it has the longest battery life in independent tests' is supported; 'This is the best phone because I love it' is not. Identifying which claims have evidence helps you judge an author's credibility. Strong readers demand evidence before accepting a claim.

Not every claim is backed up. A supported claim rests on facts, data, examples, or expert testimony, evidence a reader can check. An unsupported claim leans on opinion, emotion, or popularity alone. Compare: 'This phone is best because independent tests show it has the longest battery life' (supported) versus 'This phone is best because I love it' (unsupported). To distinguish them, ask: What is the proof, and could someone verify it? Spotting unsupported claims protects you from being persuaded by feelings instead of facts, and it makes you a fairer judge of an author's credibility. Demand evidence before you accept a claim.

Worked Example 1

Problem. Label each as supported or unsupported, and explain: (a) 'Our cafeteria food is gross.' (b) 'A survey of 200 students found 78% rated the cafeteria food below average.'

  1. Check (a) for verifiable proof.
  2. Check (b) for verifiable proof.
  3. Explain the difference.

Answer. (a) Unsupported, 'gross' is a personal opinion with no proof. (b) Supported, it offers data (a 200-student survey, 78%) that a reader could verify. The second claim is credible because it rests on evidence, not feeling.

Worked Example 2

Problem. Rewrite this unsupported claim to make it supported: 'Reading is the best hobby.'

  1. Identify why it is unsupported: pure opinion.
  2. Add a debatable but provable angle.
  3. Attach evidence that could be checked.

Answer. 'Reading is a valuable hobby because a long-term study found that students who read for pleasure scored higher on vocabulary tests.' Now the claim rests on cited evidence (a study and a measurable result) rather than personal taste.

Common mistakes
  • Treating strong feelings as evidence. Fix: an emotion is not proof, look for facts, data, or expert support.
  • Accepting 'everyone knows' or 'it's obvious' as backing. Fix: popularity is not evidence; ask for verifiable facts.
  • Assuming any number makes a claim supported. Fix: check that the data is relevant and from a trustworthy source.
✎ Try it yourself

Problem. Decide if this claim is supported, then explain how to strengthen it if needed: 'Our town needs a new park because kids have nowhere safe to play.'

Solution. As written it is partly unsupported, 'nowhere safe to play' is an assertion without proof. To strengthen it, add verifiable evidence: 'Our town needs a new park: city records show only one playground for 4,000 residents, and it sits beside a busy highway.' Now the claim rests on data (records, a ratio, a safety detail) a reader could check, making it a supported claim rather than an opinion.

Writing arguments with clear claims, logical reasons, and relevant evidence

An effective argument opens with a precise, debatable claim (thesis), then supports it with reasons each backed by specific evidence. Organize so each body paragraph develops one reason, and explain how the evidence proves the point. Avoid vague claims; 'school should start later because teen sleep research shows better focus' is debatable and supportable. End by restating the claim's significance.

Argument writing persuades a reader by making a precise, debatable claim and proving it with reasons and evidence. Start with a thesis that takes a clear position someone could disagree with, vague claims cannot be argued. Organize so each body paragraph develops one reason, supported by specific evidence and an explanation of how that evidence proves the point. End by restating why the claim matters. The shape is: claim, reason, evidence, explanation, repeated, then a strong conclusion. 'School should start later because teen sleep research shows better focus' is debatable and supportable; 'school is fine' is neither.

Worked Example 1

Problem. Turn this weak thesis into a precise, debatable claim: 'Homework is bad.'

  1. Spot the vagueness: 'bad' is not specific or arguable in detail.
  2. Add a clear position and a reason.
  3. Make sure a reasonable person could disagree.

Answer. 'Middle schools should limit homework to 30 minutes per night because excessive homework reduces sleep and increases stress without improving learning.' This is precise (a specific limit), debatable (some disagree), and points to supportable reasons.

Worked Example 2

Problem. Build one body paragraph for the claim 'Schools should offer free breakfast.' Use claim-reason-evidence-explanation.

  1. State the reason for this paragraph.
  2. Add specific evidence.
  3. Explain how the evidence supports the claim.

Answer. Reason: Free breakfast improves focus. Evidence: 'A district study found that students in schools with free breakfast had 15% fewer late-morning trips to the nurse and higher quiz scores.' Explanation: Because hunger causes headaches and distraction, removing it through free breakfast directly helps students learn, which proves schools should provide it.

Common mistakes
  • Writing a thesis no one could argue with ('Exercise is good'). Fix: take a specific, debatable position.
  • Stacking evidence with no explanation. Fix: after each quote or fact, explain how it proves your claim.
  • Cramming several reasons into one paragraph. Fix: give each reason its own paragraph for clarity.
✎ Try it yourself

Problem. Write a precise, debatable thesis and one supporting reason+evidence sentence for the topic 'recess in middle school.'

Solution. Thesis: 'Middle schools should add a 20-minute daily recess because short breaks improve concentration and behavior in afternoon classes.' Reason + evidence: 'Studies of schools that added midday recess reported fewer behavior referrals and better focus after the break, showing that unstructured movement helps students reset.' The thesis is specific and arguable, and the evidence is tied directly to the claim with an explanation.

Acknowledging and addressing counterclaims

A counterclaim is the opposing view, and acknowledging it strengthens your argument by showing you considered other perspectives fairly. After stating the counterclaim, refute it with evidence or concede a limited point while explaining why your claim still holds. Transition phrases like 'although some argue' and 'however' signal this move. Addressing counterclaims makes your writing more persuasive and credible.

A counterclaim is the strongest opposing view to your argument, and addressing it actually makes you more persuasive, because it shows you considered other perspectives fairly instead of hiding them. The move has two parts: first acknowledge the counterclaim honestly ('Some argue that...'), then respond, either refute it with evidence or concede a small point while explaining why your claim still holds overall. Transition phrases like 'although,' 'however,' and 'while it is true that' signal the turn. Skipping counterclaims makes an argument look one-sided; handling them well builds credibility and trust with readers who may start out disagreeing.

Worked Example 1

Problem. Write a counterclaim and rebuttal for the thesis 'Schools should ban energy drinks.'

  1. State the strongest opposing view fairly.
  2. Choose to refute it with evidence.
  3. Use a transition and explain why your claim still holds.

Answer. 'Some students argue that energy drinks help them stay alert for tests. However, the same drinks cause crashes and disrupt sleep, which harms learning over time. While the short boost is real, the long-term cost outweighs it, so a ban still protects students best.' This acknowledges the counterclaim and refutes it.

Worked Example 2

Problem. Use the 'concede a point' strategy for the thesis 'Year-round school is better.'

  1. Acknowledge a valid part of the opposing view.
  2. Concede that limited point honestly.
  3. Pivot back to why your overall claim stands.

Answer. 'It is true that long summer breaks give families time to travel and rest, and that benefit matters. Even so, the learning lost over those long breaks sets students back each fall. By keeping breaks but spreading them out, year-round school preserves rest while reducing learning loss, so it remains the stronger choice.' This concedes a point yet defends the claim.

Common mistakes
  • Ignoring the opposing view entirely. Fix: name the counterclaim, addressing it makes you more credible.
  • Stating the counterclaim but never responding. Fix: always refute or concede-and-pivot after raising it.
  • Presenting a weak 'straw man' counterclaim. Fix: use the strongest real opposing argument so your rebuttal means something.
✎ Try it yourself

Problem. For the thesis 'Students should be allowed to retake failed tests,' write a counterclaim and a rebuttal using a clear transition.

Solution. Model: 'Some teachers argue that allowing retakes lets students slack off the first time. However, research and classroom experience show that retakes encourage students to keep studying material they have not mastered, which is the real goal of school. While a deadline still matters, the chance to relearn and prove understanding helps more students succeed, so retakes should be allowed.' This fairly states the counterclaim, signals the turn with 'however,' and refutes it with reasoning tied to the purpose of learning.

Using transitions and a formal style to clarify relationships among ideas

Transitions are words and phrases (for example, 'therefore,' 'in contrast,' 'as a result') that show how ideas connect, guiding the reader through your logic. A formal style avoids slang and contractions, maintaining an objective tone appropriate for argument. Cohesion comes from linking each new idea to the previous one. Consistent formality and clear transitions make complex reasoning easy to follow.

Transitions are the words and phrases that show how your ideas connect, 'therefore' signals a result, 'in contrast' signals difference, 'for example' signals support. They guide the reader through your logic so the argument feels like one chain, not a pile of sentences. A formal style suits argument: avoid slang and contractions, keep an objective tone, and write 'do not' instead of 'don't.' Cohesion means each new sentence links to the one before, often by repeating a key idea. Together, clear transitions and consistent formality make even complex reasoning easy to follow, which is exactly what persuades a careful reader.

Worked Example 1

Problem. Add transitions to connect these choppy ideas: 'Phones distract students. Test scores can drop. Schools should set phone rules.'

  1. Identify the logical relationship between the first two ideas (cause-effect).
  2. Identify the relationship between the second and third (conclusion).
  3. Insert transitions that signal each relationship.

Answer. 'Phones distract students; as a result, test scores can drop. Therefore, schools should set clear phone rules.' The transitions 'as a result' and 'therefore' make the cause-and-effect logic and the conclusion explicit.

Worked Example 2

Problem. Revise for formal style: 'Honestly, banning soda is a no-brainer 'cause it's super unhealthy and kids don't need it.'

  1. Remove slang and casual fillers ('honestly,' 'no-brainer,' 'super').
  2. Expand contractions.
  3. Keep the meaning but make the tone objective.

Answer. 'Banning soda in schools is a sensible policy because sugary drinks are unhealthy, and students do not need them during the day.' Slang and contractions are gone, and the tone is now formal and objective, appropriate for argument.

Common mistakes
  • Listing ideas with no transitions, so the reader cannot follow the logic. Fix: add words like 'therefore,' 'however,' 'in addition.'
  • Using contractions and slang in a formal argument. Fix: write 'cannot' for 'can't' and replace casual words with precise ones.
  • Repeating the same transition ('also... also... also'). Fix: vary transitions to match each relationship (contrast, cause, example).
✎ Try it yourself

Problem. Combine and formalize: 'Recess is fun. Kids focus better after. We should have it. It's a great idea.'

Solution. Model: 'Recess gives students a needed break; as a result, they focus better in the classes that follow. For this reason, schools should include a daily recess.' The revision removes the casual 'fun' and 'great idea,' uses transitions ('as a result,' 'for this reason') to show cause and conclusion, and keeps a formal, objective tone suitable for argument writing.

Citing evidence accurately and avoiding plagiarism

Citing means giving credit to the source of any idea, quotation, or data that is not your own, using quotation marks for exact words and a citation for the source. Plagiarism, using others' work without credit, is a serious offense even when accidental. Paraphrasing still requires a citation because the idea belongs to someone else. Accurate citation builds trust and lets readers verify your evidence.

Citing means giving credit to the source of any idea, quotation, or fact that is not your own. Use quotation marks around exact words and a citation (author, title, or page) so readers can find the source. Plagiarism, presenting someone else's work as yours, is serious even when accidental, and changing a few words is not enough: paraphrasing still requires a citation because the idea belongs to the original author. Accurate citation does two things: it is honest, and it makes your argument stronger, because readers can verify your evidence. The safe habit is to track every source as you research so credit is never lost.

Worked Example 1

Problem. Decide whether a citation is needed: A student reads that 'the printing press lowered the cost of books' and writes it in their own words in an essay.

  1. Ask: is this the student's original idea or someone else's?
  2. Recognize that paraphrasing still uses another's idea.
  3. Conclude whether a citation is required.

Answer. A citation is still required. Even though the student used their own words, the fact and idea came from a source, so it must be credited. Paraphrasing changes the wording, not the ownership of the idea.

Worked Example 2

Problem. Fix this plagiarized sentence (taken word-for-word from a source without credit): The author wrote, 'Gutenberg's invention spread ideas faster than ever before,' and the student copied it exactly with no quotes or citation.

  1. Identify the problem: exact words used as if original.
  2. Add quotation marks around the exact words.
  3. Add a citation to credit the source.

Answer. Corrected: According to historian Lee (p. 42), 'Gutenberg's invention spread ideas faster than ever before.' The quotation marks signal the exact words and the citation credits the author, removing the plagiarism.

Common mistakes
  • Assuming paraphrasing removes the need to cite. Fix: cite the source even when you reword an idea, the idea is still borrowed.
  • Copying exact words without quotation marks. Fix: use quotes for any exact wording and cite the source.
  • Citing only direct quotes but not borrowed facts or data. Fix: credit any idea, statistic, or fact that is not your own.
✎ Try it yourself

Problem. A student wants to use this source idea: 'Studies show students who sleep more perform better in school.' Show two correct ways to include it without plagiarizing.

Solution. Way 1 (quotation): According to Dr. Ramirez, 'students who sleep more perform better in school' (p. 7). Way 2 (paraphrase with citation): Research by Dr. Ramirez found that getting more sleep is linked to stronger school performance (p. 7). Both credit the source, the first uses exact words in quotation marks, the second restates the idea in new words but still cites it, because the idea is not the student's own.

Key terms
  • Argument — a claim supported by reasons and evidence
  • Claim — a debatable statement the writer aims to prove
  • Counterclaim — an opposing argument the writer acknowledges and addresses
  • Reasoning — the logical connection between evidence and a claim
  • Relevant evidence — facts or examples that directly support the claim
  • Transition — a word or phrase that shows the relationship between ideas
  • Plagiarism — presenting someone else's work or ideas as your own
Assignment · Take a Stand

Choose a school or community issue with two sides. Write a short argument essay that states a clear claim, supports it with at least two reasons and evidence, acknowledges one counterclaim, and refutes it.

Deliverable · A multi-paragraph argument essay with a claim, evidence, a counterclaim with rebuttal, transitions, and a formal tone.

Quiz · 5 questions
  1. 1. Which statement is a supported claim?

  2. 2. Why include a counterclaim?

  3. 3. Which is a transition that shows contrast?

  4. 4. Paraphrasing a source without citing it is:

  5. 5. A formal argumentative style avoids:

You'll be able to

I can write an argument that introduces a claim, supports it with logical reasoning and evidence, and addresses counterclaims.

I can evaluate whether an author's reasoning is sound and the evidence relevant.

I can use precise language and a formal style appropriate to the task.

Weeks 13-18 Unit 3: How Things Work — Informative & Explanatory Texts
RI.7.2RI.7.5W.7.2W.7.2aW.7.4L.7.6
Lecture
Determining two or more central ideas and analyzing their development

Informational texts often carry more than one central idea, the main points the author wants you to understand. To find them, ask what each section is mostly about, then how those points connect across the whole text. A science article might develop both 'climate is changing' and 'humans can respond,' with each idea built through examples and data. Tracing how an idea grows from introduction to conclusion shows the author's full message.

Many informational texts carry two or more central ideas, the main points the author wants you to take away. To find them, divide the text into sections and ask what each section is mostly about; recurring points are central ideas. Then analyze development: how does the author build each idea with facts, examples, and data, and how do the ideas connect across the whole text? A climate article might develop both 'the climate is changing' and 'humans can respond,' weaving them together. A central idea is broader than a single detail but narrower than the whole topic. Tracing an idea from introduction to conclusion reveals the author's complete message.

Worked Example 1

Problem. Identify two central ideas: A text's section 1 explains how bees pollinate crops; section 2 explains how pesticides are killing bees; section 3 suggests ways people can protect bees.

  1. Summarize what each section is mostly about.
  2. Group the sections into the larger points they build.
  3. State two central ideas, broader than a single fact.

Answer. Central idea 1: Bees are essential to food production through pollination (built in section 1). Central idea 2: Bees are in danger but people can help protect them (built in sections 2 and 3). Both are broad main points, not single details.

Worked Example 2

Problem. Analyze development: How does an author develop the central idea 'exercise improves mood' across a paragraph that defines endorphins, then cites a study, then quotes a doctor?

  1. Name the central idea being built.
  2. List the three tools the author uses in order.
  3. Explain how each adds to the idea's development.

Answer. The central idea 'exercise improves mood' develops in three moves: first a definition of endorphins explains the cause, then a cited study provides data showing the effect, then a doctor's quote adds expert confirmation. Each tool strengthens and expands the idea, showing how it is built, not just stated.

Common mistakes
  • Naming a single supporting detail as the central idea. Fix: a central idea is broader, ask what many details add up to.
  • Assuming a text has only one central idea. Fix: long informational texts often develop two or more, check each section.
  • Stating the idea without analyzing how it develops. Fix: show the facts, examples, and quotes the author uses to build it.
✎ Try it yourself

Problem. A text describes (1) how the printing press worked, (2) how it spread new ideas, and (3) how it helped ordinary people learn to read. State two central ideas and name one way the author develops one of them.

Solution. Central idea 1: The printing press was a powerful new technology for copying information quickly (built in part 1). Central idea 2: The printing press transformed society by spreading ideas and literacy (built in parts 2 and 3). Development: the author builds idea 2 with examples, showing 'new ideas' spreading and 'ordinary people' learning to read, which moves the idea from cause to broad effect across the text.

Analyzing how an author organizes ideas and uses text structure

Text structure is the pattern an author uses to organize information, such as cause-and-effect, compare-and-contrast, problem-solution, chronological, or description. Signal words help you spot the structure; 'because' and 'as a result' suggest cause-and-effect. Recognizing structure helps you predict and locate information and understand the author's purpose. The chosen structure shapes how ideas relate to one another.

Text structure is the pattern an author uses to organize information. The common patterns are cause-and-effect (why something happens), compare-and-contrast (similarities and differences), problem-solution, chronological/sequence (time order), and description. Signal words are your clues: 'because' and 'as a result' point to cause-effect; 'unlike' and 'similarly' point to compare-contrast; 'first, next, finally' point to sequence. Recognizing structure helps you predict where information sits, locate it fast, and understand the author's purpose, because the structure itself carries meaning. An author who chooses problem-solution is steering you toward action; one who chooses compare-contrast wants you to weigh options.

Worked Example 1

Problem. Identify the text structure and the signal words: 'Cars release exhaust into the air. As a result, city smog increases, which leads to more breathing problems for residents.'

  1. Scan for signal words.
  2. Match the signal words to a structure type.
  3. Confirm by checking the relationship between ideas.

Answer. Structure: cause-and-effect. Signal words: 'as a result' and 'leads to.' The passage links a cause (exhaust) to effects (smog, then breathing problems), confirming the structure.

Worked Example 2

Problem. Identify the structure: 'While bicycles are cheap and quiet, cars are faster but expensive. Both require maintenance, yet they suit very different needs.'

  1. Look for signal words.
  2. Note whether ideas are being measured against each other.
  3. Name the structure.

Answer. Structure: compare-and-contrast. Signal words: 'while,' 'but,' 'both,' and 'yet' weigh bicycles against cars by similarities (maintenance) and differences (cost, speed), which is the compare-contrast pattern.

Common mistakes
  • Guessing the structure without checking signal words. Fix: look for cue words like 'because,' 'unlike,' or 'first' to identify the pattern.
  • Confusing chronological order with cause-and-effect. Fix: sequence just lists time order; cause-effect shows one thing makes another happen.
  • Thinking structure is just decoration. Fix: the structure reveals the author's purpose, problem-solution pushes action, compare-contrast invites choice.
✎ Try it yourself

Problem. Name the text structure and give two signal words: 'Schools faced rising lunch waste. To fix it, they offered smaller portions and let students choose sides, and within a month waste dropped by half.'

Solution. Structure: problem-solution. Signal words/phrases: 'faced' (introduces the problem) and 'to fix it' (introduces the solution). Reasoning: the passage first names a problem (lunch waste), then presents actions taken to solve it, then reports the result. The author likely chose this structure to show that a problem can be solved, steering readers toward seeing the solution as effective.

Writing explanatory texts that examine a topic with relevant facts and detail

An explanatory (informative) text teaches readers about a topic using facts, definitions, examples, and quotations, without taking sides. Begin with a clear topic statement, group related information into paragraphs, and develop each with specific, relevant detail. Unlike an argument, the goal is to inform, not persuade. Strong explanatory writing anticipates the reader's questions and answers them clearly.

An explanatory (informative) text teaches readers about a topic using facts, definitions, examples, and quotations, without taking a side. Unlike argument, its goal is to inform, not persuade. Begin with a clear topic statement, group related information into focused paragraphs, and develop each with specific, relevant detail rather than vague generalities. Strong explanatory writing anticipates the reader's questions, what is it, how does it work, why does it matter, and answers them in a logical order. Use neutral, objective language; the writer's job is to make a complex topic clear and complete, like a knowledgeable guide rather than a debater.

Worked Example 1

Problem. Write a clear topic statement and one developed sentence for an explanatory text on 'how a volcano erupts.'

  1. State the topic neutrally, no opinion.
  2. Plan a fact-based detail with precise wording.
  3. Develop the detail so it informs, not persuades.

Answer. Topic statement: 'A volcanic eruption happens when pressure forces magma from deep underground up to the surface.' Developed detail: 'As magma rises, dissolved gases expand like the fizz in a shaken soda, and when the pressure becomes too great, the volcano releases lava, ash, and gas.' The writing informs with facts and a clear analogy, taking no side.

Worked Example 2

Problem. Revise this vague explanatory sentence to be specific and informative: 'The water cycle is when water moves around and stuff happens.'

  1. Identify the vague words ('moves around,' 'stuff').
  2. Replace them with precise steps and terms.
  3. Keep the tone neutral and clear.

Answer. 'In the water cycle, the sun heats water so it evaporates into vapor, the vapor cools and condenses into clouds, and the water then falls back to earth as precipitation.' The vague phrasing is replaced with the actual named steps (evaporation, condensation, precipitation), making the explanation clear and informative.

Common mistakes
  • Slipping into persuasion ('Volcanoes are the coolest disaster'). Fix: keep the tone neutral, explanatory writing informs, it does not argue.
  • Using vague filler ('stuff happens,' 'things change'). Fix: name the specific facts, steps, or terms.
  • Dumping facts in random order. Fix: group related details and order them logically (what, how, why).
✎ Try it yourself

Problem. Write a topic statement and one developed, specific sentence for an explanatory text on 'how recycling paper works.'

Solution. Topic statement: 'Recycling paper is a process that turns used paper back into usable new paper.' Developed detail: 'At the recycling plant, workers shred the old paper and mix it with water to make a soft pulp, then machines remove the ink, press out the water, and dry the pulp into fresh sheets.' The writing is neutral and informative, using precise steps (shred, pulp, remove ink, press, dry) instead of vague language, and it anticipates the reader's question 'how does it actually work.'

Integrating graphics, formatting, and multimedia to aid comprehension

Headings, bold terms, charts, diagrams, and images help readers navigate and understand complex information. A well-placed graph can convey a trend faster than a paragraph, and headings preview each section. Each visual should connect clearly to the surrounding text and have a caption. Used purposefully, formatting and graphics make explanatory writing clearer and more engaging.

Headings, bold terms, charts, diagrams, and images are tools that help readers navigate and grasp complex information faster than words alone. A line graph can show a trend in a glance that a paragraph would take a page to describe, and headings preview each section so readers find what they need. The key rule is purpose: every visual must connect clearly to the surrounding text and carry a caption that explains what it shows. Formatting should guide, not decorate, bold the key term, not random words. Used well, graphics and formatting make explanatory writing clearer, more accessible, and more engaging without replacing the writing itself.

Worked Example 1

Problem. Choose the best graphic and write a caption for this fact: 'Over five years, the number of electric cars on the road rose steadily from 1 million to 5 million.'

  1. Identify what the data shows: a change over time.
  2. Match it to the graphic that best shows a trend over time.
  3. Write a caption that states what the graphic shows.

Answer. Best graphic: a line graph (it shows a trend over time clearly). Caption: 'Figure 1: Electric cars on the road grew steadily from 1 million to 5 million over five years.' A line graph lets readers see the upward trend instantly, and the caption ties it to the text.

Worked Example 2

Problem. Add helpful formatting to this plain explanatory paragraph: 'Photosynthesis has three parts. Plants take in sunlight. They take in water. They take in carbon dioxide.'

  1. Identify the structure: a list of three inputs.
  2. Choose formatting that makes the list scannable.
  3. Bold the key term for emphasis.

Answer. Heading: 'What Plants Need for Photosynthesis.' Then a bulleted list: - Sunlight, - Water, - Carbon dioxide, with the key term photosynthesis in bold. The heading previews the section and the bullets make the three inputs easy to scan, aiding comprehension.

Common mistakes
  • Adding a chart or image with no caption or text connection. Fix: every visual needs a caption and a clear link to the writing.
  • Bolding or highlighting too many words. Fix: emphasize only the key terms, or the emphasis loses meaning.
  • Choosing a graphic that does not fit the data (a pie chart for a time trend). Fix: match the graphic to what the data shows, line graph for trends, bar for comparisons.
✎ Try it yourself

Problem. You are explaining 'how much water three activities use' (shower 65 L, dishwasher 15 L, brushing teeth 6 L). Pick the best graphic, justify it, and write a caption.

Solution. Best graphic: a bar graph. Justification: the data compares separate amounts (three activities), and bar graphs make side-by-side comparisons easy to read at a glance. Caption: 'Figure 1: Water used per activity, a single shower uses far more water (65 L) than running the dishwasher (15 L) or brushing teeth (6 L).' The bar lengths let readers instantly compare, and the caption connects the visual to the explanatory text.

Using precise language and domain-specific vocabulary

Precise language uses exact words instead of vague ones, so 'photosynthesis converts sunlight into chemical energy' beats 'plants make food somehow.' Domain-specific vocabulary is the technical terminology of a subject, and using it correctly signals expertise. Define key terms the first time you use them for your audience. Precision and accurate vocabulary build a reader's trust in your explanation.

Precise language uses exact words instead of vague ones, so the reader pictures exactly what you mean. 'Photosynthesis converts sunlight into chemical energy' is precise; 'plants make food somehow' is not. Domain-specific vocabulary is the technical terminology of a subject, words like 'sediment' in geology or 'metaphor' in literature, and using them correctly signals that you understand the topic. The professional habit is to define each key term the first time you use it for your audience, then use it confidently. Precision and accurate vocabulary build trust: a reader believes an explanation more when the writer names things exactly and uses the field's real words correctly.

Worked Example 1

Problem. Revise for precision and domain vocabulary: 'The rock got worn down by water over a long time.'

  1. Spot the vague words ('got worn down,' 'a long time').
  2. Replace with the precise scientific term and detail.
  3. Keep it accurate and clear.

Answer. 'Over thousands of years, flowing water eroded the rock, gradually wearing it away through erosion.' The vague 'got worn down' becomes the domain term 'erosion,' and 'a long time' becomes 'thousands of years,' making the sentence precise and credible.

Worked Example 2

Problem. Introduce and define a domain term for a general audience in a text about weather: the term is 'humidity.'

  1. State the term.
  2. Define it in plain language the first time it appears.
  3. Use it confidently afterward.

Answer. 'On muggy days, the air holds a lot of humidity, the amount of water vapor in the air. High humidity makes the air feel heavier because sweat evaporates slowly.' The term is defined on first use, then used naturally, which teaches the audience while sounding expert.

Common mistakes
  • Using vague words ('stuff,' 'somehow,' 'a lot') in place of exact ones. Fix: choose the precise term or number.
  • Using technical jargon without defining it. Fix: define each key term the first time for your audience.
  • Misusing a domain term to sound smart. Fix: only use technical words you can define correctly, accuracy builds trust.
✎ Try it yourself

Problem. Revise for precision and introduce one domain term: 'When you heat ice it turns into water and then into gas and stuff.'

Solution. Model: 'When ice is heated, it melts into liquid water; with more heat, the water evaporates into a gas called water vapor. These changes between solid, liquid, and gas are called changes of state.' The vague 'turns into... and stuff' is replaced with precise verbs (melts, evaporates) and the domain term 'changes of state,' which is introduced and defined for the reader, making the explanation exact and trustworthy.

Producing clear, coherent writing appropriate to task and audience

Coherent writing flows logically, with each sentence and paragraph connected to the next, and is shaped to fit its purpose and audience. A report for classmates differs in tone and detail from one for experts. Planning with an outline keeps ideas organized, and revising for transitions improves flow. Matching task, purpose, and audience is a hallmark of mature writing.

Coherent writing flows logically: every sentence and paragraph connects to the next, and the whole piece is shaped to fit its purpose and audience. The same topic is written differently for different readers, a report for classmates uses simpler terms and a friendlier tone than one for experts. Coherence comes from planning (an outline keeps ideas in order) and revising (adding transitions, removing detours). Before writing, ask three questions: What is my task? What is my purpose, to inform, explain, or persuade? Who is my audience? Matching task, purpose, and audience, and then connecting ideas smoothly, is a hallmark of mature, professional writing.

Worked Example 1

Problem. Adjust the same idea for two audiences. Idea: a black hole's gravity is extremely strong. Write it for (a) second graders and (b) a science class.

  1. Identify each audience's knowledge level.
  2. Choose vocabulary and detail to match.
  3. Keep the core fact accurate in both.

Answer. (a) Second graders: 'A black hole is like a giant vacuum in space that pulls everything close to it, even light.' (b) Science class: 'A black hole's gravitational pull is so intense that not even light can escape once it crosses the event horizon.' Same fact, but the vocabulary and detail are matched to each audience.

Worked Example 2

Problem. Make this paragraph more coherent: 'Dogs need exercise. The Great Wall is in China. Walking helps dogs stay healthy. Dogs are mammals.'

  1. Find the off-topic sentence.
  2. Remove the detour that breaks coherence.
  3. Reorder and connect the remaining ideas.

Answer. 'Dogs are mammals that need regular exercise to stay healthy. Daily walking, for example, keeps their muscles strong and their weight under control.' The unrelated 'Great Wall' sentence is cut, and the rest is reordered and linked, so the paragraph now flows around one clear idea.

Common mistakes
  • Writing the same way for every audience. Fix: adjust tone, vocabulary, and detail to fit who will read it.
  • Including off-topic sentences that break the flow. Fix: cut detours so every sentence supports the main idea.
  • Skipping planning. Fix: outline first so ideas are ordered before you draft, then revise for transitions.
✎ Try it yourself

Problem. Rewrite this for a younger audience and improve coherence: 'The mitochondria, an organelle, produces ATP via cellular respiration, and also pizza is my favorite food, which fuels cell activity.'

Solution. Model (for younger readers): 'Inside every cell there is a tiny part called the mitochondria. It acts like a little power plant, making the energy the cell needs to do its job.' The off-topic 'pizza' sentence is removed for coherence, the technical terms (ATP, cellular respiration) are simplified into 'energy' and 'power plant' to match a younger audience, and the ideas now connect logically around one clear purpose: explaining what mitochondria do.

Key terms
  • Central idea — the main point an informational text develops
  • Text structure — the organizational pattern of a text (cause-effect, compare-contrast, etc.)
  • Explanatory text — writing that informs or explains without arguing a position
  • Domain-specific vocabulary — technical terms particular to a subject area
  • Coherence — the logical, smooth connection of ideas in writing
  • Signal word — a word that indicates a text structure (because, however, first)
  • Caption — a short explanation accompanying a graphic or image
Assignment · Explain How It Works

Pick a process or system you understand well (how a volcano forms, how a vaccine works, how a search engine ranks pages). Write a short explanatory text that organizes the information logically and includes at least one graphic or diagram with a caption.

Deliverable · An organized explanatory text with headings, precise domain vocabulary, and one labeled graphic that supports the explanation.

Quiz · 5 questions
  1. 1. Signal words like 'because' and 'as a result' indicate which structure?

  2. 2. The purpose of an explanatory text is to:

  3. 3. Which is the most precise sentence?

  4. 4. A central idea is best described as:

  5. 5. Headings and charts mainly help readers by:

You'll be able to

I can determine two or more central ideas and analyze how they develop across a text.

I can write an explanatory text that organizes information logically and uses precise vocabulary.

I can use formatting and graphics to make complex ideas clear to my reader.

Weeks 19-24 Unit 4: Voices in Conflict — Drama, Poetry, and Perspective
RL.7.5RL.7.6RL.7.7RL.7.4L.7.5SL.7.6
Lecture
Analyzing how a drama's or poem's form and structure contribute to meaning

Form is the shape a text takes, such as a sonnet's 14 lines or a play's acts and scenes, and structure is how its parts are arranged. These choices create meaning: a stanza break can signal a shift in mood, and a soliloquy reveals a character's private thoughts. In drama, scene divisions control pacing and tension. Analyzing form asks how the arrangement, not just the words, shapes what the reader feels and understands.

Form is the shape a text takes, a sonnet's 14 lines, a play's acts and scenes, a poem's stanzas, and structure is how those parts are arranged. These choices are not just containers; they create meaning. A stanza break can mark a shift in mood or time, a soliloquy lets a character reveal private thoughts the others cannot hear, and scene divisions in drama control pacing and tension. To analyze form, ask how the arrangement, not only the words, shapes what you feel and understand. A short, clipped line can feel tense; a long flowing one can feel calm. Reading for form means treating the layout as part of the message.

Worked Example 1

Problem. Analyze how the stanza break shapes meaning: 'I packed my bags and said goodbye. // The empty room still smells like home.' (// marks a stanza break.)

  1. Note where the break falls and what is on each side.
  2. Identify the shift the break signals.
  3. Explain how the form deepens meaning.

Answer. The stanza break separates the action of leaving from the lingering feeling of attachment. The form creates a pause that mirrors the speaker's hesitation, so the empty space on the page reflects the empty room and the emotional gap, the arrangement, not just the words, conveys loss.

Worked Example 2

Problem. In a play, a character speaks a soliloquy alone on stage. Explain how this dramatic form shapes meaning.

  1. Define the form: a soliloquy is a speech alone, sharing private thoughts.
  2. Identify what the form lets the audience access.
  3. Explain the meaning this creates.

Answer. A soliloquy is a dramatic form in which a character, alone on stage, voices private thoughts to the audience. Because no other character hears it, the audience learns the speaker's honest fears or plans, creating dramatic irony and depth. The form gives us truth the other characters never see, shaping how we judge the character.

Common mistakes
  • Analyzing only the words and ignoring the layout. Fix: ask how line breaks, stanzas, scenes, or acts shape meaning too.
  • Confusing form with content. Fix: form is the shape (14 lines, acts); content is what it says, analyze how form affects content.
  • Treating a stanza break as random. Fix: breaks usually signal a shift in time, mood, speaker, or idea, explain the shift.
✎ Try it yourself

Problem. A poem repeats one short line, 'And still I wait,' as its own one-line stanza three times. Explain how this structural choice shapes meaning.

Solution. Repeating 'And still I wait' as a lone one-line stanza three times uses structure to create meaning. The isolation of each line on the page mirrors the speaker's loneliness, and the repetition makes the reader feel the slow, dragging passage of time. Because the line stands apart each time, the form emphasizes endurance and growing impatience, so the arrangement itself, not just the words, communicates the weariness of waiting.

Analyzing how an author develops and contrasts different points of view

Point of view is the perspective from which a story is told or a character sees events. Authors develop contrasting viewpoints to create conflict and depth, letting readers compare how different characters interpret the same situation. In a drama, two characters may describe one event very differently, revealing their values. Noticing these contrasts helps you understand theme and characterization.

Point of view is the perspective from which events are seen or told. Authors deliberately develop and contrast different viewpoints to create conflict, depth, and theme, letting readers see how characters interpret the same situation in opposite ways. In a drama, two characters might describe one event very differently, and that gap reveals their values, fears, or biases. To analyze, identify whose perspective you are getting, find a moment where two views clash, and explain what the contrast reveals. Noticing contrasting points of view keeps you from accepting one character's version as the whole truth, and it often points straight to the story's central conflict and theme.

Worked Example 1

Problem. Contrast the viewpoints: After a lost game, the coach says 'We learned more from this loss than any win.' The captain says 'We embarrassed ourselves and let everyone down.' What does the contrast reveal?

  1. State each character's point of view on the same event.
  2. Identify the values behind each view.
  3. Explain what the contrast reveals.

Answer. The coach sees the loss as growth (valuing learning and the long term), while the captain sees it as failure (valuing pride and others' opinions). The same event produces opposite views, revealing a conflict between a teaching mindset and a winning-is-everything mindset, which likely drives the story's theme.

Worked Example 2

Problem. Explain how contrasting points of view create conflict: A new student thinks the strict teacher is unfair; the teacher believes she is preparing students for high school.

  1. Name the two perspectives.
  2. Show how each character interprets the same actions.
  3. Explain the conflict the contrast creates.

Answer. The student's point of view reads the teacher's strictness as cruelty, while the teacher's point of view reads it as care and preparation. Because they interpret the same strict rules so differently, the contrast creates the story's central conflict, and the reader must weigh both perspectives rather than side instantly with one.

Common mistakes
  • Treating one character's view as the objective truth. Fix: recognize each viewpoint is shaped by that character's values and bias.
  • Confusing point of view with plot. Fix: point of view is the lens; ask how different characters see the same events.
  • Noticing the contrast but not explaining its purpose. Fix: state what the clash of views reveals about character, conflict, or theme.
✎ Try it yourself

Problem. In a play, a father says moving to a new city is 'a fresh start full of opportunity,' while his daughter calls it 'losing everything I've ever known.' Analyze how the contrasting points of view shape the drama.

Solution. The father's point of view frames the move as opportunity, reflecting his focus on the future and providing for the family. The daughter's point of view frames it as loss, reflecting her attachment to friends and home. Because the same event, the move, is seen as gain by one and loss by the other, the contrast creates the central conflict of the drama and develops a theme about how change can be both a beginning and an ending at once. The clash makes the audience sympathize with both, deepening the play.

Comparing a written story or drama to its filmed or staged version

When a text becomes a film or stage production, directors make choices about casting, lighting, music, and what to cut or add. Comparing versions reveals how each medium tells the story, since film can show a setting instantly while a play relies on dialogue and staging. Music and camera angles add emotion that printed text suggests differently. Evaluating these choices sharpens your sense of how form affects meaning.

When a written story or drama becomes a film or stage production, the director makes choices the page cannot: casting, lighting, music, camera angles, sets, and what to cut or add. Comparing a text to its filmed or staged version reveals how each medium tells a story differently, film can show a sweeping setting in one shot, while a play relies on dialogue and a few props, and printed text leaves the picture to your imagination. Music and camera angles add emotion that a book only suggests in words. Analyzing these choices, asking why a director added a storm or cut a scene, sharpens your understanding of how form and medium shape meaning.

Worked Example 1

Problem. Compare mediums: A book says 'She felt completely alone.' A film shows her tiny figure in a wide, empty parking lot with soft, sad music. How does each medium convey the feeling?

  1. Identify the technique the book uses.
  2. Identify the techniques the film uses.
  3. Compare how each creates the same feeling.

Answer. The book states the feeling directly in words ('completely alone'). The film conveys it indirectly through a wide shot that makes her look small, the empty setting, and sad music. The book tells; the film shows through image and sound, the same emotion delivered by the tools each medium has.

Worked Example 2

Problem. Evaluate a director's choice: A play's quiet, sad ending is changed in the film to a loud, hopeful one with upbeat music. What effect does this choice have?

  1. State what changed between versions.
  2. Identify the techniques used in the new version.
  3. Evaluate the effect on meaning and mood.

Answer. The director changed a quiet, sad ending into a loud, hopeful one using upbeat music. This shifts the mood from reflective to uplifting and may change the theme from 'loss is real' to 'things work out.' The choice makes the film more crowd-pleasing but loses the play's somber meaning, showing how medium choices reshape the message.

Common mistakes
  • Just summarizing both versions without comparing techniques. Fix: analyze HOW each medium (text vs. film/stage) creates the effect.
  • Assuming the film is automatically worse or better. Fix: evaluate each choice's effect fairly, not just preference.
  • Ignoring sound and visuals. Fix: include music, lighting, and camera angles, tools text does not have.
✎ Try it yourself

Problem. A book describes a tense argument in two paragraphs of dialogue. A film version adds a thunderstorm, dim lighting, and close-up shots of the characters' faces. Compare how the two mediums build tension.

Solution. The book builds tension through the words of the dialogue itself, leaving the reader to imagine the mood. The film adds techniques unavailable on the page: a thunderstorm mirrors the emotional storm, dim lighting creates unease, and close-ups force the audience to see every angry expression up close. So the text relies on language and imagination, while the film layers sound (thunder), visuals (lighting), and camera work (close-ups) to make the same argument feel more intense. Each medium uses its own tools to achieve tension.

Determining figurative, connotative, and technical meanings of words

Words carry literal (denotative) meanings and added (connotative) shades, so 'home' denotes a residence but connotes warmth and belonging. Figurative language, such as metaphor and personification, means something beyond the literal. Technical meanings are specialized uses in a field. Identifying which meaning is intended, and the impact of a word choice, deepens your reading of poetry and drama.

Words carry more than one kind of meaning. The denotation is the literal dictionary meaning; the connotation is the feeling or association a word adds, so 'home' denotes a place to live but connotes warmth and belonging, while 'house' is more neutral. Figurative language, metaphor, simile, personification, means something beyond the literal ('time is a thief'). Technical meanings are specialized uses in a field (a 'foot' in poetry, not a body part). Poets and playwrights choose words for all these layers at once. To read closely, ask which meaning is intended and why the author chose that exact word over a synonym, because the choice shapes mood and message.

Worked Example 1

Problem. Compare connotations: Why might a poet write that a character was 'thrifty' rather than 'cheap'?

  1. Give the denotation both words share.
  2. Identify the connotation of each.
  3. Explain the effect of the choice.

Answer. Both 'thrifty' and 'cheap' denote spending little money. But 'thrifty' connotes wisdom and care (positive), while 'cheap' connotes stinginess (negative). A poet who chooses 'thrifty' wants the reader to admire the character, so the connotation shapes our attitude even though the denotation is the same.

Worked Example 2

Problem. Identify and interpret the figurative meaning: 'The exam was a mountain she had to climb.'

  1. Decide if the words are literal or figurative.
  2. Name the type of figurative language.
  3. Interpret the meaning beyond the literal.

Answer. This is figurative, a metaphor, since the exam is not literally a mountain. By comparing the exam to a mountain, the writer suggests it is huge, difficult, and exhausting, and that passing it requires great effort. The figurative meaning conveys the challenge far more vividly than 'the exam was hard.'

Common mistakes
  • Reading figurative language literally. Fix: ask whether the words make literal sense; if not, interpret the comparison.
  • Ignoring connotation. Fix: notice the feeling a word carries, synonyms like 'slim' and 'scrawny' send different messages.
  • Assuming a word has only one meaning. Fix: check whether a literal, connotative, figurative, or technical meaning is intended.
✎ Try it yourself

Problem. In a poem, a tired worker is described as 'a wilting flower at the end of the day.' Identify the type of language and explain the figurative and connotative meaning.

Solution. This is figurative language, specifically a metaphor comparing the worker to 'a wilting flower.' Literally a person is not a flower, so the meaning lies in the comparison: like a flower that droops without water, the worker is drained of energy and life by the day's labor. The connotation of 'wilting' adds fragility and sadness, suggesting not just tiredness but a sense of being worn down. The word choice makes the exhaustion vivid and sympathetic in a way that 'he was tired' could not.

Reading and reciting poetry with attention to rhythm and rhyme

Poetry uses rhythm (the beat created by stressed and unstressed syllables) and rhyme (matching end sounds) to create music and emphasis. Reading aloud reveals these patterns and the poem's mood. A regular meter can feel steady, while a broken rhythm can create surprise or tension. Reciting with attention to line breaks and punctuation conveys meaning the page only hints at.

Poetry creates music with rhythm and rhyme. Rhythm is the beat made by patterns of stressed and unstressed syllables (meter); rhyme is the match of end sounds between lines. These patterns are not decoration, they shape mood and meaning. A steady, regular meter can feel calm or marching; a broken or irregular rhythm can create surprise, urgency, or tension. Reading a poem aloud is the best way to hear these patterns and feel its mood, and reciting with attention to line breaks and punctuation, pausing at a period, not just at the end of a line, conveys meaning the silent page only hints at. Hearing a poem is part of understanding it.

Worked Example 1

Problem. Mark the rhythm and rhyme: 'The CAT sat HIGH up- ON the WALL, / and WATCHED the LEAVES be- GIN to FALL.' Describe the effect.

  1. Tap the stressed syllables (in CAPS) to find the beat.
  2. Find the rhyming end words.
  3. Describe the mood the steady rhythm and rhyme create.

Answer. The stressed beats (CAT, HIGH, ON, WALL / WATCHED, LEAVES, GIN, FALL) make a steady, bouncing rhythm, and 'wall'/'fall' rhyme. The regular meter and clean rhyme give a calm, sing-song mood, like a gentle nursery rhyme, matching the peaceful image.

Worked Example 2

Problem. How should you recite these lines, and why? 'I ran. / I fell. / I rose again, and ran some more.'

  1. Notice the punctuation and short lines.
  2. Decide where to pause and where to speed up.
  3. Explain how delivery conveys meaning.

Answer. Recite the first short lines with sharp pauses at each period ('I ran.' / 'I fell.') to mirror the abrupt, breathless action, then let 'and ran some more' flow faster to show recovery and momentum. The punctuation and line breaks guide the pacing, so reading aloud reveals the struggle and persistence the words describe.

Common mistakes
  • Reading every line by stopping at the line break. Fix: pause at punctuation (periods, commas), not automatically at line ends.
  • Treating rhythm and rhyme as mere decoration. Fix: explain how the beat or rhyme creates mood (steady = calm, broken = tense).
  • Reading poetry only silently. Fix: read aloud, the music and meaning come through when you hear it.
✎ Try it yourself

Problem. Read these lines aloud in your head and describe how the rhythm changes and what effect it creates: 'Tick. Tock. Tick. Tock. / Then all at once the clock spun wildly out of time.'

Solution. The first line, 'Tick. Tock. Tick. Tock,' has a slow, even, heavily stressed rhythm with hard stops at each period, creating a steady, mechanical, almost suspenseful beat like a ticking clock. The second line breaks that pattern: it flows quickly without internal stops ('the clock spun wildly out of time'), so the rhythm speeds up and becomes irregular. This shift from steady to rushing mirrors the meaning, time falling apart, and creates a feeling of sudden chaos. When recited, you would slow down and pause on the first line, then accelerate through the second.

Speaking with adequate volume, eye contact, and clear pronunciation

Effective oral presentation requires projecting your voice so everyone can hear, making eye contact to connect with listeners, and pronouncing words clearly. Pacing matters too: pausing for emphasis and not rushing helps the audience follow. Adapting your delivery to the room and purpose shows command of the material. Practice and feedback build confident, clear speaking.

Effective oral presentation is not just about what you say but how you deliver it. Three basics carry most of the impact: adequate volume (project so the back of the room hears you without straining), eye contact (look at listeners, not your notes or the floor, to connect and hold attention), and clear pronunciation (say each word fully so meaning is not lost). Pacing matters too, pause for emphasis, and do not rush, so listeners can follow. The strongest speakers adapt delivery to the room and purpose: louder in a gym, calmer in a small group. These skills are learned through practice and feedback, not talent, and they make your ideas land.

Worked Example 1

Problem. Diagnose and fix the delivery problem: A student reads a report fast, in a flat quiet voice, staring at the paper the whole time.

  1. Identify each delivery flaw.
  2. Match each flaw to its fix.
  3. Describe the improved delivery.

Answer. Flaws: too fast (rushing), too quiet (low volume), no eye contact (staring at paper). Fixes: slow down and pause at key points; project the voice to reach the back row; look up at listeners at the end of each sentence. The improved delivery is paced, audible, and connected, so the audience can follow and stay engaged.

Worked Example 2

Problem. Plan delivery for one key sentence in a speech: 'This one change could help every student in our school.'

  1. Decide where to pause for emphasis.
  2. Decide which words to stress.
  3. Plan eye contact and volume.

Answer. Pause briefly before 'every,' and stress 'every student' to highlight the wide benefit. Raise volume slightly on that phrase, and make eye contact across the room as you say it, then pause after 'school' to let it land. The deliberate pacing, stress, volume, and eye contact make the key point memorable.

Common mistakes
  • Reading straight from notes with no eye contact. Fix: glance up regularly to connect with listeners.
  • Speaking too softly or rushing through. Fix: project your voice and slow down, pausing at important points.
  • Using the same delivery for every setting. Fix: adapt volume and pace to the room and purpose.
✎ Try it yourself

Problem. You will present a 1-minute persuasive speech to your class. List three specific delivery choices you will make for volume, eye contact, and pacing, and explain why each helps.

Solution. 1) Volume: I will project my voice so students in the back row hear me clearly, because if listeners strain to hear, they stop paying attention. 2) Eye contact: I will look up and make eye contact with different parts of the room at the end of each sentence, because it connects me to the audience and keeps them engaged rather than watching me read. 3) Pacing: I will pause for one beat before and after my main point and avoid rushing, because a deliberate pace lets the audience absorb my strongest idea. Together these choices make the speech clear, confident, and convincing.

Key terms
  • Form — the structural type or shape of a text, such as sonnet, play, or free verse
  • Point of view — the perspective from which a story is narrated or seen
  • Denotation — the literal dictionary meaning of a word
  • Connotation — the emotional or cultural associations a word carries
  • Figurative language — words used beyond their literal meaning, such as metaphors
  • Meter — the rhythmic pattern of stressed and unstressed syllables in poetry
  • Soliloquy — a speech in which a character reveals thoughts while alone on stage
Assignment · Page to Stage Comparison

Read a short scene from a play or a poem, then watch or imagine a performed version. Write a comparison explaining how the staging, voice, or visuals change the meaning compared with the page.

Deliverable · A short comparison analysis citing specific lines and at least two performance choices, explaining their effect on meaning.

Quiz · 5 questions
  1. 1. What does connotation refer to?

  2. 2. A soliloquy in a drama reveals:

  3. 3. Meter in poetry refers to:

  4. 4. Comparing a film to its source text mainly examines:

  5. 5. Which supports effective oral delivery?

You'll be able to

I can analyze how a poem's or drama's form and structure shape its meaning.

I can analyze how an author develops and contrasts points of view of different characters.

I can compare a text to an audio, filmed, or staged version and analyze the choices made.

Weeks 25-30 Unit 5: Research in Action — Inquiry & Sources
W.7.7W.7.8W.7.9RI.7.1RI.7.7
Lecture
Conducting a short research project to answer a focused question

Research begins with a focused, answerable question that is neither too broad nor too narrow, such as 'How did the printing press change literacy in Europe?' A clear question guides what sources you seek and keeps your project manageable. You gather information, take organized notes, and synthesize findings into an answer. A good research question can be investigated with available sources in the time you have.

A research project starts with a focused, answerable question, the single most important step. A good question is not too broad ('What is history?') or too narrow ('What year was the press invented?'), but sized so you can actually investigate it with available sources in your time: 'How did the printing press change literacy in Europe?' The question guides which sources to seek and keeps the project manageable. From there you gather information, take organized notes, and synthesize the findings into an answer. Test a question by asking whether you could find evidence to answer it, if it is a yes/no fact or impossibly huge, reshape it before you start.

Worked Example 1

Problem. Improve this research question: 'Tell me about space.'

  1. Diagnose the problem: far too broad, not a question.
  2. Narrow it to a single focused, answerable idea.
  3. Check that sources could answer it in the time available.

Answer. Improved: 'How do astronauts grow food on the International Space Station?' This is focused (one specific topic), answerable (sources exist), and the right size for a short project, unlike the impossibly broad 'tell me about space.'

Worked Example 2

Problem. Decide whether each is a good research question and fix any that are not: (a) 'When was the telephone invented?' (b) 'How did the telephone change the way families communicate?'

  1. Test (a): can it be answered in one fact?
  2. Test (b): does it require gathering and synthesizing sources?
  3. Fix the weak one.

Answer. (a) is too narrow, a single fact answers it (1876), not a research project. (b) is a strong research question because it requires gathering evidence and explaining a change. Fix for (a): 'How did the telephone change daily life in the early 1900s?' which now invites real research.

Common mistakes
  • Choosing a question that is too broad to finish. Fix: narrow it to one specific aspect you can cover with your sources.
  • Choosing a yes/no or single-fact question. Fix: ask 'how' or 'why' so the answer requires real research.
  • Picking a question with no available sources. Fix: confirm you can find evidence before committing to the question.
✎ Try it yourself

Problem. A student wants to research 'animals.' Help them craft a focused, answerable research question and explain why it works.

Solution. A focused question could be: 'How do honeybees communicate the location of food to their hive?' This works because it is narrow enough to investigate (one behavior in one animal), it is answerable with available sources (science articles and books cover the 'waggle dance'), it asks 'how' so it requires gathering and explaining evidence rather than a single fact, and it is the right size for a short project. The broad topic 'animals' could not be researched in any reasonable time, but this version gives the project a clear, manageable target.

Generating additional related questions for further inquiry

Good research raises new questions as you learn, deepening or broadening your inquiry. If your first question is about the printing press and literacy, a follow-up might ask how it affected religion or science. Recording these questions shows curiosity and points toward further investigation. Refining and adding questions keeps research from being a one-and-done answer.

Good research is not one-and-done; learning something new naturally raises further questions, and recording them shows real curiosity and deepens your inquiry. As you investigate your main question, follow-up questions branch in two directions: deeper (drilling into one part: 'Why exactly did literacy rise?') or broader (extending to a new area: 'How did the printing press affect religion or science?'). The habit is to keep a running list of new questions as you read, then choose which ones to pursue. This turns research from a single answer into ongoing inquiry, and it often leads to the most interesting findings, the ones you did not set out to look for.

Worked Example 1

Problem. Generate one deeper and one broader follow-up question for the research question 'How did the printing press change literacy in Europe?'

  1. Identify the original focus.
  2. Drill deeper into one part of it.
  3. Extend broadly into a related area.

Answer. Deeper: 'Which social classes gained reading skills first after the printing press, and why?' Broader: 'Beyond literacy, how did the printing press affect the spread of new scientific or religious ideas?' One narrows the inquiry, the other extends it, both grow naturally from the original question.

Worked Example 2

Problem. While researching 'How do vaccines work?', a student learns vaccines train the immune system. Generate two related questions for further inquiry.

  1. Note the new fact learned.
  2. Form a deeper question about it.
  3. Form a broader question that branches out.

Answer. Deeper: 'How does the immune system 'remember' a virus after a vaccine?' Broader: 'Why do some vaccines require booster shots while others do not?' Both questions arise from the new learning and would extend the research instead of ending it.

Common mistakes
  • Stopping research after answering the first question. Fix: let new learning spark follow-up questions to deepen inquiry.
  • Generating off-topic questions. Fix: make follow-ups grow logically from what you actually learned.
  • Not recording new questions. Fix: keep a running list so you can choose which to pursue later.
✎ Try it yourself

Problem. A student researching 'How do earthquakes happen?' learns that earthquakes occur when tectonic plates slip. Write one deeper and one broader follow-up question, and label each.

Solution. Deeper question: 'What makes tectonic plates suddenly slip after building up pressure for years?' (This drills into the mechanism behind the fact just learned.) Broader question: 'How do scientists predict or prepare for earthquakes in high-risk areas?' (This extends the inquiry into a related but new area, prediction and safety.) Both questions grow directly out of the new learning, showing curiosity and turning a single answer into ongoing research.

Gathering information from multiple print and digital sources

Using several sources gives a fuller, more balanced picture than relying on one. Print sources include books and articles; digital sources include reputable websites and databases. Cross-checking facts across sources helps confirm accuracy and reveals disagreements. Taking notes that record where each fact came from makes citation easier later.

Using several print and digital sources gives a fuller, more balanced picture than relying on just one, which might be incomplete or biased. Print sources include books, encyclopedias, and magazine or newspaper articles; digital sources include reputable websites, online databases, and digital archives. The power of multiple sources is cross-checking: when two independent sources report the same fact, your confidence rises, and when they disagree, you have found something worth investigating. As you gather, take notes that record exactly where each fact came from, author, title, page or URL, so you can cite it later and never lose track of which idea belongs to which source.

Worked Example 1

Problem. You find that Source A (a book) says a battle lasted 3 days and Source B (a museum website) says 4 days. What should you do?

  1. Notice the sources disagree.
  2. Decide how to respond to the disagreement.
  3. Plan to resolve or report it.

Answer. Do not just pick one, check a third reliable source to see which figure most sources support, and consider why they differ (maybe one counts a final skirmish). Cross-checking across multiple sources either resolves the conflict or tells you to report the uncertainty honestly. Relying on one source alone could have spread an error.

Worked Example 2

Problem. Sort these into print and digital, and note which one extra check you would do: (a) a hardcover encyclopedia, (b) a university research database, (c) a science magazine.

  1. Label each source print or digital.
  2. State the benefit of mixing them.
  3. Add a verification step.

Answer. (a) encyclopedia = print, (b) university database = digital, (c) science magazine = print. Mixing types gives breadth and lets you cross-check facts. Extra check: confirm any key fact appears in at least two of them before using it, so a single error does not slip through.

Common mistakes
  • Relying on a single source. Fix: use several so you get a balanced picture and can cross-check facts.
  • Using only digital or only print. Fix: combine both types for breadth and reliability.
  • Forgetting to record where each fact came from. Fix: note author, title, and page/URL as you go to make citing easy.
✎ Try it yourself

Problem. You are researching how the Great Wall of China was built. List two different types of sources you would use and explain how using both helps your research.

Solution. I would use (1) a print source, such as a history book about ancient China, and (2) a digital source, such as a reputable museum or university website about the Great Wall. Using both helps because I can cross-check facts: if the book and the website both report the same construction methods and dates, I can trust that information more. If they disagree, that signals I should find a third source to resolve it. The two types also offer different strengths, the book may give deep background, while the website may include maps, images, and the most up-to-date findings, giving me a fuller, more balanced picture than one source alone.

Assessing the credibility and accuracy of each source

Not all sources are equally reliable, so evaluate the author's expertise, the publisher's reputation, the date, and whether claims are supported with evidence. A government or university site is usually more credible than an anonymous blog. Watch for bias and check facts against other sources. Asking 'who wrote this, why, and how do they know' protects you from misinformation.

Not all sources are equally reliable, so before trusting one you must assess its credibility and accuracy. Ask four questions: Who is the author, and do they have expertise? Who published it, and is the publisher reputable? When was it written, is it current enough? And are the claims supported with evidence you can check? A government (.gov) or university (.edu) site is usually more credible than an anonymous blog or a site selling a product. Watch for bias, an author with something to gain, and verify key facts against other sources. The core test is simple: 'Who wrote this, why, and how do they know?' Asking it protects you from misinformation.

Worked Example 1

Problem. Evaluate this source: An anonymous blog post titled '10 Shocking Facts' that sells a weight-loss tea and cites no studies.

  1. Check the author and expertise.
  2. Check the purpose and possible bias.
  3. Check whether claims are supported.

Answer. Low credibility. The author is anonymous (no verifiable expertise), the purpose is to sell tea (a clear bias/conflict of interest), and the claims cite no studies (unsupported). It fails the 'who wrote this, why, and how do they know' test, so it should not be trusted without verification elsewhere.

Worked Example 2

Problem. Compare credibility: (a) a 1998 webpage on current smartphone technology, (b) a 2024 university research page on the same topic. Which is more reliable and why?

  1. Compare the dates against the topic's needs.
  2. Compare the publishers.
  3. Decide which is more credible.

Answer. (b) is more reliable. For a fast-changing topic like smartphone technology, the 2024 date is far more current than 1998 (which is outdated). The university publisher also signals expertise and review. The 1998 page fails the timeliness test, so the recent, reputable .edu source wins.

Common mistakes
  • Trusting a source because it 'looks professional.' Fix: check the author, publisher, date, and evidence, not just the design.
  • Ignoring the author's purpose. Fix: ask if the author profits or has a bias that could slant the information.
  • Using outdated sources for current topics. Fix: check the date and prefer recent sources when facts change over time.
✎ Try it yourself

Problem. You find a website about climate change. List three questions you would ask to judge its credibility, and explain what a trustworthy answer would look like.

Solution. 1) Who is the author/publisher? A trustworthy answer would be a named expert or a reputable organization like NASA or a university (.gov or .edu), not an anonymous author or a company selling a product. 2) When was it published or updated? A trustworthy answer is a recent date, since climate data changes, so current information matters. 3) Are the claims supported by evidence? A trustworthy answer is yes, the site cites studies, data, or links I can verify, rather than making bold claims with no proof. If the site has a credible expert author, a recent date, and cited evidence, it passes the 'who wrote this, why, and how do they know' test and can be trusted.

Quoting and paraphrasing while avoiding plagiarism and citing sources

Quoting uses an author's exact words in quotation marks, while paraphrasing restates an idea in your own words and sentence structure; both require a citation. Effective paraphrasing changes more than a few words: it rebuilds the idea while keeping the meaning. Citing sources gives credit and lets readers verify your information. Keeping track of sources as you research prevents accidental plagiarism.

Quoting and paraphrasing are two ways to use a source, and both require a citation. Quoting copies an author's exact words inside quotation marks, used when the original wording is striking or precise. Paraphrasing restates an idea in your own words and your own sentence structure, used most of the time to keep your voice. The key skill is real paraphrasing: changing only a few words is still plagiarism, you must rebuild the sentence while keeping the meaning. Both require a citation because the idea, even reworded, belongs to the original author. Tracking each source as you research, who said it and where, prevents accidental plagiarism, which counts even when unintentional.

Worked Example 1

Problem. Paraphrase this source sentence properly (not just a few words changed): 'The printing press allowed books to be produced far more quickly and cheaply than ever before.'

  1. Read for meaning, then look away from the original.
  2. Rewrite the idea in a new structure and words.
  3. Add a citation.

Answer. Proper paraphrase: 'Before the printing press, copying a book by hand was slow and costly; the press changed that, making books faster and more affordable to make (Author, p. X).' The structure and wording are rebuilt while the meaning is kept, and the source is cited.

Worked Example 2

Problem. Decide whether to quote or paraphrase, and do it: Source says, 'It was the worst of times, it was the best of times.' You want to use this exact memorable wording.

  1. Decide if the exact words matter.
  2. Choose quote or paraphrase accordingly.
  3. Apply quotation marks and citation.

Answer. Because the wording itself is famous and striking, quote it: As Dickens wrote, 'It was the worst of times, it was the best of times' (Dickens, p. 1). Quotation marks preserve the exact words and the citation credits the author. Paraphrasing such memorable phrasing would lose its power.

Common mistakes
  • 'Patch-writing', changing a few words and calling it a paraphrase. Fix: rebuild the whole sentence in your own structure.
  • Paraphrasing but forgetting the citation. Fix: cite paraphrases too, the idea still belongs to the source.
  • Quoting without quotation marks. Fix: any exact words need quotes and a citation, or it is plagiarism.
✎ Try it yourself

Problem. Source: 'Regular exercise strengthens the heart and improves a person's overall mood.' Write a proper paraphrase with a citation, and explain why it is not plagiarism.

Solution. Proper paraphrase: 'According to Dr. Lee, working out often does more than build a stronger heart, it also lifts people's spirits and improves how they feel day to day (Lee, p. 12).' This is not plagiarism for two reasons: first, the sentence structure and word choice are genuinely rebuilt (for example, 'strengthens the heart' becomes 'build a stronger heart,' and 'improves overall mood' becomes 'lifts people's spirits'), so it is not just a few swapped words; second, it includes a citation crediting Dr. Lee, acknowledging that the idea came from the source even though the words are mine.

Drawing evidence from texts to support analysis and research

Drawing evidence means selecting specific facts, quotations, and data from sources that directly support your analysis or answer. Strong evidence is relevant, accurate, and clearly connected to your point with explanation. Avoid dropping a quote without analysis; always explain how it supports your claim. Synthesizing evidence from several texts produces a richer, more convincing conclusion.

Drawing evidence means selecting specific facts, quotations, and data from texts that directly support your analysis or answer, then explaining the connection. Strong evidence is relevant (it actually relates to your point), accurate (quoted or reported correctly), and clearly tied to your claim with an explanation, never dropped in alone. The common trap is the 'naked quote': a quotation with no analysis, leaving the reader to guess why it matters. Instead, introduce the evidence, present it, then explain how it proves your point. When you synthesize evidence from several texts that agree or build on one another, your conclusion becomes richer and far more convincing than one source could ever make it.

Worked Example 1

Problem. Fix this 'naked quote': Claim: The author thinks reading aloud helps memory. Evidence dropped in: 'Students who read aloud recalled 20% more.'

  1. Introduce the evidence with a lead-in.
  2. Present the quoted/cited evidence.
  3. Add an explanation linking it to the claim.

Answer. 'The author argues that reading aloud aids memory. As one study notes, 'students who read aloud recalled 20% more' than silent readers. This data directly supports the claim, because hearing the words adds a second pathway to memory.' The quote is now introduced and explained, not dropped.

Worked Example 2

Problem. Synthesize evidence from two texts to support: 'Sleep improves learning.' Text 1: 'Tired students made twice as many errors.' Text 2: 'A nap before a test raised scores by 15%.'

  1. State the claim.
  2. Bring in evidence from both texts.
  3. Explain how they build on each other.

Answer. 'Sleep improves learning, and two sources agree. Text 1 reports that 'tired students made twice as many errors,' showing the harm of too little sleep, while Text 2 finds 'a nap before a test raised scores by 15%,' showing the benefit of more. Together they prove the claim from both sides, the cost of poor sleep and the gain from good sleep.'

Common mistakes
  • Dropping a quote with no explanation (the 'naked quote'). Fix: always explain how the evidence supports your point.
  • Choosing evidence that is loosely related. Fix: select facts that directly back the specific claim.
  • Summarizing sources one by one instead of combining them. Fix: synthesize, group evidence by point to build a stronger case.
✎ Try it yourself

Problem. Claim: 'Recess helps students focus.' Use this evidence from a text and write a complete supported point: 'Classes with a midday recess had 30% fewer afternoon distractions.'

Solution. Model: 'Recess helps students focus in the classes that follow. According to the study, 'classes with a midday recess had 30% fewer afternoon distractions' than classes without one. This evidence directly supports the claim because fewer distractions mean students are paying closer attention, which suggests that a short break lets the brain reset and return to work more focused.' The response introduces the evidence, presents the exact data, and then explains how it proves the claim, rather than dropping the quote without analysis.

Key terms
  • Research question — a focused question that guides an inquiry project
  • Source — a text or media item that provides information for research
  • Credibility — how trustworthy and reliable a source is
  • Bias — a one-sided perspective that can distort information
  • Paraphrase — restating someone's idea in your own words, still requiring citation
  • Citation — a reference that credits the source of information
  • Synthesis — combining information from multiple sources into a coherent whole
Assignment · Mini Research Investigation

Pose one focused research question on a topic that interests you. Gather facts from at least three credible sources, take notes that record where each fact came from, and write a short report answering your question with cited evidence.

Deliverable · A short research report with a focused question, evidence from at least three cited sources, and a list of those sources.

Quiz · 5 questions
  1. 1. Which is the most credible source?

  2. 2. Paraphrasing requires:

  3. 3. A strong research question is:

  4. 4. Why use multiple sources?

  5. 5. Evidence in research writing should be:

You'll be able to

I can conduct a short research project drawing on several focused sources.

I can assess source credibility and cite sources using a standard format.

I can quote and paraphrase responsibly while avoiding plagiarism.

Weeks 31-36 Unit 6: Compare & Synthesize — Texts Across Genres
RL.7.9RI.7.9W.7.5L.7.1L.7.2SL.7.4
Lecture
Comparing a fictional and a historical account of the same time or place

Fiction can dramatize a historical era through invented characters, while a historical account reports documented facts. Comparing them shows how an author 'alters history' for narrative effect, perhaps inventing dialogue while keeping real events. A novel set during the Black Death may capture the feeling of fear that statistics cannot. Reading both deepens understanding of the period and of how authors shape material.

Authors of historical fiction and authors of historical accounts handle the same era very differently. A historical account reports documented facts, dates, causes, and verified events. Historical fiction dramatizes the period through invented characters and scenes, and authors may 'alter history' for effect: inventing dialogue, compressing time, or imagining a person's feelings, while usually keeping the major real events. Comparing the two reveals both the facts and the human experience: a novel set during the Black Death can capture the fear that statistics alone cannot, while the account supplies the verified truth. Reading both deepens your understanding of the period and of how authors shape real material into story.

Worked Example 1

Problem. Compare: A history text states '30% of the city's population died in the plague of 1348.' A novel describes a boy watching his street empty house by house. What does each add?

  1. Identify what the historical account provides.
  2. Identify what the fiction provides.
  3. Explain how combining them deepens understanding.

Answer. The history text gives the verified fact (the 30% death rate), the scale of the disaster. The novel gives the human feeling, fear and loss seen through one boy's eyes, that a statistic cannot convey. Together, the account supplies truth and the fiction supplies emotional understanding, giving a fuller picture of the plague.

Worked Example 2

Problem. Identify what a fiction author 'altered': A novel about a real 1492 voyage invents a young sailor and gives him conversations with the captain, while keeping the real route and date.

  1. Separate the real (historical) elements.
  2. Identify the invented (fictional) elements.
  3. Explain the purpose of the alteration.

Answer. Real elements kept: the route and the 1492 date. Invented elements: the young sailor and his conversations with the captain. The author altered history by adding fictional characters and dialogue to make the voyage feel personal and dramatic, while preserving the documented events, a typical move in historical fiction.

Common mistakes
  • Treating historical fiction as fully factual. Fix: remember authors invent characters and dialogue, separate the real from the imagined.
  • Dismissing fiction as useless for history. Fix: fiction conveys feeling and human experience that facts alone cannot.
  • Comparing plots only. Fix: compare what each TYPE of text does, report facts vs. dramatize experience.
✎ Try it yourself

Problem. A history book says a famous explorer's ship was stuck in ice for months. A novel about the same voyage invents a diary by a crew member describing hunger and fear. Compare what each account contributes and how the author of the novel may have altered history.

Solution. The history book contributes verified facts, that the ship was genuinely trapped in ice for months, giving us the documented truth and timeline. The novel contributes the human experience: through an invented crew member's diary, it dramatizes the hunger, cold, and fear the sailors likely felt, which facts alone cannot capture. The novelist altered history by inventing a character and a diary that never existed, and by imagining specific emotions and conversations, in order to make the ordeal feel real and personal. Yet the author kept the major real event (the ship trapped in ice). Reading both gives a fuller understanding: the facts of what happened and a sense of what it felt like to live through it.

Analyzing how two authors writing about the same topic shape their presentations

Two authors covering one topic often emphasize different facts, interpret evidence differently, or write for different purposes and audiences. One article on an event may stress its causes while another stresses its effects. Comparing word choice, included details, and tone reveals each author's perspective. Recognizing these differences helps you read critically rather than assuming any single account is complete.

When two authors write about the same topic, they rarely produce identical texts, because each shapes the material through choices: which facts to include or leave out, how to interpret evidence, what tone to use, and whom they are writing for. One article on an event may stress its causes while another stresses its effects; one may sound alarmed, another hopeful. Comparing word choice, included and omitted details, emphasis, and tone reveals each author's perspective and purpose. This skill makes you a critical reader: instead of assuming any single account is the complete, neutral truth, you recognize that every text is a shaped presentation, and you seek multiple views to find the fuller picture.

Worked Example 1

Problem. Compare presentations: On the same new factory, Article A's headline is 'New Factory Brings 500 Jobs'; Article B's is 'New Factory Raises Pollution Fears.' What does the contrast reveal?

  1. Identify what each author emphasizes.
  2. Note the word choice and tone.
  3. Explain what the difference reveals about perspective.

Answer. Article A emphasizes the benefit (jobs) with a positive tone, while Article B emphasizes the cost (pollution) with a worried tone ('fears'). Same topic, opposite emphasis. The contrast reveals each author's perspective and purpose, one promotes the factory, the other warns about it, so a reader needs both to judge fairly.

Worked Example 2

Problem. Two authors describe the same storm. One writes 'a powerful storm brought needed rain to dry farms.' The other writes 'a violent storm flooded streets and trapped families.' Compare.

  1. Compare the word choices for the storm.
  2. Compare which details each includes.
  3. Explain the different perspectives.

Answer. Author 1 calls it 'powerful' and 'needed,' including the benefit to farms, a hopeful framing. Author 2 calls it 'violent' and includes flooding and trapped families, an alarming framing. The same storm becomes positive or negative depending on word choice and selected details, revealing each author's focus, agriculture versus public safety.

Common mistakes
  • Assuming one account is the neutral, full truth. Fix: every text is shaped, compare multiple to find the fuller picture.
  • Comparing only facts and ignoring tone and word choice. Fix: notice how language and emphasis reveal perspective.
  • Overlooking what an author leaves out. Fix: omitted details shape a presentation as much as included ones.
✎ Try it yourself

Problem. Two authors write about a new school dress code. Author A focuses on how it 'reduces distractions and bullying.' Author B focuses on how it 'limits students' freedom of expression.' Analyze how their presentations differ and what each reveals.

Solution. Author A emphasizes the benefits, framing the dress code positively by focusing on 'reduced distractions and bullying,' which reveals a perspective that values order and student safety. Author B emphasizes the costs, framing it negatively by focusing on 'limited freedom of expression,' revealing a perspective that values individual rights. The two authors choose different details to highlight (safety vs. freedom) and use different tones (supportive vs. critical), even though they cover the same topic. This shows that neither article alone is the complete truth, each is a shaped presentation, so a critical reader should consider both to weigh the dress code fairly.

Synthesizing evidence from multiple texts into a coherent essay

Synthesis weaves evidence from several sources into one unified argument, rather than summarizing each source in turn. Group ideas by theme, then bring in evidence from different texts to support each point, citing as you go. The result reads as your analysis backed by many voices, not a list. Strong synthesis shows how sources agree, disagree, or build on one another.

Synthesis weaves evidence from several sources into one unified argument, rather than summarizing each source in turn. A summary essay reads like a list ('Source 1 says... Source 2 says...'); a synthesis essay reads like your analysis, backed by many voices. The method: organize by idea or theme, not by source. For each point you make, pull supporting evidence from whichever texts fit, citing as you go, and show how the sources relate, do they agree, disagree, or build on one another? Strong synthesis makes the sources 'talk to each other' under your control, so the essay is led by your thinking while many texts supply the proof.

Worked Example 1

Problem. Turn this 'list' approach into synthesis. Point: 'Sleep aids learning.' Source 1: naps boost memory. Source 2: tired students score lower. Source 3: athletes who sleep more react faster.

  1. Decide on the unifying point.
  2. Group all three sources under that point.
  3. Show how they connect (agree/build).

Answer. 'Sleep strengthens learning across the mind and body. Source 1 shows naps 'boost memory,' and Source 2 confirms the reverse, 'tired students score lower.' Source 3 extends this to physical skill, since rested athletes 'react faster.' Together the three sources build a single case: sleep improves both mental and physical performance.' The point leads, the sources support it.

Worked Example 2

Problem. Synthesize two sources that DISAGREE about homework. Source A: homework improves grades. Source B: homework causes stress with little benefit.

  1. State your point that frames the disagreement.
  2. Present both sources.
  3. Explain the relationship and reach a reasoned position.

Answer. 'The value of homework is debated. Source A argues it 'improves grades,' while Source B counters that it 'causes stress with little benefit.' These sources disagree, but together they suggest a middle view: homework may help in small, focused amounts but harm in large ones. By showing the conflict, the synthesis builds a more thoughtful conclusion than either source alone.'

Common mistakes
  • Summarizing sources one after another. Fix: organize by idea, then pull evidence from any source that fits.
  • Using only sources that agree. Fix: show where sources agree, disagree, or build on each other for a richer essay.
  • Letting sources lead instead of your analysis. Fix: make your point first, then bring in evidence to support it.
✎ Try it yourself

Problem. Synthesize these three findings into one unified paragraph supporting the point 'recess benefits students.' Source 1: recess improves focus. Source 2: recess reduces behavior problems. Source 3: recess increases physical activity.

Solution. Model: 'Recess benefits students in several connected ways. Multiple sources show its value for the mind and body alike. Source 1 finds that recess 'improves focus' in later classes, and Source 2 builds on this by reporting that it also 'reduces behavior problems,' suggesting a calmer, more attentive classroom. Source 3 adds a physical dimension, noting that recess 'increases physical activity,' which supports students' health and energy. Together these sources do not simply repeat one another, they reinforce a single argument: by helping students focus, behave, and stay active, recess supports their whole school experience.' This is synthesis because the point leads, the sources are grouped under it rather than summarized one by one, and the paragraph shows how they build on each other.

Using phrases and clauses correctly and recognizing misplaced modifiers

Phrases (groups of words without a subject-verb pair) and clauses (which contain a subject and verb) build sentence variety, but they must be placed carefully. A misplaced modifier sits too far from the word it describes, creating confusion, as in 'Running to class, the bell rang' (the bell was not running). Placing modifiers next to what they modify keeps meaning clear. Correct use of clauses makes complex ideas readable.

Phrases and clauses are the building blocks of varied, mature sentences. A phrase is a group of words with no subject-verb pair ('running to class,' 'in the morning'); a clause contains a subject and a verb ('the bell rang'). Using them well adds variety and combines ideas smoothly, but placement matters. A misplaced modifier is a describing phrase sitting too far from the word it describes, creating confusion or comedy: 'Running to class, the bell rang' wrongly says the bell was running. The fix is to put the modifier right next to the word it actually describes. Mastering phrases and clauses, and keeping modifiers in their place, makes complex ideas clear and readable.

Worked Example 1

Problem. Fix the misplaced modifier: 'Covered in chocolate, the boy ate the cake.'

  1. Find the modifying phrase: 'Covered in chocolate.'
  2. Find what it is wrongly describing: the boy.
  3. Move it next to what it should describe: the cake.

Answer. Corrected: 'The boy ate the cake, which was covered in chocolate.' (Or: 'The boy ate the chocolate-covered cake.') Now the modifier sits next to 'cake,' the thing actually covered in chocolate, so the sentence is clear instead of saying the boy was covered in chocolate.

Worked Example 2

Problem. Identify the phrase and the clause, then combine them into one varied sentence: 'After the long game.' / 'The players collapsed on the grass.'

  1. Label each part: phrase vs. clause.
  2. Decide how to join them smoothly.
  3. Write the combined sentence.

Answer. 'After the long game' is a phrase (no subject-verb); 'The players collapsed on the grass' is a clause (subject 'players,' verb 'collapsed'). Combined: 'After the long game, the players collapsed on the grass.' The introductory phrase adds variety, and it correctly modifies the players' action.

Common mistakes
  • Placing a modifier far from the word it describes. Fix: put the describing phrase right next to its noun.
  • Confusing phrases and clauses. Fix: a clause has a subject AND verb; a phrase does not.
  • Writing only short, choppy sentences. Fix: use introductory phrases and clauses to combine ideas with variety.
✎ Try it yourself

Problem. This sentence has a misplaced modifier: 'Walking home from school, the rain soaked Mia's backpack.' Identify the problem and rewrite it correctly.

Solution. The problem is the modifier 'Walking home from school,' which is placed next to 'the rain,' so the sentence literally says the rain was walking home from school, which makes no sense. The phrase should describe Mia, the one actually walking. Corrected: 'Walking home from school, Mia felt the rain soak her backpack.' (Or: 'As Mia walked home from school, the rain soaked her backpack.') Now the modifier sits next to 'Mia,' the person it describes, so the sentence is clear and logical.

Revising and editing for coherence, conventions, and style

Revising improves content and organization, while editing fixes grammar, spelling, and punctuation. During revision, check that ideas flow logically and transitions connect them; during editing, correct conventions and sharpen word choice. Reading your work aloud helps catch awkward sentences. The two-stage process turns a rough draft into polished, coherent writing.

Revising and editing are two different stages of improving writing, and mixing them up weakens both. Revising works on the big picture: content, organization, clarity, and flow, you add or cut ideas, reorder paragraphs, and strengthen transitions so the writing makes sense. Editing comes after, polishing the surface: grammar, spelling, punctuation, and word choice. The order matters, there is no point fixing a comma in a sentence you might delete. A powerful technique is reading your work aloud, which catches awkward sentences, missing words, and choppy flow your eyes skip over. This two-stage process turns a rough draft into polished, coherent writing a reader can trust.

Worked Example 1

Problem. Decide whether each change is revising or editing: (a) moving the conclusion's main idea up to the introduction, (b) fixing 'their' to 'there,' (c) adding a transition between two paragraphs.

  1. Recall: revising = ideas/organization/flow; editing = grammar/spelling/punctuation.
  2. Classify each change.
  3. State the correct order to do them.

Answer. (a) Revising (reorganizing ideas). (b) Editing (fixing a spelling/word error). (c) Revising (improving flow with a transition). Do the revising (a and c) first to settle the content, then edit (b) last, so you do not polish sentences you might still move or cut.

Worked Example 2

Problem. Revise this for coherence, then edit: 'Dogs are loyal. I has a dog. Cats are independent. My dog protects our house.'

  1. Revise: group related ideas and improve flow.
  2. Edit: fix the grammar error.
  3. Present the polished version.

Answer. Revise (group the dog ideas, move the off-topic cat sentence or cut it) and edit ('I has' to 'I have'). Polished: 'Dogs are loyal companions. I have a dog who protects our house, showing that loyalty every day.' The cat sentence was cut for coherence, the dog ideas are connected, and the grammar is corrected.

Common mistakes
  • Editing commas before fixing the ideas. Fix: revise content and organization first, then edit surface errors.
  • Treating revising and editing as the same thing. Fix: revising changes ideas/structure; editing fixes grammar and spelling.
  • Never reading the draft aloud. Fix: read it aloud to catch awkward, choppy, or missing-word sentences.
✎ Try it yourself

Problem. Improve this draft in two stages, first revise for coherence and flow, then edit for conventions: 'School lunches are unhealthy. Pizza is round. We should add more vegetables. Many students throws away the food.'

Solution. Stage 1, Revise: The sentence 'Pizza is round' is off-topic and breaks coherence, so I cut it. I also reorder and connect the remaining ideas so they flow logically from problem to solution: the food is unhealthy and wasted, so we should add vegetables. Stage 2, Edit: I fix the grammar error 'students throws' to 'students throw.' Polished result: 'School lunches are often unhealthy, and as a result, many students throw away the food. To fix this, the cafeteria should add more vegetables and healthier options.' First I revised the content and organization (cutting the off-topic sentence, linking ideas with a transition), then I edited the surface error, following the correct two-stage order.

Engaging in a culminating Socratic seminar with text evidence

A Socratic seminar is a structured discussion in which students explore ideas through open-ended questions and textual evidence rather than seeking one right answer. Participants prepare by annotating texts, then build on each other's points, citing specific passages. Listening and asking probing questions matter as much as speaking. The goal is deeper collective understanding grounded in the texts.

A Socratic seminar is a structured discussion in which students explore a text's ideas through open-ended questions and evidence, rather than racing to one 'right' answer. It rewards thinking, not just talking. To take part well, prepare by annotating the text and writing questions, then in the seminar build on others' points, cite specific passages ('on page 4, the author writes...'), and ask probing questions that push the group deeper. Listening matters as much as speaking, you respond to what was actually said. There is no winner; the goal is deeper collective understanding grounded in the text, so the best contributions open new thinking rather than shut it down.

Worked Example 1

Problem. Write a strong opening question and a text-grounded contribution for a seminar on a story where a character lies to protect a friend.

  1. Write an open-ended question (no single right answer).
  2. Plan a contribution that cites the text.
  3. Make it invite others in.

Answer. Opening question: 'Is it ever right to lie to protect someone you love?' Contribution: 'I think the author shows it is complicated. On page 6, the character 'lied without hesitating' to save her friend, which suggests loyalty matters more to her than rules. But she 'couldn't meet her friend's eyes' afterward. What do others make of that guilt?' It cites the text and invites response.

Worked Example 2

Problem. A classmate says, 'The ending is happy.' Write a probing, respectful seminar response that deepens the discussion.

  1. Acknowledge the peer's point.
  2. Offer a text-based complication or question.
  3. Keep it open-ended, not a put-down.

Answer. 'I can see why you'd say the ending is happy, since they reunite. But I noticed on the last page she 'looked back one last time at the empty house.' Does that detail make the ending feel a little sad too? I'm curious whether the author wanted us to feel both.' This builds on the peer, cites evidence, and asks a probing question.

Common mistakes
  • Trying to 'win' the discussion. Fix: a seminar seeks deeper shared understanding, not one right answer.
  • Sharing opinions without citing the text. Fix: ground each point in a specific passage or page.
  • Only waiting to talk, not listening. Fix: respond to and build on what others actually said, and ask probing questions.
✎ Try it yourself

Problem. Prepare for a Socratic seminar on a story about a character who breaks a rule for a good reason. Write (a) one open-ended seminar question and (b) one contribution that cites text and builds on a classmate who said 'the character was wrong to break the rule.'

Solution. (a) Open-ended question: 'When, if ever, is breaking a rule the right thing to do?' This has no single correct answer and invites the group to explore the text's tension. (b) Contribution: 'I hear your point that the character was wrong to break the rule, and rules do matter for fairness. But I'd build on that by looking at page 9, where the author writes that she broke the rule 'only after she saw the younger kids would get hurt.' That detail makes me wonder if the author wants us to see her choice as caring rather than selfish. Do you think her reason changes whether it was wrong?' This response listens to and acknowledges the classmate, cites specific text, and asks a probing question to deepen the discussion rather than just declaring a winner.

Key terms
  • Historical account — a factual report of real events from the past
  • Synthesis — combining evidence from multiple texts into a unified argument
  • Phrase — a group of words lacking a subject-verb pair
  • Clause — a group of words containing a subject and a verb
  • Misplaced modifier — a word or phrase positioned so it seems to modify the wrong thing
  • Revision — reworking content and organization of a draft
  • Socratic seminar — a structured, text-based discussion driven by open-ended questions
Assignment · Two Views, One Essay

Find a fictional and a nonfiction text (or two nonfiction articles) about the same historical period or event. Write a synthesis essay that compares how the texts present the topic and draws evidence from both.

Deliverable · A coherent synthesis essay comparing the two texts, citing evidence from each, edited for conventions and clear modifier placement.

Quiz · 5 questions
  1. 1. Synthesis writing is best described as:

  2. 2. Which sentence has a misplaced modifier?

  3. 3. Revising mainly focuses on:

  4. 4. In a Socratic seminar, success depends on:

  5. 5. Comparing a novel and a history of the same era reveals:

You'll be able to

I can compare how different authors present the same topic or period.

I can synthesize evidence from multiple texts into a clear, well-organized essay.

I can revise my writing for coherence and edit for grammar, usage, and mechanics.

Assessment · Rubric-scored argument, informative, and narrative essays; an annotated research paper with cited sources; on-demand reading analysis with text evidence; quarterly vocabulary and conventions checks; and a culminating Socratic seminar assessed for evidence use and discussion skills.

Science 7

Next Generation Science Standards — Middle School (Life Science emphasis: MS-LS1, MS-LS2, MS-LS3, MS-LS4; supporting MS-PS1, MS-ESS3)

Through the NGSS three dimensions, students investigate cells and body systems, matter and energy flow in ecosystems, the molecular basis of growth and heredity, and the evidence for biological evolution, using models, data analysis, and argument from evidence.

Weeks 1-6 Unit 1: Cells — Structure and Function
MS-LS1-1MS-LS1-2
Lecture
Conducting investigations to provide evidence that organisms are made of cells

The cell theory states that all living things are made of one or more cells, the cell is the basic unit of life, and all cells come from existing cells. Microscopes let us gather direct evidence, showing that tissue from any organism is built from cells. A single-celled organism like an amoeba performs all life functions in one cell, while a human has trillions. Observing many samples and finding cells in all of them supports the claim that life is cellular.

Cell theory is one of biology's biggest ideas, and it rests on evidence gathered with microscopes. Its three claims are: every living thing is made of one or more cells, the cell is the basic unit of structure and function, and all cells arise from pre-existing cells. Scientists support this by sampling tissue from many different organisms — onion skin, cheek lining, pond water, leaves — and finding cells in every case. A pattern that holds across all tested samples becomes strong evidence for a general claim. Because no living thing has ever been found that is not cellular, the conclusion 'life is cellular' is well supported. Some organisms (bacteria, amoebas) are a single cell doing every job; others (humans) have trillions of specialized cells.

Worked Example 1

Problem. A student looks at onion skin, a cheek sample, and a leaf under a microscope and sees box-like or rounded units in all three. What claim does this support, and why?

  1. Identify the observation: tiny repeating units (cells) appear in every sample.
  2. Note the pattern: the result holds across very different organisms (plant and animal).
  3. Connect evidence to the claim: a pattern found in all tested cases supports a general statement.

Answer. It supports the cell-theory claim that all living things are made of cells, because the same cellular structure appears in every organism tested.

Worked Example 2

Problem. An amoeba is a single cell, yet it eats, moves, and reproduces. How does this fit cell theory?

  1. Recall that the cell is the basic unit of life — capable of all life functions.
  2. The amoeba carries out every function inside one cell.
  3. This shows a single cell can be a complete organism.

Answer. It fits cell theory: the amoeba shows the cell is the basic unit of life, performing all life functions on its own.

Common mistakes
  • Thinking only animals and plants are made of cells. Correct: bacteria, fungi, and single-celled organisms are also cellular — every living thing is.
  • Believing cells can appear from nonliving material. Correct: cell theory states all cells come from existing cells, by division.
✎ Try it yourself

Problem. A friend claims a virus proves not all life is cellular. Using cell theory, explain how a scientist would respond about whether all living things are made of cells.

Solution. Cell theory describes living organisms, and the standard biological definition of 'living' requires being made of cells. Viruses are not classified as living cells — they cannot reproduce on their own or carry out life functions without a host cell. So a virus does not violate cell theory; it sits outside the category of living organisms, all of which are still made of one or more cells.

Developing a model of cell parts and their functions

A cell is organized into specialized parts called organelles, each with a job. The nucleus directs activities and stores genetic information, mitochondria release energy, ribosomes build proteins, and the cell membrane controls what enters and leaves. A useful model labels each organelle and pairs it with its function, like rooms in a factory. Models help explain how structure supports function inside the cell.

A cell works because its organelles each do a specialized job, and a good model makes those jobs visible. The nucleus acts as the control center, storing DNA and directing activities. Mitochondria are the 'powerhouses,' releasing energy from food through cellular respiration. Ribosomes assemble proteins following the nucleus's instructions. The cell membrane is the gatekeeper, controlling what crosses in and out. The endoplasmic reticulum transports materials, and the vacuole stores substances. A factory analogy maps each organelle to a department: structure fits function. Models simplify reality on purpose — they highlight the important parts and relationships while leaving out unnecessary detail, so you can reason about how the whole cell stays alive.

Worked Example 1

Problem. A muscle cell needs lots of energy to contract repeatedly. Which organelle would you expect it to have in large numbers, and why?

  1. Match the need (energy) to the organelle that supplies it.
  2. Mitochondria release energy from food.
  3. More demand for energy means more mitochondria.

Answer. Many mitochondria — they release the energy a hard-working muscle cell needs, so structure (lots of mitochondria) matches function (high energy use).

Worked Example 2

Problem. In a factory analogy, the nucleus is the manager's office. What real cell job does that represent?

  1. The manager's office gives instructions and stores plans.
  2. Map this to the cell: the nucleus stores DNA (instructions) and directs activities.
  3. State the matching function.

Answer. The nucleus controls the cell and stores genetic instructions, just as a manager's office directs the factory and keeps the plans.

Common mistakes
  • Confusing the nucleus with the nucleolus or thinking ribosomes store DNA. Correct: the nucleus stores DNA; ribosomes build proteins.
  • Believing a model must show every detail. Correct: a good model deliberately simplifies, keeping the key parts and relationships needed to explain function.
✎ Try it yourself

Problem. Build a one-line model that pairs each organelle to its job: nucleus, mitochondria, ribosome, cell membrane.

Solution. Nucleus = control center storing DNA and directing the cell; Mitochondria = release energy from food; Ribosome = build proteins from the nucleus's instructions; Cell membrane = control what enters and leaves the cell. Together they show how structure supports function: instructions (nucleus) guide protein-building (ribosomes), powered by energy (mitochondria), within a controlled boundary (membrane).

Comparing plant and animal cells and the role of the cell membrane

Plant and animal cells share organelles like the nucleus, mitochondria, and membrane, but plant cells also have a rigid cell wall, chloroplasts for photosynthesis, and a large central vacuole. The cell membrane in both is selectively permeable, letting needed materials in and wastes out while blocking others. These differences reflect how plants make their own food while animals must consume it. Comparing the two highlights how structure fits function.

Plant and animal cells share a core toolkit — nucleus, mitochondria, ribosomes, and a selectively permeable cell membrane — but three structures set plant cells apart, and each reflects a plant's lifestyle. Plants make their own food, so they have chloroplasts containing chlorophyll to capture light for photosynthesis. Plants cannot move to find support, so a rigid cell wall outside the membrane gives shape and strength. Plants store water and maintain pressure, so they have a large central vacuole. The cell membrane in both cell types is selectively permeable: it lets needed materials (oxygen, nutrients) in and wastes out while keeping harmful or unneeded substances out. The pattern is cause and effect — a plant's need to produce food and stand upright explains the extra structures it has.

Worked Example 1

Problem. A cell under the microscope has a green organelle and a rigid outer wall. Is it a plant or animal cell? Explain.

  1. Identify the clues: green organelle = chloroplast; rigid outer wall = cell wall.
  2. Recall which cells have these: only plant cells.
  3. Conclude.

Answer. It is a plant cell — chloroplasts and a cell wall are found in plant cells, not animal cells.

Worked Example 2

Problem. Why do plant cells have chloroplasts but animal cells do not?

  1. Ask what chloroplasts do: capture light to make food (photosynthesis).
  2. Compare lifestyles: plants make their own food; animals eat food.
  3. Match structure to function.

Answer. Plants make their own food by photosynthesis, so they need chloroplasts; animals get food by eating, so they do not need chloroplasts.

Common mistakes
  • Thinking animal cells have a cell wall like plant cells. Correct: animal cells have only a flexible cell membrane; the rigid cell wall is plant-only.
  • Believing the membrane lets everything pass. Correct: it is selectively permeable — it controls what enters and leaves rather than allowing free passage.
✎ Try it yourself

Problem. List two structures a plant cell has that an animal cell lacks, and explain how each fits the plant's way of life.

Solution. Chloroplasts let the plant capture light and make its own food by photosynthesis, since it cannot eat. A cell wall gives rigid support so the plant can hold its shape and stand upright without a skeleton. (A large central vacuole, which stores water and keeps the cell firm, is a third example.) Each structure matches a plant need that animals meet differently.

How cells contribute to body function (transport in and out of cells)

Cells must take in nutrients and oxygen and remove wastes, which happens through the membrane by processes like diffusion and osmosis. Diffusion moves particles from high to low concentration, and osmosis is the diffusion of water. These transport processes keep a cell supplied with what it needs to do its job. When many cells perform their tasks, the whole body functions.

Cells stay alive by trading materials with their surroundings across the selectively permeable membrane. Two key transport processes do this without using energy. Diffusion is the movement of particles from where they are crowded (high concentration) to where they are spread out (low concentration) until evenly mixed; this is how oxygen moves into a cell and carbon dioxide waste moves out. Osmosis is diffusion specifically of water across the membrane, moving toward the side with more dissolved material (less water). The driving idea is a concentration gradient — particles spread from high to low. When each cell takes in what it needs and removes wastes, the cells perform their jobs, and the cooperating cells make the whole body function.

Worked Example 1

Problem. A cell has oxygen concentration of 20 units inside and 80 units outside. Which way will oxygen diffuse, and why?

  1. Compare concentrations: outside (80) is higher than inside (20).
  2. Recall diffusion moves particles from high to low concentration.
  3. Determine the direction.

Answer. Oxygen will diffuse into the cell (from 80 outside to 20 inside), moving from high to low concentration until it evens out.

Worked Example 2

Problem. A plant cell is placed in pure water. There is more dissolved material inside the cell than outside. Which way will water move by osmosis?

  1. Osmosis moves water toward the side with more dissolved material (less free water).
  2. Inside the cell has more dissolved material than the pure water outside.
  3. Water moves toward the higher solute side.

Answer. Water moves into the cell by osmosis, because it flows toward the side with more dissolved material (inside the cell), making the cell firmer.

Common mistakes
  • Thinking diffusion moves particles from low to high concentration. Correct: particles diffuse from high to low concentration, down the gradient.
  • Believing osmosis is a different process from diffusion. Correct: osmosis is simply the diffusion of water across a selectively permeable membrane.
✎ Try it yourself

Problem. Carbon dioxide is at 90 units inside a cell and 10 units outside. Predict which way it diffuses and explain what this does for the cell.

Solution. Diffusion moves particles from high to low concentration. CO2 is higher inside (90) than outside (10), so carbon dioxide diffuses out of the cell. This removes a waste product of the cell's activities, keeping the cell's internal conditions healthy so it can keep doing its job.

Microscopy lab: observing prepared and wet-mount cell samples

A microscope magnifies tiny specimens so cells become visible, and total magnification equals the eyepiece power times the objective power. A wet mount places a thin sample in water under a coverslip to view living or fresh cells. Proper technique includes starting on low power, focusing carefully, and using a stain to make structures stand out. Careful observation and labeled drawings turn what you see into evidence.

A compound microscope makes cells visible by combining two lenses. The total magnification is the eyepiece (ocular) power multiplied by the objective lens power, so a 10x eyepiece with a 40x objective gives 10 x 40 = 400x. Good technique matters: start on the lowest-power objective to find the specimen, then increase magnification and refine focus. A wet mount holds a thin, fresh sample in a drop of water under a coverslip, letting you view living or unstained cells; a stain (like iodine) adds color so structures such as the nucleus stand out. Careful, labeled drawings and notes convert what you see into evidence you can compare and reason about — the heart of scientific observation.

Worked Example 1

Problem. Calculate total magnification for a 10x eyepiece used with the 4x, 10x, and 40x objectives.

  1. Total magnification = eyepiece x objective.
  2. 10 x 4 = 40x; 10 x 10 = 100x; 10 x 40 = 400x.
  3. List each result.

Answer. 40x (low power), 100x (medium), and 400x (high power).

Worked Example 2

Problem. A student wants to see the nucleus of a cheek cell clearly. What two technique choices help, and why?

  1. Use a stain (iodine/methylene blue) to add contrast.
  2. The stain darkens the nucleus so it stands out from the rest of the cell.
  3. Start on low power to locate the cell, then switch to higher power to see detail.

Answer. Add a stain to make the nucleus visible, and increase to higher magnification after centering the cell on low power.

Common mistakes
  • Starting on the highest-power objective. Correct: begin on low power to locate and center the specimen, then increase magnification.
  • Adding the eyepiece and objective powers (10 + 40 = 50x). Correct: multiply them — total magnification = eyepiece x objective = 400x.
✎ Try it yourself

Problem. Your microscope has a 15x eyepiece and a 60x objective. What is the total magnification, and would a wet mount let you watch a living organism move?

Solution. Total magnification = eyepiece x objective = 15 x 60 = 900x. Yes — a wet mount keeps the sample in water under a coverslip, so living organisms (like pond microbes) stay alive and can be watched moving, which a dried prepared slide would not allow.

Using a model to explain how organelles work together

Organelles cooperate like departments in a system: the nucleus sends instructions, ribosomes build proteins from those instructions, and mitochondria supply the energy for the work. A model showing these connections explains how a cell stays alive and grows. No single organelle works alone; life emerges from their coordination. Tracing a process, such as making a protein, shows the teamwork in action.

A cell is a system, meaning its parts only produce life when they work together. A model that links organelles shows this cooperation. To make a protein, the nucleus holds the DNA instructions and sends a copy out; ribosomes read those instructions and assemble the protein from building blocks; and mitochondria supply the energy that powers the assembly. The endoplasmic reticulum and other organelles can transport and package the finished protein. No organelle accomplishes the whole task alone — the cell's life 'emerges' from coordinated parts, an idea called a system. Tracing a single process step by step through the organelles is the best way to reveal the teamwork and explain how the cell stays alive and grows.

Worked Example 1

Problem. Put these in order to model making a protein: ribosome builds protein; nucleus sends instructions; mitochondria supply energy.

  1. Start where the instructions come from: the nucleus.
  2. The ribosome reads the instructions to build the protein.
  3. Throughout, mitochondria supply the energy that powers the work.

Answer. Nucleus sends instructions → ribosome builds the protein → with mitochondria supplying energy the whole time.

Worked Example 2

Problem. Why is it incorrect to say the ribosome alone keeps the cell alive?

  1. Note the ribosome needs instructions, which come from the nucleus.
  2. Note it needs energy, which comes from mitochondria.
  3. Conclude no part works alone.

Answer. The ribosome depends on the nucleus for instructions and mitochondria for energy, so life comes from organelles working together as a system, not from one part alone.

Common mistakes
  • Thinking each organelle works independently. Correct: organelles form a system; life emerges from their coordinated interactions.
  • Believing the mitochondria make proteins. Correct: ribosomes build proteins; mitochondria supply the energy for the work.
✎ Try it yourself

Problem. Trace how three organelles cooperate when a cell grows by making new proteins for a larger membrane.

Solution. The nucleus stores and sends out the DNA instructions for the needed proteins. Ribosomes read those instructions and assemble the proteins. Mitochondria release the energy that powers this building. The finished proteins are then used to expand the cell. The example shows the cell as a system: instructions (nucleus), assembly (ribosomes), and energy (mitochondria) must all act together for growth to happen.

Key terms
  • Cell — the basic structural and functional unit of all living things
  • Cell theory — the principle that all living things are made of cells from existing cells
  • Organelle — a specialized structure within a cell that performs a specific function
  • Nucleus — the organelle that controls the cell and stores genetic material
  • Cell membrane — the selectively permeable boundary controlling what enters and leaves a cell
  • Mitochondria — organelles that release energy for the cell
  • Diffusion — movement of particles from high to low concentration
Assignment · Cell-as-a-System Model

Build a labeled model (drawing, diagram, or 3D craft) of a plant or animal cell. For each organelle, write its function and explain how at least two organelles work together to keep the cell alive.

Deliverable · A labeled cell model with a function key and a short paragraph tracing how organelles cooperate in one life process.

Quiz · 5 questions
  1. 1. Which organelle controls the cell and stores genetic information?

  2. 2. Which structure is found in plant cells but not animal cells?

  3. 3. The movement of water across a membrane is called:

  4. 4. The cell theory states that:

  5. 5. If the eyepiece is 10x and the objective is 40x, total magnification is:

You'll be able to

I can use evidence to argue that all living things are made of one or more cells.

I can develop and use a model to describe how the parts of a cell function.

I can compare cell types and explain how cell structures support life.

Weeks 7-12 Unit 2: Body Systems and Homeostasis
MS-LS1-3MS-LS1-8
Lecture
How cells form tissues, organs, and organ systems in a hierarchy

Living things are organized in levels of increasing complexity: cells group into tissues, tissues form organs, organs work together as organ systems, and systems make up an organism. For example, muscle cells form muscle tissue, which makes up the heart (an organ) in the circulatory system. Each level depends on the ones below it. This hierarchy explains how trillions of cells produce a functioning body.

The body is organized into levels of increasing complexity, and each level is built from the one below it. The order is cell → tissue → organ → organ system → organism. Cells are the basic units; many similar cells doing the same job form a tissue (for example, muscle cells form muscle tissue). Different tissues working together form an organ (muscle, nerve, and connective tissue together form the heart). Organs that cooperate on a major task form an organ system (the heart and blood vessels form the circulatory system). All the systems together make the whole organism. This hierarchy explains a key cause-and-effect idea: complex bodies arise because cells specialize and then combine, so trillions of small parts produce one coordinated living thing.

Worked Example 1

Problem. Place these in order from smallest to largest: heart, muscle tissue, circulatory system, muscle cell, human body.

  1. Recall the hierarchy: cell → tissue → organ → organ system → organism.
  2. Match each item: muscle cell (cell), muscle tissue (tissue), heart (organ), circulatory system (organ system), human body (organism).
  3. List in order.

Answer. Muscle cell → muscle tissue → heart → circulatory system → human body.

Worked Example 2

Problem. The stomach contains muscle tissue, nerve tissue, and lining tissue. What level of organization is the stomach, and why?

  1. Note it is made of several different tissues working together.
  2. A structure of multiple tissues with a shared function is an organ.
  3. Classify it.

Answer. The stomach is an organ, because it is made of several tissues that work together to perform one function (digesting food).

Common mistakes
  • Thinking an organ is just one type of tissue. Correct: an organ is made of two or more tissue types working together.
  • Reversing the hierarchy (organ system before cell). Correct: cells are the smallest level and combine upward into tissues, organs, and systems.
✎ Try it yourself

Problem. Explain how a single skin cell relates all the way up to the organism level.

Solution. A skin cell is one cell. Many similar skin cells form skin (epithelial) tissue. That tissue, with connective and nerve tissue, forms the skin, which is an organ. The skin works with sweat glands and nerves as part of the integumentary organ system. All the organ systems together make up the organism. Each level is built from and depends on the level below it.

Modeling interacting subsystems (digestive, circulatory, respiratory)

Body systems do not work in isolation; they interact to keep you alive. The digestive system breaks food into nutrients, the respiratory system supplies oxygen, and the circulatory system carries both to cells while removing wastes. A model with arrows showing these exchanges reveals the connections. If one system fails, others are affected, showing the body is an interacting system of subsystems.

The body is a system made of interacting subsystems, and tracing the inputs and outputs between them shows how they cooperate. The digestive system breaks food into nutrients (like glucose) and passes them into the blood. The respiratory system brings in oxygen and removes carbon dioxide at the lungs. The circulatory system is the delivery network: blood picks up nutrients from the digestive system and oxygen from the lungs, then carries both to every cell, returning with wastes like carbon dioxide. Because the subsystems pass materials to one another, a failure in one affects the others — if the lungs cannot supply oxygen, cells everywhere starve even though the heart still beats. A model with labeled arrows for each exchange makes this interaction clear.

Worked Example 1

Problem. Trace how oxygen from a breath reaches a muscle cell, naming the systems involved.

  1. Air enters the lungs (respiratory system) and oxygen passes into the blood.
  2. Blood carries the oxygen through vessels (circulatory system).
  3. Blood delivers oxygen to the muscle cell.

Answer. Respiratory system takes in oxygen → circulatory system carries it in the blood → it is delivered to the muscle cell. Two systems interact to supply one cell.

Worked Example 2

Problem. After eating, why does the digestive system depend on the circulatory system?

  1. The digestive system breaks food into nutrients.
  2. Those nutrients must reach cells all over the body.
  3. Only the blood can transport them everywhere.

Answer. The digestive system makes nutrients, but it relies on the circulatory system to carry those nutrients in the blood to every cell that needs them.

Common mistakes
  • Thinking each body system works on its own. Correct: systems constantly exchange materials, so they are interdependent.
  • Believing the circulatory system only carries oxygen. Correct: blood transports oxygen, nutrients, and wastes — connecting many systems at once.
✎ Try it yourself

Problem. If a person's lungs cannot take in enough oxygen, explain how other body systems are affected.

Solution. The respiratory system supplies oxygen to the blood. With too little oxygen, the circulatory system carries oxygen-poor blood to the cells. Cells throughout the body — including muscle and brain cells — cannot release enough energy through respiration, so the muscular and nervous systems work poorly (weakness, dizziness). This shows the body is an interacting system: a problem in one subsystem spreads to others.

How sensory receptors respond to stimuli and send signals to the brain

Sensory receptors are specialized cells that detect stimuli such as light, sound, heat, or pressure. When stimulated, they convert the stimulus into electrical signals carried by nerves to the brain, which interprets them and may direct a response. For example, light hits receptors in the eye, triggering signals the brain reads as an image. This pathway, stimulus to receptor to brain to response, underlies all senses.

The nervous system lets you sense and respond to the world through a clear pathway. A stimulus is any detectable change — light, sound, heat, pressure, or chemicals. Sensory receptors are specialized cells tuned to a particular stimulus (rods and cones for light, hair cells for sound). When a receptor detects its stimulus, it converts that energy into an electrical signal — a key cause-and-effect step. Nerves carry the signal to the brain, which interprets it (turning light signals into an image) and may send a command to muscles or glands to respond. The full sequence is stimulus → receptor → nerve → brain → response. This same pathway, with different receptors, underlies every sense.

Worked Example 1

Problem. Order the steps when you see a flash of light: brain interprets it as light; receptors in the eye are stimulated; nerves carry signals; light enters the eye.

  1. Begin with the stimulus: light enters the eye.
  2. Receptors in the retina detect it and are stimulated.
  3. Nerves carry the electrical signals to the brain, which interprets them.

Answer. Light enters the eye → receptors are stimulated → nerves carry signals → brain interprets it as light.

Worked Example 2

Problem. What does a sensory receptor actually do to a stimulus before it reaches the brain?

  1. Recall the brain communicates with electrical signals.
  2. A stimulus like heat or light is not yet an electrical signal.
  3. The receptor must convert the stimulus into that form.

Answer. It converts the stimulus (light, heat, pressure) into an electrical signal that nerves can carry to the brain.

Common mistakes
  • Thinking the eyes or ears 'see' or 'hear' by themselves. Correct: receptors only detect and convert stimuli; the brain interprets the signals.
  • Believing signals travel through the blood. Correct: sensory signals travel as electrical impulses along nerves, not in the bloodstream.
✎ Try it yourself

Problem. Describe the pathway from touching a warm cup to feeling the warmth, naming each step.

Solution. The warm cup is the stimulus. Heat receptors in the skin detect it and convert the heat into an electrical signal. Nerves carry that signal to the brain. The brain interprets the signal as 'warmth.' The pathway is stimulus (warm cup) → receptor (skin) → nerve → brain → sensation, the same sequence behind every sense.

Behavioral and physiological responses to stimuli

A response is how an organism reacts to a stimulus, and it can be behavioral (an action, like pulling your hand from heat) or physiological (an internal change, like sweating). Reflexes are rapid, automatic responses that protect the body. Both types help organisms survive by reacting appropriately to their environment. Tracing a stimulus to its response shows the nervous system at work.

A response is what an organism does after detecting a stimulus, and it comes in two kinds. A behavioral response is a visible action — pulling your hand off a hot stove, an animal fleeing a predator. A physiological response is an internal change you may not see — sweating to cool down, the pupils shrinking in bright light, the heart speeding up. Reflexes are a special, very fast response: the signal triggers a reaction through the spinal cord before the brain fully processes it, which protects the body from harm quickly. Both response types share one purpose: they help the organism survive by reacting appropriately to its environment. Tracing a stimulus all the way to its response reveals the nervous system coordinating the body.

Worked Example 1

Problem. Classify each as behavioral or physiological: (a) shivering when cold, (b) running from a bee, (c) pupils shrinking in bright light.

  1. Behavioral = a visible action by the whole organism.
  2. Physiological = an internal body change.
  3. Sort each example.

Answer. (a) shivering = physiological, (b) running = behavioral, (c) pupils shrinking = physiological.

Worked Example 2

Problem. Why does pulling your hand off a hot stove happen before you consciously feel the pain?

  1. Note this is a reflex — a rapid, automatic response.
  2. Reflex signals travel through the spinal cord to muscles quickly.
  3. This speed protects the body from injury.

Answer. It is a reflex: the signal triggers the muscle to pull away through a fast spinal-cord pathway before the brain finishes processing the pain, which protects the body from a burn.

Common mistakes
  • Calling every reaction 'behavioral.' Correct: internal changes like sweating or a faster heartbeat are physiological responses, not behaviors.
  • Thinking reflexes require conscious thought. Correct: reflexes are automatic and very fast, acting before the brain fully processes the stimulus.
✎ Try it yourself

Problem. A person walks from a dark room into bright sunlight. Identify the stimulus and give one physiological response, explaining its purpose.

Solution. The stimulus is the bright light. A physiological response is the pupils of the eyes shrinking (constricting). This automatic internal change reduces how much light enters the eye, protecting the sensitive receptors in the retina from too much light and helping the person see clearly. It helps the organism react appropriately to its environment.

Investigating how systems maintain homeostasis

Homeostasis is the maintenance of stable internal conditions despite a changing environment, like keeping body temperature near 37 degrees C. The body uses feedback: sensors detect a change, and systems respond to reverse it, such as shivering when cold or sweating when hot. This balance keeps cells working properly. Investigations can show how the body responds to challenges like exercise or temperature change.

Homeostasis means keeping internal conditions stable even when the outside environment changes — body temperature near 37°C, steady blood sugar, balanced water. The body maintains this with negative feedback, a cause-and-effect loop with three parts: a sensor detects a change, a control center compares it to the normal set point, and an effector responds to push the condition back toward normal. If you get too hot, sensors detect the rise and the body sweats to cool down; if too cold, you shiver to generate heat. The response opposes (reverses) the change, which is why it is called negative feedback. This stable internal environment lets cells keep working properly. Investigations — measuring heart rate before and after exercise — reveal these feedback responses in action.

Worked Example 1

Problem. Body temperature rises to 39°C during exercise. Describe the feedback steps that bring it back toward 37°C.

  1. A sensor detects the temperature is above the set point (37°C).
  2. The control center signals an effector response.
  3. The body sweats (and skin vessels widen) to release heat, lowering temperature.

Answer. Sensors detect the rise → the body sweats and increases blood flow to the skin to release heat → temperature falls back toward 37°C. The response reverses the change (negative feedback).

Worked Example 2

Problem. Why is shivering when cold an example of homeostasis?

  1. Identify the change: body temperature drops below normal.
  2. Shivering is muscle activity that generates heat.
  3. This pushes temperature back toward the set point.

Answer. Shivering produces heat to counteract a drop in body temperature, restoring the stable internal condition — exactly what homeostasis means.

Common mistakes
  • Thinking homeostasis means conditions never change at all. Correct: conditions fluctuate slightly but are constantly corrected back toward a set point.
  • Believing feedback makes a change bigger. Correct: negative feedback opposes the change, returning the body toward normal.
✎ Try it yourself

Problem. After running, a student's heart rate is high. Explain how this fits homeostasis and what happens during rest.

Solution. During running, cells need more oxygen and nutrients, so sensors trigger the heart to beat faster — a response that keeps oxygen delivery stable despite the higher demand. This maintains homeostasis under stress. During rest, the demand drops, sensors detect this, and the heart rate slows back toward its normal resting value. The feedback loop adjusts the body in both directions to keep internal conditions stable.

Engineering a model to demonstrate a body-system process

Building a physical or diagram model of a process, like how the lungs exchange gases, helps explain how structure produces function. A balloon-and-straw lung model shows how the diaphragm changes pressure to move air. A good model captures the key parts and their interactions while leaving out unnecessary detail. Testing and refining the model deepens understanding of the real system.

Engineers and scientists build models to explain how a body process works by recreating its key parts and interactions. A classic example is a balloon-and-straw lung model: a straw represents the trachea, balloons inside a jar represent lungs, and a stretchy sheet across the bottom represents the diaphragm. Pulling the diaphragm down increases the space inside, lowering the pressure, so air flows in and the balloon-lungs inflate — modeling how breathing actually depends on pressure change, not the lungs 'sucking' air. A good model keeps the essential parts (diaphragm, lungs, airway) and their relationships while leaving out unneeded detail. Testing the model against the real system, finding where it differs, and refining it is how modeling deepens understanding.

Worked Example 1

Problem. In a balloon-and-straw lung model, what real body part does the stretchy sheet at the bottom represent, and what happens when you pull it down?

  1. Match parts: the stretchy sheet sits below the 'lungs' and moves to change volume.
  2. In the body, the diaphragm sits below the lungs and moves to change chest volume.
  3. Pulling it down increases volume, which lowers pressure inside, so air flows in.

Answer. It represents the diaphragm. Pulling it down increases the space inside, lowering the pressure so air flows in and the balloon-lungs inflate — just like inhaling.

Worked Example 2

Problem. A model leaves out the millions of tiny air sacs (alveoli) in the lungs. Is this a flaw? Explain.

  1. Recall a good model keeps key parts and leaves out unnecessary detail.
  2. If the model's goal is to show how air moves in and out, the alveoli are extra detail.
  3. Judge based on the model's purpose.

Answer. Not necessarily a flaw — if the goal is to show how pressure moves air in and out, leaving out the alveoli is appropriate simplification. It would be a flaw only if the model needed to explain gas exchange.

Common mistakes
  • Thinking lungs actively suck in air. Correct: the diaphragm changes the chest volume and pressure, and air flows in to balance the lower pressure.
  • Believing a good model must include every detail. Correct: a model purposely simplifies, keeping only the parts and interactions needed for its purpose.
✎ Try it yourself

Problem. Design a simple model to show how the heart pumps blood in one direction. What part would represent the valves, and why?

Solution. Use a squeeze bottle (heart) with one-way flaps or check valves at the inlet and outlet, connected to tubing (blood vessels) carrying colored water (blood). The one-way flaps represent heart valves: when you squeeze, water is forced out the outlet but the inlet flap closes, so blood cannot flow backward. This captures the key function — valves keep blood moving in one direction — while leaving out unnecessary detail like the four separate chambers if that is not the model's focus.

Key terms
  • Tissue — a group of similar cells performing a common function
  • Organ — a structure made of tissues that work together for a function
  • Organ system — a group of organs that cooperate to carry out major body functions
  • Stimulus — a change in the environment that an organism can detect
  • Sensory receptor — a cell that detects a stimulus and triggers a nerve signal
  • Response — an organism's reaction to a stimulus, behavioral or physiological
  • Homeostasis — the maintenance of stable internal conditions in an organism
Assignment · System Interaction Map

Choose an everyday activity (eating a snack, running a race) and map how at least three body systems interact to make it happen. Show the inputs, outputs, and exchanges between systems with arrows.

Deliverable · A labeled interaction map with three or more systems and a paragraph explaining how they cooperate during the activity.

Quiz · 5 questions
  1. 1. Order the levels from smallest to largest:

  2. 2. Which system supplies oxygen to the blood?

  3. 3. Sensory receptors send signals to the brain through:

  4. 4. Maintaining stable internal conditions is called:

  5. 5. Sweating when hot is an example of a:

You'll be able to

I can use a model to argue that the body is a system of interacting subsystems built from cells.

I can explain how sensory receptors respond to stimuli and lead to behaviors.

I can describe how body systems work together to maintain stable internal conditions.

Weeks 13-18 Unit 3: Matter and Energy in Organisms
MS-LS1-6MS-LS1-7MS-PS1-2
Lecture
Modeling photosynthesis: matter and energy flow into plants

Photosynthesis is the process by which plants use light energy to convert carbon dioxide and water into glucose (a sugar) and oxygen. The light energy is stored as chemical energy in the glucose molecule. The word equation is carbon dioxide + water + light energy yields glucose + oxygen. This process is the entry point for energy from the Sun into nearly all food chains.

Photosynthesis is how plants capture the Sun's energy and turn it into food, making it the entry point of energy into almost all life. In the chloroplasts, light energy drives a reaction that takes in carbon dioxide (from air) and water (from soil) and rearranges their atoms into glucose, a sugar, releasing oxygen as a byproduct. The word equation is: carbon dioxide + water + light energy → glucose + oxygen. Notice both matter and energy are involved: the matter (carbon, hydrogen, oxygen atoms) is rearranged into new molecules, while the light energy is stored as chemical energy in the bonds of glucose. That stored energy is what powers the plant and, later, any animal that eats the plant.

Worked Example 1

Problem. Name the two reactants and two products of photosynthesis, and state where the energy comes from and goes.

  1. Recall the word equation: CO2 + water + light energy → glucose + oxygen.
  2. Reactants are what go in; products are what come out.
  3. Track the energy: light energy in, chemical energy stored in glucose.

Answer. Reactants: carbon dioxide and water. Products: glucose and oxygen. Energy: light energy comes in and is stored as chemical energy in glucose.

Worked Example 2

Problem. A plant is kept in total darkness with plenty of CO2 and water. Will it carry out photosynthesis? Explain.

  1. Identify the inputs photosynthesis needs: CO2, water, AND light energy.
  2. In darkness, light energy is missing.
  3. Without the energy input, the reaction cannot proceed.

Answer. No — without light energy, the plant cannot drive photosynthesis, so it will not make glucose or oxygen even with CO2 and water available.

Common mistakes
  • Thinking plants 'breathe in' oxygen for photosynthesis. Correct: photosynthesis takes in carbon dioxide and releases oxygen.
  • Believing light energy is destroyed. Correct: the light energy is transformed and stored as chemical energy in glucose, not destroyed.
✎ Try it yourself

Problem. Explain how photosynthesis is the 'entry point' for the Sun's energy into a food chain that includes grass, a rabbit, and a fox.

Solution. Grass (a producer) carries out photosynthesis, capturing the Sun's light energy and storing it as chemical energy in glucose. When the rabbit eats the grass, it takes in that stored energy. When the fox eats the rabbit, the energy passes on again. So the Sun's energy first enters living things through photosynthesis in the grass, then flows up the food chain — making photosynthesis the entry point.

Cellular respiration as the rearrangement of molecules to release energy

Cellular respiration is the process by which cells break down glucose using oxygen to release stored energy, producing carbon dioxide and water as byproducts. It is essentially the reverse of photosynthesis: glucose + oxygen yields carbon dioxide + water + energy. The atoms are rearranged, not created or destroyed. This released energy powers all of a cell's activities.

Cellular respiration is how cells unlock the energy stored in food. In the mitochondria, glucose reacts with oxygen, and the atoms are rearranged to form carbon dioxide and water, releasing the chemical energy that was stored in glucose's bonds. The word equation is: glucose + oxygen → carbon dioxide + water + energy. Compare this to photosynthesis (CO2 + water + light → glucose + oxygen): respiration is essentially its reverse, using the same molecules in opposite roles. Crucially, no atoms are created or destroyed — they are only rearranged, which is the conservation of matter. The released energy powers everything a cell does: building molecules, moving, growing. Both plants and animals do cellular respiration; only plants also do photosynthesis.

Worked Example 1

Problem. Write the word equation for cellular respiration and identify which molecules are reactants and which are products.

  1. Recall respiration breaks down glucose using oxygen.
  2. Reactants (inputs): glucose + oxygen.
  3. Products (outputs): carbon dioxide + water + energy.

Answer. Glucose + oxygen → carbon dioxide + water + energy. Reactants: glucose and oxygen; products: carbon dioxide and water, with energy released.

Worked Example 2

Problem. Do animals carry out photosynthesis, cellular respiration, or both? Explain.

  1. Photosynthesis needs chloroplasts; animals lack them.
  2. All cells need to release energy from food.
  3. Determine which process animals perform.

Answer. Animals carry out cellular respiration only. They cannot do photosynthesis (no chloroplasts), so they get glucose by eating and release its energy through respiration.

Common mistakes
  • Thinking only animals do cellular respiration. Correct: both plants and animals do respiration to release energy; plants do photosynthesis as well.
  • Believing respiration creates energy. Correct: respiration releases energy that was already stored in glucose; energy is transformed, not created.
✎ Try it yourself

Problem. Explain why photosynthesis and cellular respiration are often called opposite, linked processes.

Solution. Photosynthesis takes in carbon dioxide and water and uses light energy to make glucose and oxygen. Cellular respiration takes in glucose and oxygen and releases carbon dioxide, water, and energy. The products of one are the reactants of the other, so they are reverse processes. Together they cycle matter (carbon, oxygen, hydrogen) back and forth and move energy from sunlight into a usable form for the cell.

Conservation of matter and energy in chemical reactions in living things

In any chemical reaction, including those in cells, matter is conserved: the number and type of atoms is the same before and after, just rearranged. Energy is also conserved, transferred or transformed but never created or destroyed. This is why a balanced equation has equal atoms on both sides. Tracking atoms shows that the carbon in the air can become carbon in a plant and then in an animal.

The conservation of matter says atoms are never created or destroyed in a chemical reaction — they are only rearranged into new molecules. So the number and type of each atom must be the same before (reactants) and after (products). That is exactly why chemists balance equations: equal atoms on both sides. Energy is conserved too — it can be transferred or transformed (light to chemical, chemical to heat) but never created or destroyed. In living things this lets us track atoms: a carbon atom in CO2 in the air can be built into glucose in a plant, become part of the plant's body, then move into an animal that eats it, and later return to the air through respiration. The same atoms cycle through the world.

Worked Example 1

Problem. A reaction has 6 carbon atoms in the reactants. How many carbon atoms must be in the products? Why?

  1. Apply conservation of matter: atoms are not created or destroyed.
  2. The number of each type of atom is the same before and after.
  3. So carbon in = carbon out.

Answer. 6 carbon atoms, because matter is conserved — the atoms are only rearranged, so the count of each element must match on both sides.

Worked Example 2

Problem. Photosynthesis stores light energy in glucose, and respiration releases it as energy for movement and heat. Is energy created anywhere? Explain.

  1. Track the energy: light energy → chemical energy (glucose) → energy for the cell + heat.
  2. At each step energy changes form but the total is conserved.
  3. Apply conservation of energy.

Answer. No energy is created. It is only transformed — light to chemical to motion and heat — following the conservation of energy.

Common mistakes
  • Thinking a plant's mass comes from nowhere or just from soil. Correct: the atoms come mostly from CO2 in the air (and water), conserving matter.
  • Believing energy can be used up or destroyed. Correct: energy is transformed or transferred (some becomes heat) but the total is conserved.
✎ Try it yourself

Problem. A log burns and seems to 'disappear,' leaving only a little ash. Use conservation of matter to explain where the matter went.

Solution. Matter cannot be destroyed, so the wood's atoms did not vanish. Burning is a chemical reaction with oxygen: most of the carbon and hydrogen atoms combine with oxygen and leave as gases (carbon dioxide and water vapor) plus some smoke, while a little remains as ash. If you could capture all the gases, ash, and smoke, their mass would equal the original wood plus the oxygen used. The atoms were rearranged, not destroyed.

Tracking atoms through food and the conversion of food to body materials

When an organism eats food, the molecules are broken down and the atoms are reassembled into the organism's own body materials, like muscle and bone, or used for energy. A carbon atom in a sandwich can become part of your tissue. This shows that body mass comes largely from the food and air taken in. Following atoms through these transformations illustrates the conservation of matter.

When you eat, your digestive system breaks food molecules into smaller building blocks (like amino acids and sugars). Your cells then do two things with these: reassemble the atoms into your own body materials — muscle, bone, skin — or break them down further in respiration to release energy. This is a rearrangement of matter: the carbon, hydrogen, oxygen, and nitrogen atoms from food become the atoms in your tissues. So your body mass comes largely from the food you eat and the air you breathe, not from nothing. A carbon atom that was in a sandwich today could be part of your muscle next week. Following atoms this way illustrates conservation of matter: the atoms are not created, just moved and recombined into new molecules.

Worked Example 1

Problem. Where do the atoms that build a growing child's new muscle tissue come from?

  1. New tissue is made of molecules built from atoms.
  2. Atoms cannot be created, so they must come from intake.
  3. Identify the sources: food eaten (and gases like oxygen).

Answer. They come from the food the child eats (and gases breathed in). The atoms in food are rearranged into the atoms of new muscle, conserving matter.

Worked Example 2

Problem. After eating bread, name two different fates the atoms in its molecules might have in the body.

  1. Cells can use food for building materials or for energy.
  2. Fate 1: atoms reassembled into body tissue (growth/repair).
  3. Fate 2: glucose broken down in respiration to release energy.

Answer. The atoms could be reassembled into body materials like muscle, or the glucose could be broken down in cellular respiration to release energy for the body.

Common mistakes
  • Thinking body mass is created from energy or appears from nowhere. Correct: body mass is built from the atoms in food and air, rearranged into tissue.
  • Believing food atoms simply pass through unchanged. Correct: digestion and cellular processes rearrange those atoms into new molecules of the body.
✎ Try it yourself

Problem. A person gains 1 kg of muscle in a month. Use the idea of tracking atoms to explain where that kilogram of matter came from.

Solution. The 1 kg of new muscle is made of molecules (mostly protein and water) built from atoms. Those atoms cannot be created, so they came from the food and drink the person consumed and, to a small degree, gases taken in. The body broke down the food, then reassembled the carbon, hydrogen, oxygen, and nitrogen atoms into muscle proteins. The added mass is conserved matter relocated from food into the body.

Lab: investigating gas exchange in plants

Plants take in carbon dioxide and release oxygen during photosynthesis, and this gas exchange can be measured in the lab. An experiment with an aquatic plant under light can show oxygen bubbles forming, with more light producing more bubbles. Controlling variables like light intensity lets you test what affects the rate. Collecting and graphing data turns the observation into evidence.

You can measure photosynthesis by watching the oxygen a plant releases. A common lab uses an aquatic plant (like Elodea) in water under light: as it photosynthesizes, oxygen comes out as bubbles you can count. The rate of bubbling indicates the rate of photosynthesis. To test what affects the rate fairly, you change one variable (the independent variable, such as light intensity by moving a lamp closer or farther) while keeping everything else the same (controlled variables: temperature, plant, water, CO2 supply). You measure the response (the dependent variable: bubbles per minute). Typically, brighter light produces more bubbles up to a point. Recording the numbers in a data table and graphing them turns a casual observation into evidence about the cause-and-effect relationship between light and photosynthesis.

Worked Example 1

Problem. In the Elodea lamp experiment, name the independent variable, the dependent variable, and one controlled variable.

  1. Independent variable = what you deliberately change: distance of the lamp (light intensity).
  2. Dependent variable = what you measure in response: bubbles per minute.
  3. Controlled variable = what you keep the same: water temperature (also same plant, same water).

Answer. Independent: light intensity (lamp distance); Dependent: oxygen bubbles per minute; Controlled: temperature (and the plant and water).

Worked Example 2

Problem. Data: at 10 cm the plant makes 30 bubbles/min; at 20 cm, 18; at 30 cm, 10. What relationship does this show?

  1. As lamp distance increases, light intensity decreases.
  2. As distance increases (less light), bubbles per minute decrease.
  3. State the cause-effect pattern.

Answer. Less light (greater distance) leads to fewer bubbles, so a higher light intensity increases the rate of photosynthesis (more oxygen released).

Common mistakes
  • Changing more than one variable at once (light AND temperature). Correct: change only the independent variable so any effect can be traced to it.
  • Thinking the bubbles are carbon dioxide. Correct: the gas released during photosynthesis is oxygen, so the bubbles are oxygen.
✎ Try it yourself

Problem. A student counts 24 bubbles/min near a bright window and 6 bubbles/min in a dim corner, same plant and temperature. What can they conclude, and why is keeping temperature the same important?

Solution. More light (bright window) gave 24 bubbles/min versus 6 in dim light, so they can conclude higher light intensity increases the rate of photosynthesis. Keeping temperature the same is important because temperature also affects photosynthesis; if it changed too, the student couldn't tell whether light or temperature caused the difference. Controlling temperature makes it a fair test so the effect can be attributed to light alone.

Constructing an explanation linking growth to matter and energy

Organisms grow by using matter and energy from food: the atoms become new cells and tissues, while the energy powers building them. A scientific explanation links a claim ('plants gain mass mostly from carbon dioxide') to evidence and reasoning based on conservation of matter. This shows growth is a rearrangement of matter, fueled by energy, not creation of new atoms. Clear reasoning connects the molecular process to visible growth.

Growth happens when an organism uses both matter and energy from food. The matter — the atoms in food molecules — is rearranged into new cells and tissues, adding to the organism's mass. The energy released by cellular respiration powers the building process. A scientific explanation connects a claim to evidence and reasoning. For example, the claim 'a plant's added mass comes mostly from carbon dioxide in the air' is supported by evidence (a potted plant gains far more mass than the tiny amount of soil it loses) and reasoning (conservation of matter says the new mass must come from atoms taken in, mainly CO2 during photosynthesis). This shows growth is not the creation of new atoms but a rearrangement of matter, fueled by energy.

Worked Example 1

Problem. Use Claim-Evidence-Reasoning to explain where most of a tree's mass comes from.

  1. Claim: most of a tree's mass comes from carbon dioxide in the air.
  2. Evidence: soil in a pot loses only a tiny mass while the tree gains a large mass.
  3. Reasoning: by conservation of matter, the added mass must come from atoms taken in; photosynthesis brings in carbon from CO2.

Answer. Most of the tree's mass comes from CO2 in the air, because the soil loses very little mass while the tree gains a lot, and conservation of matter means that mass had to come from carbon atoms taken in during photosynthesis.

Worked Example 2

Problem. Explain the roles of both matter and energy when a child grows taller.

  1. Matter: atoms from food are rearranged into new bone and muscle, adding mass.
  2. Energy: respiration releases energy to power the building of those tissues.
  3. Combine the two roles.

Answer. Matter from food supplies the atoms that become new bone and muscle, while energy from food (released by respiration) powers the work of building that new tissue.

Common mistakes
  • Thinking plants get most of their mass from the soil. Correct: most plant mass comes from carbon in CO2 (and from water), not soil minerals.
  • Believing growth needs only food matter, not energy. Correct: growth needs both — matter for building blocks and energy to power the construction.
✎ Try it yourself

Problem. An experiment shows a potted plant gained 5 kg over a year while the soil lost only 50 g. Construct a brief explanation using this evidence.

Solution. Claim: most of the plant's 5 kg of new mass came from carbon dioxide in the air (and water), not the soil. Evidence: the soil lost only 50 g, far too little to account for 5 kg of growth. Reasoning: by conservation of matter, the added mass had to come from atoms taken in; during photosynthesis the plant takes in CO2 and water, building their carbon, hydrogen, and oxygen atoms into glucose and then plant tissue. Thus the mass is rearranged matter from air and water, powered by light energy.

Key terms
  • Photosynthesis — the process plants use to convert light energy, CO2, and water into glucose and oxygen
  • Cellular respiration — the process of releasing energy from glucose using oxygen
  • Glucose — a sugar that stores chemical energy in living things
  • Chemical energy — energy stored in the bonds of molecules
  • Conservation of matter — the principle that atoms are rearranged, not created or destroyed, in reactions
  • Reactant — a substance that goes into a chemical reaction
  • Product — a substance produced by a chemical reaction
Assignment · Follow the Atom

Trace a single carbon atom from the air through photosynthesis into a plant, then into an animal that eats the plant, and finally back to the air through respiration. Draw the path and label each transformation.

Deliverable · A labeled carbon-cycle diagram with at least four steps and a paragraph explaining how matter is conserved throughout.

Quiz · 5 questions
  1. 1. What are the products of photosynthesis?

  2. 2. Cellular respiration releases energy by breaking down:

  3. 3. In a chemical reaction, the number of atoms:

  4. 4. Most of a plant's gained mass comes from:

  5. 5. Cellular respiration is essentially the reverse of:

You'll be able to

I can construct an explanation for the role of photosynthesis in cycling matter and energy.

I can develop a model showing how food is rearranged to support growth and release energy.

I can use the conservation of matter to track atoms through living systems.

Weeks 19-24 Unit 4: Ecosystems — Interactions, Energy, and Dynamics
MS-LS2-1MS-LS2-2MS-LS2-3MS-LS2-4MS-LS2-5MS-ESS3-3
Lecture
Analyzing data on resource availability and population growth

A population is all the members of one species in an area, and its size depends on resources like food, water, and space. When resources are plentiful, populations tend to grow; when resources run short, growth slows or the population declines. Analyzing graphs of population over time reveals these patterns and limits. Carrying capacity is the largest population an environment can sustain over time.

A population is all the individuals of one species living in an area. Its size is controlled by resources — food, water, space, and shelter — in a clear cause-and-effect way. When resources are plentiful, more individuals survive and reproduce, so the population grows. As the population gets large, individuals compete for limited resources, so growth slows; if resources run too short, the population declines. The carrying capacity is the largest population an environment can support over time. On a graph of population versus time, growth often rises steeply at first, then levels off near the carrying capacity, forming an S-shape. Reading such graphs lets you connect changes in resources to changes in population and predict whether a population will grow, level off, or shrink.

Worked Example 1

Problem. A deer population rises quickly, then levels off at about 500 and stays there. What does 500 represent?

  1. The population stops growing and holds steady.
  2. This is the largest number the environment can sustain.
  3. Name that value.

Answer. 500 is the carrying capacity — the maximum population the environment's resources can support over time.

Worked Example 2

Problem. A drought sharply reduces plant food in a meadow. Predict the effect on the rabbit population and explain why.

  1. Rabbits depend on plants for food (a key resource).
  2. Less food means fewer rabbits can survive and reproduce.
  3. Predict the population change.

Answer. The rabbit population will decline, because reduced food (a limited resource) means fewer rabbits can be supported — resource availability controls population size.

Common mistakes
  • Thinking populations grow forever if left alone. Correct: limited resources cap growth at the carrying capacity.
  • Confusing a community with a population. Correct: a population is one species; a community is all the different species in an area.
✎ Try it yourself

Problem. A fish population in a lake grows from 100 to 800 over five years, then stays near 800. New runoff later doubles the algae (fish food). Predict what happens to the carrying capacity and population.

Solution. At first the population grew until limited by resources, leveling off near 800 — the carrying capacity. When the algae (food) doubles, more resources are available, so the environment can support more fish. The carrying capacity rises, and the fish population would grow above 800 toward the new, higher carrying capacity. More resources raise how many individuals the ecosystem can sustain.

Patterns of interactions: competition, predation, and mutualism

Organisms interact in predictable ways. Competition occurs when two organisms need the same limited resource; predation is one organism eating another; and mutualism benefits both species, like bees pollinating flowers while getting nectar. These relationships shape population sizes and community structure. Identifying the type of interaction helps explain why populations rise and fall together.

Organisms in an ecosystem interact in recognizable patterns, and naming the pattern helps explain population changes. Competition happens when two organisms need the same limited resource (two plants competing for light, or lions and hyenas for prey); it limits both competitors. Predation is when one organism (the predator) eats another (the prey); predator and prey populations often rise and fall in linked cycles — more prey feeds more predators, then heavy predation lowers prey, which later lowers predators. Mutualism benefits both species, such as a bee getting nectar while pollinating a flower. (Other relationships exist, like parasitism, where one benefits and one is harmed.) Identifying the interaction type lets you predict how a change in one species affects the others.

Worked Example 1

Problem. Classify each: (a) lions and cheetahs hunting the same gazelles, (b) an owl eating a mouse, (c) a clownfish and a sea anemone protecting each other.

  1. Same limited resource needed by both = competition.
  2. One eats the other = predation.
  3. Both benefit = mutualism.

Answer. (a) competition, (b) predation, (c) mutualism.

Worked Example 2

Problem. Owl and mouse populations cycle: mice rise, then owls rise, then mice fall, then owls fall. Explain the cause of this pattern.

  1. More mice = more food for owls, so owls increase.
  2. More owls eat more mice, so the mouse population falls.
  3. Fewer mice means less food for owls, so owls then fall — completing the cycle.

Answer. It is a predator-prey cycle: prey (mice) growth feeds predator (owl) growth, heavy predation cuts prey numbers, then predators decline from lack of food — the populations rise and fall in linked waves.

Common mistakes
  • Thinking competition only happens between different species. Correct: members of the same species also compete for the same resources.
  • Calling every close relationship mutualism. Correct: mutualism requires both species to benefit; if one is harmed, it is parasitism or predation.
✎ Try it yourself

Problem. Two species of birds both nest in the same tree holes, which are scarce. Identify the interaction and predict the effect on both populations.

Solution. The birds need the same limited resource (tree holes for nesting), so this is competition. Because nesting sites are scarce, not all birds of either species can nest and reproduce. This limits the population growth of both species — each one's success reduces the resource available to the other. The competition tends to hold both populations lower than they would be alone.

Developing a model of matter cycling and energy flow in an ecosystem

Energy flows through an ecosystem in one direction, entering as sunlight, captured by producers, and passing to consumers, with much lost as heat at each step. Matter, by contrast, cycles: decomposers break down dead organisms, returning nutrients to the soil for producers to reuse. A food web models these connections among organisms. Energy flows and matter cycles, a key distinction in ecology.

A key idea in ecology is that energy flows but matter cycles. Energy enters as sunlight, is captured by producers (plants) through photosynthesis, and passes to consumers when they eat. At each step, much of the energy is lost as heat (only about 10% passes to the next level), so energy moves in one direction and must be constantly resupplied by the Sun — it does not cycle back. Matter (atoms like carbon and nitrogen) behaves differently: decomposers break down dead organisms and wastes, returning nutrients to the soil and air where producers reuse them. So the same atoms cycle endlessly through producers, consumers, and decomposers. A food web models these feeding connections, with arrows showing the direction energy and matter move from one organism to the next.

Worked Example 1

Problem. If producers capture 10,000 units of energy and only about 10% passes to each next level, how much reaches a secondary consumer (third level)?

  1. Producers: 10,000 units.
  2. Primary consumer (level 2): 10% of 10,000 = 1,000 units.
  3. Secondary consumer (level 3): 10% of 1,000 = 100 units.

Answer. About 100 units reach the secondary consumer, because roughly 90% is lost as heat at each step.

Worked Example 2

Problem. Explain why an ecosystem needs a constant input of sunlight but does not need a constant input of new carbon atoms.

  1. Energy is lost as heat at each step and flows one way, so it must be resupplied.
  2. Matter (carbon) is recycled by decomposers back to producers.
  3. Compare the two.

Answer. Energy flows one way and is lost as heat, so sunlight must constantly resupply it; carbon atoms are recycled by decomposers and reused, so they cycle within the ecosystem without needing new input.

Common mistakes
  • Thinking energy cycles like matter. Correct: energy flows in one direction and is lost as heat; only matter cycles.
  • Forgetting decomposers in a food web. Correct: decomposers are essential — they return nutrients (matter) to the soil for producers to reuse.
✎ Try it yourself

Problem. Build a simple food chain with arrows for grass, grasshopper, frog, and snake, then state which way energy moves and where decomposers fit.

Solution. Food chain: grass → grasshopper → frog → snake. The arrows point in the direction energy moves: from the producer (grass) to each consumer that eats the one before it. Energy flows one way and decreases at each step (lost as heat). Decomposers (like fungi and bacteria) act on dead grass, grasshoppers, frogs, and snakes, breaking them down and returning nutrients to the soil so the grass can reuse them — closing the matter cycle while energy keeps flowing one direction.

Constructing an argument about biodiversity and ecosystem services

Biodiversity is the variety of life in an ecosystem, and higher biodiversity generally makes ecosystems more stable and resilient. Ecosystems provide services humans depend on, like clean water, pollination, and climate regulation. An evidence-based argument can show why protecting biodiversity benefits both nature and people. Loss of one species can ripple through a food web and reduce these services.

Biodiversity is the variety of living things in an ecosystem — how many different species there are and how varied they are. Higher biodiversity generally makes an ecosystem more stable and resilient: if one species declines, others can fill its role, so the whole system is less likely to collapse. Ecosystems also provide ecosystem services that humans depend on for free: pollination of crops by insects, clean water filtered by wetlands, fertile soil, and climate regulation by forests. An evidence-based argument links a claim (protecting biodiversity benefits people) to evidence (diverse ecosystems recover better from disturbance; pollinators support food crops) and reasoning (more species means more backup roles and more services). Losing even one species can ripple through a food web and reduce these services.

Worked Example 1

Problem. Give one ecosystem service and explain how losing a species could reduce it.

  1. Choose a service: pollination of crops.
  2. Identify the species providing it: bees and other pollinators.
  3. Trace the loss: fewer pollinators → less pollination → lower crop yields.

Answer. Pollination is an ecosystem service. If bee populations are lost, fewer flowers and crops are pollinated, reducing food production — showing how species loss reduces a service people depend on.

Worked Example 2

Problem. Two ponds face the same disease that kills one fish species. Pond A has 12 species; Pond B has 3. Which is likely more stable, and why?

  1. Higher biodiversity means more species can fill lost roles.
  2. Pond A (12 species) has more backups than Pond B (3 species).
  3. Predict which recovers better.

Answer. Pond A is likely more stable and resilient, because its higher biodiversity provides more species to fill the role of the lost one, so the ecosystem is less disrupted.

Common mistakes
  • Thinking biodiversity only matters for nature, not people. Correct: ecosystems provide services (food, clean water, pollination) people directly depend on.
  • Believing losing one species has no effect. Correct: removing one species can ripple through the food web and reduce ecosystem stability and services.
✎ Try it yourself

Problem. Make a brief claim-evidence-reasoning argument for why a community should protect a local wetland.

Solution. Claim: the community should protect the wetland. Evidence: wetlands filter pollutants from water, provide habitat for many species (high biodiversity), and reduce flooding by absorbing rainwater. Reasoning: these are ecosystem services people depend on — clean water, flood control, and biodiversity that keeps the ecosystem stable. Protecting the wetland preserves these benefits, while destroying it would reduce water quality, increase flood risk, and lower biodiversity, harming both nature and people.

Evaluating the impact of changes to physical or biological components

Changing one part of an ecosystem, removing a predator or introducing a new species, can cause large effects throughout. For example, removing wolves can let deer populations explode and overgraze plants. Evaluating these impacts requires tracing connections through the food web. Small disturbances can have big, sometimes unexpected, consequences.

An ecosystem is a connected system, so changing one part — a physical component like water or temperature, or a biological component like a species — can cause effects that spread through the whole food web. Removing a top predator, for example, can let its prey multiply unchecked; the booming prey then overgraze plants, which can erode soil and harm other species. This is a chain of cause and effect traced through the food web. Adding a new (invasive) species can also disrupt balance by out-competing natives or eating them. Because the parts are linked, even a small disturbance can produce large, sometimes surprising, consequences far from where it started. Evaluating an impact means following the arrows in the food web to predict each knock-on effect.

Worked Example 1

Problem. Wolves are removed from a forest. Trace the likely chain of effects on deer and plants.

  1. Without wolves, deer have no major predator.
  2. The deer population grows quickly (more survive and reproduce).
  3. More deer eat more plants, overgrazing the vegetation.

Answer. Removing wolves → deer population grows unchecked → deer overgraze plants, reducing vegetation. One change ripples through the food web.

Worked Example 2

Problem. An invasive fish is introduced that eats the eggs of a native fish. Predict the effect on the native fish and one further consequence.

  1. The invasive fish eats native eggs, lowering native reproduction.
  2. Fewer native fish survive, so their population declines.
  3. Trace one knock-on effect: predators of the native fish lose food.

Answer. The native fish population declines because fewer eggs survive. A further consequence: animals that ate the native fish lose a food source and may also decline — the disturbance spreads through the web.

Common mistakes
  • Thinking removing one species only affects that species. Correct: effects ripple through the food web to many other species.
  • Believing introduced species are always harmless. Correct: invasive species can out-compete or prey on natives, badly disrupting the ecosystem.
✎ Try it yourself

Problem. Sea otters eat sea urchins, and urchins eat kelp. Predict what happens to the kelp forest if sea otters disappear, and explain the chain.

Solution. Sea otters keep the urchin population in check. If otters disappear, urchins have no major predator, so the urchin population grows rapidly. The expanding urchins eat far more kelp, destroying the kelp forest. This harms the many species that depend on kelp for food and shelter. The chain — fewer otters → more urchins → less kelp → fewer kelp-dependent species — shows how one change ripples through the whole ecosystem.

Designing a solution to a real human impact on the environment

Humans affect ecosystems through pollution, habitat loss, and resource use, but engineering and behavior changes can reduce harm. Designing a solution involves defining the problem, generating ideas, and evaluating them against criteria like cost and effectiveness. A solution might be restoring a wetland to filter water. Testing and refining the design improves the outcome.

Humans affect ecosystems through pollution, habitat loss, overuse of resources, and introducing invasive species — but the engineering design process can reduce that harm. The process has clear steps: define the problem (including criteria for success and constraints like cost), generate several possible solutions, evaluate them against the criteria and constraints, then build, test, and refine the best one. For an environmental problem like polluted runoff entering a river, a solution might be restoring a wetland that naturally filters the water, or building a rain garden. Evaluating trade-offs (cost vs. effectiveness vs. land needed) helps pick the best option. Testing the solution and using the results to improve it (iteration) leads to a better outcome — the same evidence-based reasoning used throughout science.

Worked Example 1

Problem. Fertilizer runoff is causing algae overgrowth in a lake. State the problem with one criterion and one constraint, then propose a solution.

  1. Define the problem: reduce fertilizer reaching the lake.
  2. Criterion (success): noticeably lower algae growth; Constraint (limit): low cost for the town.
  3. Generate a solution that meets these.

Answer. Problem: cut the fertilizer runoff entering the lake. Criterion: reduce algae growth; Constraint: keep it affordable. Solution: plant a buffer strip of plants or restore a wetland along the shore to absorb and filter runoff before it reaches the lake.

Worked Example 2

Problem. Two solutions for plastic waste: (A) a costly cleanup machine that removes 90% of waste, (B) a cheap public ban that removes 40%. How would you evaluate them?

  1. Identify criteria: effectiveness (waste removed) and constraint (cost).
  2. Compare: A is more effective but costly; B is cheaper but less effective.
  3. Evaluate the trade-off based on what the community can afford and needs.

Answer. Evaluate by weighing effectiveness against cost: if funds allow, A removes more waste; if budget is tight, B is more practical. The best choice depends on which criteria matter most — possibly combining both. This trade-off analysis is part of the design process.

Common mistakes
  • Jumping to a solution before defining the problem. Correct: the design process starts by defining the problem with criteria and constraints.
  • Thinking the first design is final. Correct: solutions should be tested and refined (iterated) to improve the outcome.
✎ Try it yourself

Problem. A city's new parking lot causes flooding because rain can't soak into the pavement. Use the design process to propose and justify a solution.

Solution. Define the problem: rainwater runs off the pavement instead of soaking in, causing flooding; criterion = reduce flooding; constraint = reasonable cost. Generate solutions: permeable (porous) pavement, a rain garden, or a retention pond. Evaluate: permeable pavement lets water soak through and is effective but pricier; a rain garden is cheaper and adds habitat. Choose based on cost and effectiveness — e.g., a rain garden to absorb runoff. Test it during rains and refine (enlarge it or add plants) if flooding continues. This reduces the human impact while balancing cost.

Key terms
  • Population — all individuals of one species living in an area
  • Carrying capacity — the maximum population an environment can sustain
  • Competition — a relationship where organisms vie for the same limited resource
  • Predation — an interaction in which one organism eats another
  • Mutualism — a relationship that benefits both interacting species
  • Biodiversity — the variety of living things in an ecosystem
  • Decomposer — an organism that breaks down dead matter, recycling nutrients
  • Food web — a model of feeding relationships and energy flow in an ecosystem
Assignment · Ecosystem Ripple Effect

Build a food web for an ecosystem of your choice with at least six organisms. Then remove or add one species and predict the chain of effects on the other populations, explaining your reasoning.

Deliverable · A labeled food web showing energy flow plus a paragraph predicting and justifying the effects of the change you introduced.

Quiz · 5 questions
  1. 1. Energy in an ecosystem mainly:

  2. 2. Bees pollinating flowers while getting nectar is an example of:

  3. 3. The largest population an environment can sustain is its:

  4. 4. Decomposers are important because they:

  5. 5. Removing a top predator from an ecosystem often:

You'll be able to

I can analyze data to explain how resource availability affects organisms and populations.

I can develop a model that describes the cycling of matter and flow of energy in an ecosystem.

I can argue from evidence how changes to an ecosystem affect its populations.

Weeks 25-30 Unit 5: Reproduction, Growth, and Heredity
MS-LS3-1MS-LS3-2MS-LS1-4MS-LS1-5
Lecture
How genes and chromosomes carry inherited information

Inherited information is stored in DNA, which is organized into structures called chromosomes inside the cell's nucleus. A gene is a segment of DNA that codes for a specific trait, such as eye color, by providing instructions to make a protein. Offspring inherit chromosomes from their parents, receiving one set from each. These genes determine many of an organism's characteristics.

Inherited information is stored as a molecule called DNA, located in the nucleus of the cell. DNA is coiled and packaged into structures called chromosomes. A gene is a segment of DNA that holds the instructions to build a specific protein, and proteins build and run the body, so genes ultimately control traits like eye color or height. The chain of cause and effect is: gene → protein → trait. Offspring inherit chromosomes from their parents — typically one set from each parent — so they receive a mix of both parents' genes. That is why children resemble their parents but are not identical to either one. The combination of genes an organism inherits helps determine many of its characteristics.

Worked Example 1

Problem. Put these in order from smallest to largest: chromosome, gene, DNA base, nucleus.

  1. A DNA base is a single letter of the code (smallest).
  2. A gene is a segment of DNA made of many bases.
  3. A chromosome is coiled DNA holding many genes; the nucleus holds all the chromosomes (largest).

Answer. DNA base → gene → chromosome → nucleus.

Worked Example 2

Problem. Explain the cause-and-effect path from a gene to a visible trait like eye color.

  1. A gene is a DNA segment with instructions.
  2. Those instructions are used to build a specific protein.
  3. The protein (e.g., a pigment) produces the visible trait.

Answer. Gene → protein → trait: the eye-color gene directs cells to make a pigment protein, and the amount and type of pigment produces the visible eye color.

Common mistakes
  • Thinking a gene and a chromosome are the same thing. Correct: a chromosome is coiled DNA carrying many genes; a gene is just one segment.
  • Believing genes directly make traits. Correct: genes code for proteins, and the proteins produce the traits (gene → protein → trait).
✎ Try it yourself

Problem. A student says, 'My DNA is in my blood, not my cells.' Correct this and explain where inherited information is stored.

Solution. Inherited information (DNA) is stored inside the nucleus of cells, coiled into chromosomes. Blood cells are cells too, and most carry DNA, but the DNA is not floating freely in the blood plasma — it is inside the cells, in their nuclei. So the correct statement is that DNA is in the nucleus of the body's cells, organized into chromosomes that carry genes coding for the person's traits.

Structural changes to genes (mutations) and their possible effects on proteins

A mutation is a change in the DNA sequence of a gene, which can alter the protein the gene codes for. Because proteins build and run the body, a changed protein can affect a trait, helpfully, harmfully, or with no effect. Mutations can be caused by errors in copying DNA or by environmental factors like radiation. Some mutations are passed to offspring if they occur in reproductive cells.

A mutation is a change in the DNA sequence of a gene — like changing a letter in an instruction. Because a gene codes for a protein, changing the DNA can change the protein the gene builds (gene → protein → trait). The effect can be harmful (a broken protein causing a disorder), helpful (a protein that gives an advantage), or neutral (no noticeable change, often because the protein still works). Mutations happen from random errors when DNA is copied during cell division, or from environmental factors like radiation or certain chemicals. A key point about inheritance: a mutation is only passed to offspring if it occurs in a reproductive (sex) cell; a mutation in a regular body cell affects only that individual and is not inherited.

Worked Example 1

Problem. A mutation changes one DNA base in a gene, but the protein it makes still works perfectly. Classify the mutation's effect.

  1. Effects can be harmful, helpful, or neutral.
  2. The protein still works, so the trait is unchanged.
  3. Choose the matching category.

Answer. It is a neutral mutation — the DNA changed, but the protein still functions normally, so there is no noticeable effect on the trait.

Worked Example 2

Problem. A mutation occurs in a skin cell from sun exposure. Will this mutation be passed to the person's children? Explain.

  1. Only mutations in reproductive (sex) cells are inherited.
  2. A skin cell is a body cell, not a reproductive cell.
  3. Determine inheritance.

Answer. No — the mutation is in a body (skin) cell, not a reproductive cell, so it affects only that person and is not passed to their children.

Common mistakes
  • Thinking all mutations are harmful. Correct: mutations can be harmful, helpful, or neutral depending on how they affect the protein.
  • Believing every mutation is inherited. Correct: only mutations in reproductive (sex) cells can be passed to offspring; body-cell mutations are not.
✎ Try it yourself

Problem. Explain how a single change in a gene's DNA could lead to a visible change in an organism's trait.

Solution. A gene's DNA sequence is the instruction for building a specific protein. If a mutation changes that sequence, the cell may build a different or faulty protein. Since proteins produce traits (gene → protein → trait), an altered protein can change the trait — for example, a changed pigment protein could change coat color. Whether the trait actually changes depends on how much the protein's function is affected; some changes are neutral, while others noticeably alter the trait.

Asexual vs. sexual reproduction and genetic variation

Asexual reproduction produces offspring from one parent that are genetically identical clones, while sexual reproduction combines genetic material from two parents, creating offspring with new combinations of traits. Sexual reproduction therefore generates genetic variation, which is valuable for a population's survival in changing environments. Asexual reproduction is faster but offers little variation. The trade-off is speed versus diversity.

There are two ways organisms reproduce, and they differ in how much genetic variation they create. Asexual reproduction involves one parent and produces offspring that are genetically identical clones (for example, a bacterium dividing or a plant cutting). Sexual reproduction combines genetic material from two parents — each contributes half — so offspring get new combinations of genes and are genetically different from each parent and from their siblings. This is why sexual reproduction generates genetic variation. Variation matters: in a changing environment, a varied population is more likely to contain individuals with traits that help them survive. Asexual reproduction is faster and needs only one parent, but produces little variation. So there is a trade-off: speed and simplicity (asexual) versus genetic diversity and adaptability (sexual).

Worked Example 1

Problem. A strawberry plant sends out runners that grow into new plants identical to it. Is this asexual or sexual reproduction, and how much variation results?

  1. One parent, offspring identical to it = asexual.
  2. Identical offspring are clones.
  3. State the variation.

Answer. Asexual reproduction. The new plants are genetically identical clones, so there is essentially no genetic variation.

Worked Example 2

Problem. Why might genetic variation from sexual reproduction help a population survive a new disease?

  1. Sexual reproduction creates offspring with varied genes.
  2. Some individuals may, by chance, have traits that resist the disease.
  3. Those resistant individuals survive and reproduce, so the population persists.

Answer. Because the population is genetically varied, some individuals may have disease-resistant traits and survive, allowing the population to continue — whereas a population of identical clones could all be wiped out.

Common mistakes
  • Thinking sexual reproduction produces identical offspring. Correct: it mixes two parents' genes, producing genetically varied offspring.
  • Believing asexual reproduction creates variation. Correct: asexual reproduction makes genetically identical clones, with little to no variation.
✎ Try it yourself

Problem. Compare the advantage of asexual reproduction with the advantage of sexual reproduction for a population.

Solution. Asexual reproduction's advantage is speed and simplicity: a single parent can reproduce quickly without finding a mate, rapidly increasing numbers in a stable environment. Sexual reproduction's advantage is genetic variation: combining two parents' genes produces varied offspring, so if the environment changes (new disease, climate shift), some individuals are more likely to survive and reproduce. The trade-off is fast cloning versus adaptable diversity.

Developing a model for how organisms transmit traits to offspring

Traits are passed when offspring inherit one version (allele) of each gene from each parent. A Punnett square is a model that predicts the probability of offspring traits by combining parental alleles. Dominant alleles mask recessive ones, so a single dominant allele shows the dominant trait. Modeling inheritance shows why offspring resemble but are not identical to their parents.

Traits pass to offspring because each parent contributes one version of each gene, called an allele. Offspring therefore have two alleles per gene — one from each parent. Alleles can be dominant or recessive: a dominant allele (written with a capital letter, e.g., A) masks a recessive one (lowercase, a), so an organism shows the recessive trait only when it has two recessive alleles (aa). A Punnett square is a model that predicts the probability of offspring combinations: you put one parent's alleles along the top and the other's along the side, then fill in the boxes. For a cross like Aa × Aa, the boxes give AA, Aa, Aa, aa — a 3:1 ratio of dominant to recessive appearance. Modeling this explains why offspring resemble their parents yet vary.

Worked Example 1

Problem. Cross a homozygous tall pea plant (TT) with a short plant (tt), where tall is dominant. What are the offspring genotypes and traits?

  1. One parent contributes T, the other contributes t.
  2. Every box in the Punnett square is Tt.
  3. Tt has a dominant T, so the plant is tall.

Answer. All offspring are Tt and all are tall, because every offspring inherits a dominant T (which masks t) — 100% tall.

Worked Example 2

Problem. Cross two Aa parents. List the four Punnett-square outcomes and the ratio of dominant to recessive traits.

  1. Each parent's alleles: A and a.
  2. Boxes: AA, Aa, Aa, aa.
  3. AA, Aa, and Aa show the dominant trait; only aa shows recessive.

Answer. Outcomes: AA, Aa, Aa, aa. Three show the dominant trait and one shows the recessive — a 3:1 ratio (3/4 dominant, 1/4 recessive).

Common mistakes
  • Thinking an organism with one dominant allele (Aa) shows the recessive trait. Correct: one dominant allele masks the recessive, so Aa shows the dominant trait.
  • Believing a Punnett square gives the exact offspring counts. Correct: it gives probabilities, not guaranteed numbers — actual results vary, especially with few offspring.
✎ Try it yourself

Problem. Brown eyes (B) are dominant over blue (b). Cross a Bb parent with a bb parent. Predict the probability of a blue-eyed child.

Solution. Set up a Punnett square: one parent gives B or b; the other gives b or b. The boxes are Bb, Bb, bb, bb. Bb children have brown eyes (the dominant B masks b), and bb children have blue eyes. Two of the four boxes are bb, so the probability of a blue-eyed child is 2/4 = 1/2 (50%), and the probability of brown eyes is also 50%.

How environmental and genetic factors influence growth

An organism's traits result from both its genes and its environment. Genes set a potential, but factors like nutrition, sunlight, and exercise affect how that potential is realized; a plant with the genes for height still needs water and light to grow tall. This interaction explains why genetically similar organisms can differ. Both nature (genes) and nurture (environment) shape growth.

An organism's traits come from two interacting sources: its genes (nature) and its environment (nurture). Genes set a potential range — for example, the maximum height a plant or person could reach — but the environment determines how much of that potential is realized. A plant with genes for tallness still needs water, sunlight, and nutrients to actually grow tall; without them it stays short despite its genes. Likewise, identical twins (same genes) can differ in weight or muscle because of diet and exercise. This interaction explains why genetically similar organisms can look different. The takeaway: growth and many traits are shaped by both genetic instructions and environmental conditions working together, not by either one alone.

Worked Example 1

Problem. Two genetically identical plants are grown; one gets full sunlight and water, the other is kept in shade with little water. Predict their growth and explain.

  1. Both have the same genes (same height potential).
  2. The environment differs: light and water versus shade and dryness.
  3. Environment determines how much potential is realized.

Answer. The well-watered, sunlit plant grows much taller, while the shaded, dry plant stays smaller — even with identical genes, because the environment controls how much of the genetic potential is reached.

Worked Example 2

Problem. Identical twins have the same genes but one is much more muscular. What likely explains the difference?

  1. Same genes means genetics is not the cause of the difference.
  2. Traits depend on genes AND environment.
  3. Identify the environmental factor.

Answer. An environmental factor such as exercise (and diet) explains the difference — the twin who trains more builds more muscle, showing environment shapes traits even with identical genes.

Common mistakes
  • Thinking genes alone determine every trait. Correct: traits result from genes AND environment interacting; environment affects how genes are expressed.
  • Believing identical genes always produce identical organisms. Correct: differing environments (nutrition, exercise, light) can make genetically identical organisms differ.
✎ Try it yourself

Problem. A person inherits genes that allow for tall height but did not grow very tall. Give a possible reason and explain the gene-environment interaction.

Solution. Genes set the potential for height, but the environment determines whether that potential is reached. A possible reason is poor nutrition during childhood — without enough food and nutrients, the body cannot build the bone and tissue needed to reach the full height the genes allow. So the person's actual height is lower than their genetic potential. This shows that growth depends on both genes (the potential) and environment (whether conditions let that potential be realized).

Analyzing data on inheritance patterns using probability

Inheritance follows probability, so we can predict the chance offspring inherit a trait. A cross of two parents each carrying one dominant and one recessive allele gives offspring a 3-to-1 ratio of dominant to recessive traits, or a 25% chance of the recessive trait. Analyzing real data from many offspring shows these ratios emerge over large numbers. Probability connects genetics to the statistics of the population.

Inheritance follows the rules of probability, so we can predict the chance an offspring inherits a trait. For a cross of two carriers (Aa × Aa), the four equally likely outcomes are AA, Aa, Aa, aa — giving a 3:1 ratio of dominant to recessive appearance, or a 25% (1/4) chance of the recessive trait and 75% (3/4) chance of the dominant. Probability describes likelihood, not certainty: with only a few offspring the actual numbers may differ, but as the number of offspring grows large, the real ratios get close to the predicted ones (the law of large numbers). This is why scientists count many offspring before judging a pattern. Probability connects the genetics of individuals to the statistics seen across a whole population.

Worked Example 1

Problem. From an Aa × Aa cross, what is the probability of an offspring with the dominant trait? With the recessive trait?

  1. Outcomes: AA, Aa, Aa, aa (four equally likely).
  2. Dominant appearance: AA, Aa, Aa = 3 of 4.
  3. Recessive appearance: aa = 1 of 4.

Answer. Dominant trait: 3/4 (75%); recessive trait: 1/4 (25%).

Worked Example 2

Problem. An Aa × Aa cross is expected to give a 3:1 ratio. In 100 offspring, how many would you predict show the recessive trait, and why might the real number differ?

  1. Recessive probability = 1/4.
  2. 1/4 of 100 = 25 offspring predicted recessive.
  3. Probability is not certainty; small chance variations occur, but large samples get close.

Answer. About 25 of the 100 offspring should show the recessive trait. The real count may differ slightly (e.g., 23 or 27) because inheritance is probabilistic, but with many offspring it stays close to the predicted 25.

Common mistakes
  • Thinking a 3:1 ratio means exactly 3 and 1 in every 4 offspring. Correct: it is a probability — actual small samples vary, while large samples approach the ratio.
  • Believing the recessive trait is rarer because it is 'weaker.' Correct: recessive just means it is masked by a dominant allele; its 1/4 chance comes from the allele combinations, not strength.
✎ Try it yourself

Problem. Two pea plants heterozygous for round seeds (Rr, round dominant over wrinkled) are crossed and produce 400 seeds. Predict roughly how many are round and how many wrinkled, and explain.

Solution. Rr × Rr gives outcomes RR, Rr, Rr, rr — a 3:1 ratio of round to wrinkled. Round probability = 3/4, wrinkled = 1/4. Of 400 seeds: round ≈ 3/4 × 400 = 300; wrinkled ≈ 1/4 × 400 = 100. The actual numbers may vary slightly because inheritance is probabilistic, but with 400 seeds (a large sample) the results should be close to 300 round and 100 wrinkled.

Key terms
  • DNA — the molecule that stores genetic instructions in living things
  • Gene — a segment of DNA that codes for a trait by directing protein production
  • Chromosome — a structure of coiled DNA carrying many genes
  • Mutation — a change in the DNA sequence that may alter a protein and trait
  • Allele — one of the alternative versions of a gene
  • Dominant trait — a trait that appears when at least one dominant allele is present
  • Punnett square — a model used to predict the probability of inherited traits
  • Genetic variation — differences in the genes among individuals of a population
Assignment · Predicting the Next Generation

Choose a single trait controlled by one gene (for example, a pea plant's flower color). Use a Punnett square to predict the offspring of two parents, then explain the probability of each outcome and what role mutations or environment could play.

Deliverable · A completed Punnett square with predicted trait ratios and a paragraph explaining the probabilities and one genetic or environmental influence.

Quiz · 5 questions
  1. 1. A gene is best described as:

  2. 2. Which reproduction type produces genetically identical offspring?

  3. 3. A mutation is a change in:

  4. 4. Crossing Aa x Aa gives what fraction with the recessive trait (aa)?

  5. 5. An organism's traits are shaped by:

You'll be able to

I can develop a model to describe why mutations to genes may affect proteins and traits.

I can explain how sexual reproduction results in offspring with genetic variation.

I can construct an explanation for how genetic and environmental factors affect growth.

Weeks 31-36 Unit 6: Natural Selection and Evolution
MS-LS4-1MS-LS4-2MS-LS4-3MS-LS4-4MS-LS4-5MS-LS4-6
Lecture
Analyzing the fossil record as evidence of change over time

Fossils are preserved remains or traces of ancient organisms, and the fossil record shows how life has changed over millions of years. Because older fossils generally lie in deeper rock layers, scientists can order them in time and see how species appeared, changed, and went extinct. The record provides direct evidence that today's organisms descended from earlier, different ones. Patterns in fossils support the theory of evolution.

Fossils are the preserved remains or traces (like footprints) of organisms that lived long ago. Together they form the fossil record, which shows how life has changed over millions of years. A key principle is the law of superposition: in undisturbed rock, older layers lie deeper and newer layers lie on top, so deeper fossils are generally older. This lets scientists order fossils in time and trace how species appeared, changed in form, and sometimes went extinct. The record reveals patterns — such as series of related forms changing gradually — that provide direct evidence that today's organisms descended from earlier, different ones. These ordered patterns are a major line of evidence supporting the theory of evolution.

Worked Example 1

Problem. Fossil X is found in a rock layer below fossil Y in undisturbed rock. Which is older, and what principle tells you?

  1. Apply the law of superposition: deeper layers are older.
  2. Fossil X is in the deeper (lower) layer.
  3. Compare ages.

Answer. Fossil X is older, because in undisturbed rock the deeper layer formed first (law of superposition).

Worked Example 2

Problem. A series of horse fossils shows toes gradually reducing from several to one (the hoof) over millions of years. How does this support evolution?

  1. Order the fossils by rock layer (age).
  2. Observe a gradual change in a trait over time.
  3. Connect: change in form over generations is what evolution predicts.

Answer. The ordered fossils show a trait changing step by step over time, providing direct evidence that horse ancestors changed gradually into modern horses — exactly the kind of change-over-time evolution describes.

Common mistakes
  • Thinking newer fossils are found deeper. Correct: in undisturbed rock, older fossils are deeper and newer ones are nearer the surface.
  • Believing the fossil record shows no change. Correct: it shows species appearing, changing, and going extinct over time — evidence of change.
✎ Try it yourself

Problem. A scientist finds simple shelled organisms in deep rock layers and complex fish in higher layers. What does this ordering suggest about the history of life?

Solution. Because deeper layers are older (law of superposition), the simple shelled organisms are older than the complex fish. The ordering suggests that life changed over time — simpler forms existed first, and more complex forms appeared later. This pattern is evidence that organisms descended from earlier, different ancestors and that life has changed across millions of years, supporting the theory of evolution.

Comparing anatomical similarities to infer evolutionary relationships

Organisms that share similar body structures likely share a common ancestor. Homologous structures, like the bones in a human arm, a whale flipper, and a bat wing, have the same basic layout despite different uses, pointing to shared ancestry. The more similarities two species share, the more closely related they tend to be. Comparing anatomy is a key method for building evolutionary trees.

Comparing the body structures of different organisms gives evidence about how closely related they are. Homologous structures are body parts that share the same basic underlying layout even though they are used for different jobs. The classic example: a human arm, a whale flipper, a bat wing, and a cat leg all contain the same arrangement of bones, just shaped differently for grasping, swimming, flying, or walking. The best explanation for this shared layout is that all these animals inherited the structure from a common ancestor and then it was modified for each lifestyle. The general rule: the more structural similarities two species share, the more closely related they likely are. Scientists use this to infer relationships and build evolutionary trees.

Worked Example 1

Problem. A bat wing and a whale flipper both contain the same bone arrangement as a human arm, though used differently. What does this suggest?

  1. Same basic bone layout = homologous structures.
  2. Shared layout is best explained by inheritance from a common ancestor.
  3. State the inference.

Answer. It suggests bats, whales, and humans share a common ancestor that had that limb-bone layout, which was later modified for flying, swimming, and grasping.

Worked Example 2

Problem. Species A shares 9 anatomical features with species B but only 3 with species C. Which pair is likely more closely related?

  1. More shared structures generally means closer relationship.
  2. A and B share more (9) than A and C (3).
  3. Compare.

Answer. Species A and B are likely more closely related, because they share more anatomical similarities than A and C.

Common mistakes
  • Thinking similar-looking parts always mean close relationship. Correct: only homologous structures (same underlying layout) indicate shared ancestry, not just similar appearance.
  • Believing homologous structures must do the same job. Correct: they share a layout from a common ancestor but can be used for very different functions.
✎ Try it yourself

Problem. Explain why the matching bone pattern in a human hand, a bat wing, and a whale flipper is considered evidence of common ancestry.

Solution. These limbs do very different jobs — grasping, flying, swimming — yet they contain the same basic arrangement of bones. If each had evolved separately from scratch, there would be no reason for the bone layouts to match. The simplest explanation is that all three inherited the bone pattern from a shared common ancestor, and natural selection later modified the shape for each animal's way of life. Homologous structures like these are therefore strong evidence of common ancestry.

Using embryological and comparative evidence to support common ancestry

Early embryos of different vertebrates look strikingly similar, with features like tails and gill structures, suggesting a shared developmental program inherited from a common ancestor. This embryological evidence, along with similarities in DNA and anatomy, supports common ancestry. Lines of evidence that agree make the conclusion stronger. Multiple independent clues pointing the same way build a convincing case.

Different kinds of evidence can each point toward common ancestry, and when independent lines agree, the conclusion becomes much stronger. Embryological evidence comes from comparing early development: the early embryos of fish, chickens, and humans look strikingly similar, showing features like tails and gill-like structures, which suggests they inherited a shared developmental program from a common ancestor. Other lines include anatomical evidence (homologous structures) and molecular evidence (similarities in DNA — closely related species share more of their genetic code). No single clue proves ancestry alone, but when fossils, anatomy, embryos, and DNA all point the same way, scientists treat the conclusion as well supported. This idea — multiple independent lines of evidence converging — is how science builds strong conclusions.

Worked Example 1

Problem. Early embryos of a fish, a chicken, and a human all show tails and gill-like folds. What does this suggest, and why?

  1. Shared early-development features suggest a shared developmental program.
  2. A shared program is best explained by inheritance from a common ancestor.
  3. State the inference.

Answer. It suggests these vertebrates share a common ancestor, because they inherited similar early-development instructions that produce tails and gill-like structures.

Worked Example 2

Problem. Two species share very similar DNA, similar homologous bones, and similar embryos. Why is this stronger evidence than DNA alone?

  1. Each line of evidence (DNA, anatomy, embryos) is independent.
  2. When independent lines agree, coincidence is far less likely.
  3. So multiple agreeing lines strengthen the conclusion.

Answer. Because three independent lines of evidence point to the same conclusion, it is far less likely to be coincidence than one line alone — agreement across DNA, anatomy, and embryos makes common ancestry a much stronger conclusion.

Common mistakes
  • Thinking one piece of evidence proves ancestry by itself. Correct: science relies on multiple independent lines of evidence agreeing to build a strong case.
  • Believing embryos that look similar early stay identical. Correct: early embryos are similar, then develop differently — the early similarity is the clue to shared ancestry.
✎ Try it yourself

Problem. A student says fossils alone prove two species share an ancestor. Explain a better scientific approach using multiple lines of evidence.

Solution. Fossils are useful but, on their own, may leave gaps or alternative interpretations. A stronger approach combines independent lines of evidence: fossils (showing change over time), homologous anatomy (shared body-structure layout), embryological similarity (shared early development), and molecular data (similar DNA). When all these independent clues point to the same relationship, the conclusion of common ancestry is far more convincing than any single line, because it is very unlikely that several unrelated kinds of evidence would agree by chance.

Modeling how natural selection leads to changes in traits over generations

Natural selection is the process by which organisms with traits better suited to their environment survive and reproduce more, passing those traits on. Over generations, helpful traits become more common in a population. For example, faster prey are more likely to escape predators and reproduce, so the population grows faster on average. Variation, inheritance, and differential survival drive this change.

Natural selection is the process that changes a population's traits over generations, and it depends on three conditions. First, variation: individuals in a population differ in their traits (some faster, some slower). Second, inheritance: many of those traits are heritable, passed from parents to offspring. Third, differential survival and reproduction: individuals whose traits fit the environment better tend to survive and reproduce more. The cause-and-effect result: helpful (advantageous) traits get passed on more often, so they become more common in the population over generations, while less helpful traits become rarer. For example, if predators catch slow prey, faster prey survive and reproduce more, so the average speed of the prey population increases over time. Natural selection is not a choice — it is a statistical outcome of survival.

Worked Example 1

Problem. A beetle population has green and brown beetles on brown soil, where birds eat the easier-to-see green ones. Predict how the population changes over generations.

  1. Variation exists: green and brown beetles.
  2. Differential survival: brown beetles are camouflaged and survive more; green are eaten.
  3. Inheritance: surviving brown beetles pass on the brown trait.

Answer. Over generations, brown beetles become more common because they survive and reproduce more, while green beetles become rarer — natural selection shifts the population toward brown.

Worked Example 2

Problem. List the three conditions natural selection requires and apply them to faster-running prey escaping predators.

  1. Variation: prey differ in speed.
  2. Inheritance: speed can be passed to offspring.
  3. Differential survival: faster prey escape predators and reproduce more.

Answer. Variation (some prey are faster), inheritance (speed is heritable), and differential survival (faster prey survive and reproduce more). Result: the prey population becomes faster on average over generations.

Common mistakes
  • Thinking individual organisms change their own traits to survive. Correct: individuals do not change; selection acts on existing variation, shifting the population over generations.
  • Believing organisms 'choose' to evolve. Correct: natural selection is not a choice — it is the statistical result of which traits survive and reproduce.
✎ Try it yourself

Problem. On an island, a drought leaves only large, hard seeds. Finches with bigger, stronger beaks crack them; small-beaked finches cannot. Predict the change in beak size over generations and explain using natural selection.

Solution. There is variation in beak size among the finches. During the drought, only large, hard seeds remain, so big-beaked finches can get food, survive, and reproduce, while small-beaked finches struggle and many die without reproducing (differential survival). Beak size is inherited, so the surviving big-beaked finches pass that trait to their offspring. Over generations, the average beak size in the population increases. This is natural selection: the environment favored a trait, and that trait became more common.

How environmental and genetic factors affect the probability of survival

An organism's chance of surviving and reproducing depends on how well its inherited traits fit the current environment. A trait that helps in one environment, like thick fur in the cold, may hurt in another. Genetic variation supplies the differences natural selection acts on, while the environment determines which traits are advantageous. Survival is therefore a matter of probability shaped by both factors.

Whether an organism survives and reproduces is a matter of probability shaped by two interacting factors: its genes and its environment. Genetic variation supplies the raw differences between individuals — different fur thickness, beak size, or coloring — and these traits are inherited. The environment then determines which of those traits is actually advantageous. A trait is not 'good' or 'bad' on its own; it depends on context. Thick fur raises survival chances in a cold climate but lowers them in a hot one, where it causes overheating. So the same gene can help or hurt depending on the environment. Because traits affect the chance of survival rather than guaranteeing it, evolution works on probabilities: individuals with favorable traits are more likely to survive and reproduce, gradually changing the population.

Worked Example 1

Problem. Thick fur helps animals in a cold climate. The same population moves to a hot desert. How does the value of the thick-fur trait change?

  1. Traits are advantageous only in the right environment.
  2. In the cold, thick fur conserved heat (helpful).
  3. In a hot desert, thick fur causes overheating (harmful).

Answer. The thick-fur trait switches from advantageous (cold) to disadvantageous (hot desert), because the environment determines whether a trait helps or harms survival.

Worked Example 2

Problem. Why are both genetic variation and the environment needed for natural selection to change a population?

  1. Genetic variation provides the differences for selection to act on.
  2. The environment decides which variations are advantageous.
  3. Without variation there is nothing to select; without an environmental pressure nothing is favored.

Answer. Genetic variation supplies the trait differences, and the environment determines which traits are favored. Both are required: no variation means nothing to select; no environmental pressure means no trait is favored over another.

Common mistakes
  • Thinking a trait is always helpful everywhere. Correct: a trait's value depends on the environment — it can help in one and hurt in another.
  • Believing favorable traits guarantee survival. Correct: traits change the probability of survival; favorable traits make survival more likely, not certain.
✎ Try it yourself

Problem. Light-colored moths blend in on light tree bark, but pollution darkens the bark. Predict how survival probabilities change and how the population responds.

Solution. When bark was light, light-colored moths were camouflaged and had a higher probability of surviving (predators saw them less), while dark moths stood out and were eaten more. After pollution darkens the bark, the situation reverses: dark moths now blend in and have a higher survival probability, while light moths are easily seen and eaten. Since color is inherited, the surviving dark moths reproduce more, so over generations dark moths become more common. The environment changed which trait was advantageous, shifting the population.

Explaining artificial selection and its effects on populations

Artificial selection is when humans, not nature, choose which organisms reproduce, breeding for desired traits like larger crops or specific dog breeds. Over generations this dramatically changes a population, much faster than natural selection. It demonstrates how selecting for traits reshapes a species. Comparing artificial and natural selection shows both rely on heritable variation and differential reproduction.

Artificial selection (selective breeding) is when humans — not the natural environment — choose which organisms reproduce, based on traits people want. By repeatedly breeding only individuals with a desired trait (the biggest fruit, the friendliest dogs, the most milk), humans make that trait more common over generations, often dramatically and far faster than natural selection. This is how we got the many dog breeds from wolves, large corn from a wild grass, and countless crops and farm animals. The mechanism is the same as natural selection — both need heritable variation and differential reproduction — but the difference is who does the selecting: humans (artificial) versus the environment (natural). Comparing the two shows that selecting which traits get passed on, by any agent, reshapes a population over time.

Worked Example 1

Problem. A farmer keeps only the cows that produce the most milk for breeding, year after year. Predict the effect on the herd's milk production and name the process.

  1. Only high-milk cows reproduce (human-chosen).
  2. Milk production is heritable, so offspring tend to produce more milk.
  3. Repeated over generations, average milk production rises.

Answer. Average milk production increases over generations. This is artificial selection — humans choose which organisms reproduce to increase a desired trait.

Worked Example 2

Problem. How are artificial selection and natural selection similar, and how do they differ?

  1. Similarity: both require heritable variation and differential reproduction.
  2. Both make favored traits more common over generations.
  3. Difference: in artificial selection humans choose; in natural selection the environment 'selects.'

Answer. Both rely on heritable variation and on some individuals reproducing more, increasing favored traits over generations. They differ in the selecting agent: humans choose the traits in artificial selection, while the environment determines survival in natural selection.

Common mistakes
  • Thinking artificial selection works by a different mechanism than natural selection. Correct: both use heritable variation and differential reproduction; only the selecting agent differs.
  • Believing breeding instantly creates new traits. Correct: it can only increase traits that already exist as variation, made more common over many generations.
✎ Try it yourself

Problem. Wild mustard was bred by humans into broccoli, cabbage, and kale. Explain how artificial selection produced such different vegetables from one plant.

Solution. Wild mustard had natural variation in different parts — some plants had larger flower buds, others bigger leaves or stems. Humans selected and repeatedly bred plants with the part they wanted: breeding for large flower clusters produced broccoli, for tight leaf buds produced cabbage, and for big leaves produced kale. Because these traits are heritable, choosing which plants reproduce made each desired trait more extreme over generations. This is artificial selection: by controlling which plants pass on their genes, humans reshaped one species into very different vegetables.

Key terms
  • Fossil — preserved remains or traces of an ancient organism
  • Fossil record — the ordered collection of fossils showing change over time
  • Homologous structure — a body part shared by species due to common ancestry
  • Common ancestor — an ancestral species from which different species descend
  • Natural selection — the process by which better-adapted organisms survive and reproduce more
  • Adaptation — a trait that improves an organism's chance of survival and reproduction
  • Artificial selection — human-directed breeding to produce desired traits
Assignment · Make the Case for Common Ancestry

Pick two related organisms and gather at least three lines of evidence (fossil, anatomical, embryological, or genetic) that they share a common ancestor. Write an evidence-based argument explaining how the evidence supports your claim.

Deliverable · A short evidence-based argument citing three lines of evidence with reasoning connecting each to common ancestry.

Quiz · 5 questions
  1. 1. Older fossils are generally found:

  2. 2. The similar bones in a human arm, whale flipper, and bat wing are:

  3. 3. Natural selection favors organisms that:

  4. 4. Breeding dogs for specific traits is an example of:

  5. 5. Which provides evidence for common ancestry?

You'll be able to

I can analyze fossil, anatomical, and embryological evidence to support evolutionary relationships.

I can use a model to describe how natural selection changes trait frequencies over time.

I can construct an explanation for how environmental and genetic factors influence survival.

Assessment · Three-dimensional performance tasks (model building, data analysis, and written argument), a cells microscopy lab report, an ecosystem matter-and-energy model, a heredity probability investigation, and a culminating evolution evidence-based argument paper.

Social Studies 7 — World History & Geography (Medieval to Early Modern)

C3 Framework for Social Studies State Standards (D2.His, D2.Geo, D2.Civ, D2.Eco); World History 500-1789 CE

Students trace the rise and interaction of major world civilizations from the fall of Rome to the eve of revolution, analyzing geography, belief systems, governance, trade, and cultural achievement while building the inquiry, sourcing, and argumentation skills of the C3 Framework.

Weeks 1-6 Unit 1: Byzantine Empire and the Islamic World
D2.His.1.6-8D2.His.2.6-8D2.Geo.2.6-8D2.Civ.6.6-8
Lecture
Fall of Rome and the rise of the Byzantine Empire

The Western Roman Empire fell in 476 CE under pressure from invasions, economic decline, and political instability, but the Eastern Roman Empire survived as the Byzantine Empire, centered at Constantinople. The Byzantines preserved Roman law, Greek learning, and Christianity for another thousand years. Their capital's location on a strait between Europe and Asia made it a wealthy trade and cultural crossroads. Byzantium served as a bridge between the ancient and medieval worlds.

By 476 CE the Western Roman Empire collapsed: Germanic groups crossed weakening frontiers, the army relied on mercenaries, taxes and population shrank, and rival generals fought for power until the Germanic leader Odoacer deposed the last emperor, Romulus Augustulus. But Rome did not vanish everywhere. The richer, more urbanized Eastern Empire, centered at Constantinople, endured for nearly a thousand more years as the Byzantine Empire. Sitting on the Bosporus strait between Europe and Asia, the capital controlled trade and could be defended by sea and by massive walls. The Byzantines preserved Roman law, Greek philosophy, and Christianity, acting as a bridge carrying the ancient world into the medieval era.

Worked Example 1

Problem. Cause and effect: List three reasons the Western Roman Empire fell, and explain why the East survived when the West did not.

  1. Identify Western weaknesses: invasions across long frontiers, economic decline (shrinking tax base and trade), and political instability (frequent civil wars and weak emperors).
  2. Connect each cause to an effect: invasions broke up territory, economic decline starved the army, instability prevented coordinated defense.
  3. Compare the East: Constantinople was wealthier, more urban, easier to defend (sea on three sides, strong walls), and located on rich trade routes.
  4. Conclude that the same pressures hit a stronger, better-defended half differently.

Answer. The West fell from invasions, economic decline, and political instability acting together. The East survived because its capital was wealthier, more defensible, and astride major trade routes, so the same outside pressures did not overwhelm it.

Worked Example 2

Problem. Document analysis: A 6th-century writer states, 'The City stands between two seas, and ships of every nation crowd her harbors with grain, silk, and silver.' What does this tell us about Constantinople?

  1. Source it: a description of the capital's location and harbors.
  2. Note 'between two seas' = the strait location linking Europe and Asia.
  3. Note 'ships of every nation' and the goods = a major international trade hub.
  4. Infer significance: location made the city rich and powerful, helping the empire endure.

Answer. The excerpt shows Constantinople's strait location made it a crossroads of long-distance trade, bringing wealth from many nations that helped sustain the Byzantine Empire.

Common mistakes
  • Misconception: 'Rome fell completely in 476.' Correction: only the Western Empire fell; the Eastern (Byzantine) Empire continued for about another thousand years until 1453.
  • Misconception: 'The Byzantines were a brand-new, unrelated people.' Correction: they saw themselves as Romans and preserved Roman law and government, blended with Greek language and culture.
  • Misconception: 'Rome fell in a single day from one invasion.' Correction: it declined over centuries from many combined causes, not one event.
✎ Try it yourself

Problem. Short DBQ: Was Constantinople's location more of an economic advantage or a military advantage? Use evidence to support your claim.

Solution. Both, but they reinforced each other. Economically, the strait between Europe and Asia funneled trade through the city, making it wealthy. Militarily, water on multiple sides plus great walls made it hard to attack. The wealth from trade paid for the defenses, and the defenses protected the trade, so location gave a combined advantage that let the empire last a thousand years.

Justinian, the Code of Law, and Constantinople as a crossroads

Emperor Justinian, who ruled in the 500s CE, organized Roman laws into a clear collection known as the Justinian Code, which influenced legal systems for centuries. He also rebuilt Constantinople, including the great church Hagia Sophia. Located where major trade routes met, the city grew rich on commerce between East and West. Justinian's reign marked the height of Byzantine power and cultural achievement.

Emperor Justinian I (ruled 527-565 CE) marked the height of Byzantine power. His greatest lasting achievement was ordering scholars to gather centuries of scattered, sometimes contradictory Roman laws into one organized collection, the Corpus Juris Civilis, or Justinian Code. By making the law clear and accessible, it influenced legal systems across Europe for over a thousand years and underlies many modern law codes. Justinian also rebuilt Constantinople after riots, crowning it with the domed church Hagia Sophia, an engineering marvel. Because the city sat where land and sea routes between East and West met, it grew rich on commerce. His reign blended Roman law, Christian faith, and Greek culture into the Byzantine identity.

Worked Example 1

Problem. Significance: Explain why organizing the Justinian Code mattered, even though Justinian did not invent most of the laws himself.

  1. State the problem before: laws were scattered over centuries and sometimes contradicted each other.
  2. Explain what the Code did: collected, simplified, and organized them into one clear system.
  3. Explain the effect: judges and citizens could understand and apply the law consistently.
  4. Trace long-term impact: it shaped European legal systems and influences law today.

Answer. Organizing the law mattered because clarity and consistency are what make law useful. By turning a confusing mass of old rules into one clear code, Justinian created a model that guided European law for centuries.

Worked Example 2

Problem. Comparison: Compare Justinian's two major projects, the law code and Hagia Sophia. What did each show about Byzantine goals?

  1. Identify each: the Code (legal/administrative achievement) and Hagia Sophia (religious/architectural achievement).
  2. Find the common goal: both displayed the power and prestige of the empire and emperor.
  3. Note the difference: one organized society and government, the other expressed Christian faith and imperial glory.
  4. Synthesize: together they show Byzantium valued strong government and devout Christianity.

Answer. The Code showed Byzantium's commitment to orderly law and government; Hagia Sophia showed its devotion to Christianity and its imperial grandeur. Both projects advertised the strength and faith of Justinian's empire.

Common mistakes
  • Misconception: 'Justinian wrote all the laws himself.' Correction: most were existing Roman laws; his achievement was organizing and simplifying them into one usable code.
  • Misconception: 'The Justinian Code only mattered to the Byzantines.' Correction: it shaped legal systems across Europe for over a thousand years and still influences modern law.
  • Misconception: 'Hagia Sophia was always a Christian church and nothing else.' Correction: it later became a mosque and then a museum, reflecting changing rulers and faiths.
✎ Try it yourself

Problem. Compare/contrast: How did Constantinople's location help Justinian build his wealthy, powerful empire?

Solution. Constantinople sat where major land and sea trade routes between Europe and Asia met. That meant goods, taxes, and ideas flowed through the city, giving Justinian the wealth to fund projects like rebuilding the capital and Hagia Sophia and to maintain a strong government. Location turned the capital into a crossroads that powered the empire's golden age.

The Great Schism and the spread of Orthodox Christianity

Over centuries, differences in language, leadership, and practice divided Christianity, leading to the Great Schism of 1054 CE that split the church into Roman Catholic (West) and Eastern Orthodox (East). The Byzantine Empire spread Orthodox Christianity, including its art and the Cyrillic alphabet, to Slavic peoples like the Russians. This religious divide shaped the cultures of eastern and western Europe differently. The split still influences Christianity today.

Christianity slowly split into two branches because the eastern (Greek-speaking) and western (Latin-speaking) halves of the old Roman world drifted apart in language, leadership, and worship. The western church looked to the Pope in Rome as supreme head; the eastern church recognized the patriarch in Constantinople and rejected the Pope's universal authority. Disputes over doctrine, the use of icons, and who held final power built up for centuries. In 1054 CE the break became formal in the Great Schism, dividing Christianity into Roman Catholic (West) and Eastern Orthodox (East). Byzantine missionaries spread Orthodox Christianity, Byzantine art, and the Cyrillic alphabet to Slavic peoples such as the Russians, shaping eastern Europe's culture for centuries. The divide still shapes Christianity today.

Worked Example 1

Problem. Cause and effect: Identify three causes of the Great Schism and one major effect.

  1. List causes: differences in language (Greek vs. Latin), disputes over leadership (Pope vs. patriarch), and differences in religious practice (such as the use of icons).
  2. Note these built up gradually over centuries.
  3. Identify the breaking point: the formal split of 1054.
  4. State an effect: Christianity divided into Roman Catholic and Eastern Orthodox branches, shaping East and West differently.

Answer. Causes: language differences, conflict over who led the church, and differing practices. Effect: the 1054 split into Catholic and Orthodox churches, which gave eastern and western Europe distinct religious cultures.

Worked Example 2

Problem. Change and continuity: How did the Byzantines influence Russian culture, and how lasting was that influence?

  1. Identify what Byzantium exported: Orthodox Christianity, religious art, and the Cyrillic alphabet.
  2. Explain how it spread: through missionaries and trade contacts with Slavic peoples.
  3. Assess continuity: Russia remained Orthodox and uses a Cyrillic-based alphabet today.
  4. Conclude that the influence was deep and long-lasting.

Answer. Byzantium gave the Slavs Orthodox Christianity, religious art, and the Cyrillic alphabet. These took root and continue today, showing the Byzantine cultural influence on Russia was deep and enduring.

Common mistakes
  • Misconception: 'The Great Schism happened suddenly in 1054 with no warning.' Correction: 1054 was the formal break, but the causes built up over many centuries.
  • Misconception: 'Catholic and Orthodox are completely different religions.' Correction: both are branches of Christianity that share core beliefs but differ in leadership and practice.
  • Misconception: 'The split only affected the church, not culture.' Correction: it helped give eastern and western Europe different alphabets, art, and traditions.
✎ Try it yourself

Problem. Short DBQ: A historian writes that 'the line drawn in 1054 still runs across Europe.' Explain what this means using evidence about religion and culture.

Solution. It means the 1054 split between Catholic (West) and Orthodox (East) Christianity created lasting cultural divisions. Western Europe followed the Pope and used the Latin alphabet, while eastern Europe became Orthodox and adopted the Cyrillic alphabet from Byzantium. Because countries like Russia remain Orthodox today and still use Cyrillic, the religious 'line' of 1054 continues to shape the cultural map of Europe.

Origins and beliefs of Islam and the life of the Prophet Muhammad

Islam began in the 600s CE on the Arabian Peninsula with the teachings of the Prophet Muhammad, who Muslims believe received revelations from God recorded in the Quran. Islam is monotheistic and centers on the Five Pillars: declaration of faith, prayer, charity, fasting during Ramadan, and pilgrimage to Mecca. It shares roots with Judaism and Christianity. The new faith united the Arabian tribes and spread rapidly.

Islam arose in the early 600s CE on the Arabian Peninsula. According to Islamic belief, the Prophet Muhammad, a merchant of Mecca, received revelations from God (Allah) through the angel Gabriel; these were later written down as the Quran, Islam's holy book. Islam is strictly monotheistic and shares roots with Judaism and Christianity, honoring figures like Abraham, Moses, and Jesus as earlier prophets. Its core duties are the Five Pillars: declaring faith (shahada), praying five times daily, giving charity (zakat), fasting during Ramadan, and making the pilgrimage (hajj) to Mecca. After facing opposition, Muhammad and his followers migrated to Medina in 622 (the Hijra), a turning point that begins the Islamic calendar. The new faith united Arabia's once-divided tribes and spread rapidly.

Worked Example 1

Problem. Comparison: In what ways is Islam similar to Judaism and Christianity, and how is it distinct?

  1. Identify shared features: all three are monotheistic and trace roots to Abraham.
  2. Note shared figures: Islam honors prophets like Moses and Jesus.
  3. Identify Islam's distinct features: belief that Muhammad is the final prophet and the Quran is God's word.
  4. Add the Five Pillars as practices unique to Islam.

Answer. All three worship one God and share the tradition of Abraham. Islam is distinct in regarding Muhammad as the final prophet, the Quran as God's revelation, and the Five Pillars as required duties.

Worked Example 2

Problem. Document analysis: The Quran teaches, 'Give to the needy and do not turn away the one who asks.' Which Pillar does this reflect, and what does it suggest about Islamic values?

  1. Read the excerpt: it commands giving to the poor.
  2. Match it to a Pillar: zakat, or charity.
  3. Explain the value: caring for the community and the poor is a religious duty.
  4. Conclude that charity is built into the faith, not optional kindness.

Answer. The passage reflects zakat (charity), one of the Five Pillars. It shows that helping the poor is a required religious duty in Islam, making care for the community part of the faith itself.

Common mistakes
  • Misconception: 'Muslims worship Muhammad.' Correction: Muslims worship one God (Allah); Muhammad is honored as a prophet, not a god.
  • Misconception: 'Islam has nothing in common with Judaism or Christianity.' Correction: all three are monotheistic and share the tradition of Abraham and many prophets.
  • Misconception: 'The Five Pillars are just suggestions.' Correction: they are core duties expected of practicing Muslims.
✎ Try it yourself

Problem. Compare/contrast: Choose two of the Five Pillars and explain how each strengthens the Muslim community, not just the individual believer.

Solution. Zakat (charity) takes wealth from those who have more and gives it to the needy, reducing poverty and binding rich and poor together. The hajj (pilgrimage) brings Muslims from many lands to Mecca at the same time, where they worship side by side as equals. Both Pillars turn private faith into shared experience, strengthening unity across the whole community.

Expansion of the Islamic caliphates and the role of trade

After Muhammad's death, leaders called caliphs led the rapid expansion of Islamic rule across the Middle East, North Africa, and into Spain within a century. Trade flourished along routes connecting these lands, spreading goods, ideas, and the Arabic language. A shared faith and common language eased commerce across a vast region. The caliphates became centers of wealth and learning.

After Muhammad died in 632 CE, leaders called caliphs (successors) guided the Muslim community. Within about a century, Islamic rule expanded with stunning speed: armies spread the faith and built an empire stretching from Spain across North Africa and the Middle East to the edge of India. Several reasons explain this: strong military leadership, the weakness of exhausted neighboring empires, and the unifying power of a shared faith. Trade flourished along the routes connecting these lands, and a common religion plus the Arabic language made commerce and communication easier across a vast region. Goods, ideas, and faith traveled together. The caliphates, especially under the Umayyads and then the Abbasids in Baghdad, became wealthy hubs of administration, commerce, and learning that linked three continents.

Worked Example 1

Problem. Cause and effect: Give three reasons the Islamic caliphates expanded so quickly after Muhammad's death.

  1. Identify leadership: the caliphs organized capable, motivated armies.
  2. Identify opportunity: neighboring empires (Byzantine and Persian) were weakened by war and could not resist.
  3. Identify unity: shared faith and the Arabic language united and motivated the conquerors.
  4. Combine the three to explain rapid expansion.

Answer. Strong caliph leadership, weakened neighboring empires, and the unifying force of a shared faith and language together let Islamic rule expand from Arabia across three continents within about a century.

Worked Example 2

Problem. Cause and effect: Explain how a shared religion and the Arabic language helped trade across the caliphates.

  1. State the obstacle to trade: distant regions often have different languages and customs.
  2. Explain the solution: Arabic became a common language and Islam a common framework of trust and rules.
  3. Connect to trade: merchants could communicate, agree on practices, and trust one another over long distances.
  4. Conclude trade grew across a huge region.

Answer. A common faith and the Arabic language let merchants across distant lands communicate, share rules, and trust one another, which made long-distance trade easier and let commerce flourish throughout the caliphates.

Common mistakes
  • Misconception: 'The Islamic empire grew only through force.' Correction: military conquest mattered, but trade, shared language, and faith also spread Islamic influence peacefully.
  • Misconception: 'A caliph was the same as a prophet.' Correction: caliphs were political and religious leaders who succeeded Muhammad; they were not prophets.
  • Misconception: 'The whole conquered population was forced to convert instantly.' Correction: conversion was often gradual, and many non-Muslims lived under Islamic rule.
✎ Try it yourself

Problem. Short DBQ: Which mattered more to the spread of Islam, conquest or trade? Make a claim and defend it.

Solution. Both mattered, but trade often spread Islam more deeply. Conquest expanded the borders of Islamic rule quickly, but many people kept their old faiths at first. Along trade routes, however, merchants carried Islam and the Arabic language into new regions over time, and people adopted the faith to join a wider trading and scholarly community. So conquest set the boundaries, but trade carried the religion and culture into daily life.

Golden Age of Islam: advances in science, medicine, and mathematics

From roughly the 8th to 13th centuries, the Islamic world experienced a Golden Age of learning, preserving Greek texts and advancing knowledge. Scholars made breakthroughs in algebra (the word comes from Arabic), medicine, astronomy, and optics, and built libraries like the House of Wisdom in Baghdad. These achievements later spread to Europe and shaped the Renaissance. The era shows how trade and tolerance can fuel innovation.

From roughly the 8th to the 13th centuries the Islamic world enjoyed a Golden Age of learning, centered in cities like Baghdad, Cairo, and Cordoba. Because the caliphates linked three continents and prized knowledge, scholars gathered, translated, and built on Greek, Persian, and Indian texts at institutions like Baghdad's House of Wisdom. The results reshaped many fields: the mathematician al-Khwarizmi helped develop algebra (the word comes from Arabic al-jabr); physicians like Ibn Sina (Avicenna) wrote medical encyclopedias used for centuries; and scholars advanced astronomy, optics, chemistry, and geography. Much of this knowledge later passed to Europe through Spain and trade, helping spark the Renaissance. The Golden Age shows how wealth from trade, tolerance toward different peoples, and respect for learning can fuel innovation.

Worked Example 1

Problem. Significance: Explain why translating and preserving ancient Greek texts was so important during the Islamic Golden Age.

  1. State the situation: many Greek works were being lost or ignored in western Europe.
  2. Explain what Muslim scholars did: collected, translated into Arabic, and studied these texts.
  3. Explain the benefit: scholars could build on ancient knowledge instead of starting over.
  4. Trace the long-term effect: this preserved learning later returned to Europe and helped spark the Renaissance.

Answer. By translating and preserving Greek texts, Islamic scholars kept ancient knowledge alive and built on it. When this learning later reached Europe, it helped trigger the Renaissance, so the preservation work shaped intellectual history far beyond the Islamic world.

Worked Example 2

Problem. Cause and effect: How did trade and tolerance contribute to the achievements of the Golden Age?

  1. Connect trade to wealth: commerce across three continents made cities like Baghdad rich.
  2. Connect wealth to learning: rulers used wealth to fund libraries and scholars.
  3. Connect tolerance to ideas: scholars of different faiths and cultures shared knowledge.
  4. Combine: wealth plus an exchange of ideas produced breakthroughs in math, medicine, and science.

Answer. Trade made Islamic cities wealthy enough to fund libraries and scholars, and tolerance let people of many cultures share ideas. Together, wealth and open exchange fueled breakthroughs in algebra, medicine, and astronomy.

Common mistakes
  • Misconception: 'During the Middle Ages all learning stopped everywhere.' Correction: while parts of Europe slowed, the Islamic world experienced a flourishing Golden Age of science and learning.
  • Misconception: 'Muslim scholars only copied Greek ideas.' Correction: they preserved earlier knowledge but also made original advances, such as developing algebra and new medical knowledge.
  • Misconception: 'These advances stayed only in the Islamic world.' Correction: much of this knowledge passed to Europe and helped spark the Renaissance.
✎ Try it yourself

Problem. Short DBQ: The word 'algebra' comes from Arabic, and many star names do too. What does this language evidence suggest about the Islamic Golden Age and its influence on later Europe?

Solution. Words like 'algebra' and Arabic-derived star names are linguistic 'fossils' showing where the knowledge came from. They suggest Islamic scholars made major advances in mathematics and astronomy that Europeans later adopted. Because Europeans kept the Arabic-based terms, it shows they learned these fields from Islamic scholarship, evidence that the Golden Age strongly influenced later European science.

Key terms
  • Byzantine Empire — the eastern continuation of the Roman Empire, centered at Constantinople
  • Justinian Code — Emperor Justinian's organized collection of Roman laws
  • Great Schism — the 1054 split of Christianity into Roman Catholic and Eastern Orthodox
  • Islam — a monotheistic religion founded in the 600s CE based on Muhammad's teachings
  • Quran — the holy book of Islam
  • Caliphate — a state led by a caliph, a successor to Muhammad as Islamic leader
  • Golden Age of Islam — a period of major advances in science, math, and medicine in the Islamic world
Assignment · Crossroads of Empires

Create a map or infographic showing Constantinople and the major Islamic caliphates as trade and cultural crossroads. Label at least three goods or ideas that traveled along these routes and explain why location made these empires powerful.

Deliverable · A labeled map or infographic with a short caption explaining how geography and trade shaped the Byzantine and Islamic worlds.

Quiz · 5 questions
  1. 1. The Byzantine Empire was centered in which city?

  2. 2. The Justinian Code was a collection of:

  3. 3. The Quran is the holy book of:

  4. 4. The Great Schism of 1054 split Christianity into:

  5. 5. The word 'algebra' reflects advances made during the:

You'll be able to

I can explain how geography shaped the Byzantine and Islamic empires as trade crossroads.

I can describe the core beliefs and spread of Christianity and Islam.

I can evaluate the cultural and scientific achievements of the Islamic Golden Age.

Weeks 7-11 Unit 2: African Kingdoms and Trade Networks
D2.Geo.4.6-8D2.His.3.6-8D2.Eco.3.6-8
Lecture
Geography of Africa and the trans-Saharan trade routes

Africa's geography, the Sahara Desert, the Sahel grasslands, and rivers like the Niger, shaped where people settled and traded. The trans-Saharan trade routes crossed the desert using camel caravans, linking West Africa to North Africa and the Mediterranean. This trade exchanged West African gold for North African salt, which was scarce and essential. Control of these routes brought enormous wealth to West African kingdoms.

Africa's geography shaped where people lived and how they traded. The vast Sahara Desert long acted as a barrier, while just south of it lay the Sahel, a band of grassland, and rivers like the Niger that supported farming and towns. The breakthrough came with camels, which could cross the desert carrying heavy loads, enabling the trans-Saharan trade routes that linked West Africa to North Africa and the Mediterranean. The key exchange was West African gold, abundant in the south, for North African salt, scarce in West Africa yet essential for preserving food and human health. Caravans of hundreds of camels braved the desert to make this exchange. Whoever controlled these routes and taxed the passing trade grew enormously wealthy, which is why powerful kingdoms rose in the Sahel.

Worked Example 1

Problem. Cause and effect: Explain how geography and the camel made trans-Saharan trade possible.

  1. Identify the barrier: the Sahara Desert separated West Africa from the Mediterranean.
  2. Identify the tool: camels could carry heavy loads and survive long desert crossings.
  3. Connect: camels turned the barrier into a crossable route.
  4. State the effect: caravans linked West Africa to North Africa, allowing gold and salt to be exchanged.

Answer. The Sahara blocked easy travel, but camels could cross it carrying heavy loads. This turned the desert from a barrier into a trade route, letting West African gold and North African salt be exchanged across the Sahara.

Worked Example 2

Problem. Comparison: Why would people trade valuable gold for salt? Compare the value of each to West Africans.

  1. Note that value depends on supply and need, not just on what we think is precious today.
  2. Gold was abundant in West Africa, so it was less scarce there.
  3. Salt was rare in West Africa but needed to preserve food and stay healthy in a hot climate.
  4. Conclude that to West Africans, scarce salt could be worth its weight in gold.

Answer. Value depends on scarcity and need. Gold was common in West Africa, while salt was rare yet vital for health and preserving food. So trading abundant gold for scarce, life-sustaining salt made sense, sometimes even gold for an equal weight of salt.

Common mistakes
  • Misconception: 'The Sahara made trade impossible.' Correction: with camels, the desert became a major trade route, not just a barrier.
  • Misconception: 'Salt was worthless compared to gold.' Correction: in West Africa salt was scarce and essential, so it was extremely valuable, sometimes traded for gold by weight.
  • Misconception: 'West Africa was isolated from the rest of the world.' Correction: trans-Saharan trade connected it to North Africa, the Mediterranean, and beyond.
✎ Try it yourself

Problem. Compare/contrast: How was geography both a problem and an opportunity for West African kingdoms?

Solution. Geography was a problem because the Sahara made travel dangerous and slow. But it was also an opportunity: West Africa had gold the north lacked, and the north had salt the south lacked, so the desert separated two regions that needed each other. Once camels made crossings possible, that gap became the basis for rich trade, and the kingdoms that controlled the routes grew wealthy by taxing it.

Ghana, Mali, and Songhai: gold, salt, and royal power

Three powerful West African empires rose in succession: Ghana, Mali, and Songhai. Each grew rich by taxing the gold-salt trade passing through their lands. Their kings controlled trade, maintained armies, and built strong central governments. As one empire declined, the next absorbed its territory and trade, with Mali and then Songhai reaching even greater size and wealth.

Three great empires rose one after another in West Africa: Ghana, then Mali, then Songhai. Each grew rich the same way, by controlling and taxing the gold-salt trade that crossed their lands. Their kings used that wealth to maintain large armies, build strong central governments, and project power over many peoples. The pattern was one of succession: as one empire weakened, the next absorbed its territory and took over its trade. Ghana flourished from around the 700s to the 1200s; Mali grew larger and richer in the 1200s-1400s; and Songhai became the largest of all in the 1400s-1500s. Each was bigger and wealthier than the last. Their power rested less on conquest for its own sake than on commanding the flow of trade.

Worked Example 1

Problem. Change and continuity: What stayed the same and what changed as Ghana, Mali, and Songhai rose in turn?

  1. Identify the continuity: all three grew rich by controlling and taxing the gold-salt trade.
  2. Identify another continuity: all had powerful kings and strong central governments.
  3. Identify the change: each empire was larger and wealthier than the one before.
  4. Note the pattern: each new empire absorbed the territory and trade of its predecessor.

Answer. What stayed the same: all three got rich by taxing the gold-salt trade and were ruled by strong kings. What changed: each successive empire, Ghana then Mali then Songhai, grew larger and wealthier, absorbing the one before it.

Worked Example 2

Problem. Cause and effect: Explain how controlling trade routes gave West African kings their power.

  1. State the source of wealth: taxes on gold and salt passing through their territory.
  2. Connect wealth to military: kings used it to pay and equip armies.
  3. Connect armies to control: armies protected trade and kept order over a large area.
  4. Conclude: control of trade created a cycle of wealth and power.

Answer. By controlling and taxing the gold-salt trade, kings gained wealth they used to build armies and strong governments. Those armies protected the trade routes, producing more wealth, so controlling trade created a self-reinforcing source of royal power.

Common mistakes
  • Misconception: 'Ghana, Mali, and Songhai existed at the same time.' Correction: they rose one after another, each replacing the last over several centuries.
  • Misconception: 'These empires were poor.' Correction: they were among the wealthiest states of their era because of the gold-salt trade.
  • Misconception: 'The ancient kingdom of Ghana was in the same place as the modern country Ghana.' Correction: medieval Ghana was located farther northwest, not where the modern nation sits.
✎ Try it yourself

Problem. Short DBQ: A visitor wrote that the king of one empire 'sits upon a great pavilion of gold, and the very dogs that guard him wear gold collars.' What does this suggest about the empire's economy and the king's power?

Solution. The description of gold everywhere, even on guard dogs, suggests the empire had enormous wealth from the gold trade. Such display also signals royal power: only a king who controlled vast resources could show off gold so freely. It supports the idea that these West African kings grew rich and powerful by controlling and taxing the gold-salt trade.

Mansa Musa, Timbuktu, and centers of learning

Mansa Musa, ruler of Mali in the 1300s, was famously wealthy, and his pilgrimage to Mecca displayed Mali's gold to the wider world. Under his rule, the city of Timbuktu became a renowned center of trade, religion, and learning, with universities and libraries attracting scholars. Timbuktu shows that medieval West Africa was a hub of education, not just commerce. Manuscripts from this era survive today.

Mansa Musa ruled Mali at its height in the early 1300s and is often called one of the richest people in history. In 1324 he made the hajj, the pilgrimage to Mecca, traveling with a huge caravan and giving away so much gold along the way that he reportedly disrupted local economies for years. The journey put Mali on the map: European mapmakers began showing the empire and its wealthy king. Under Mansa Musa, Timbuktu became a famous center of trade, religion, and learning, with mosques, libraries, and a university that drew scholars from across the Muslim world. Timbuktu proves that medieval West Africa was a hub of education and culture, not just commerce; thousands of manuscripts from the era survive today.

Worked Example 1

Problem. Cause and effect: How did Mansa Musa's pilgrimage to Mecca affect Mali's reputation in the wider world?

  1. Describe the pilgrimage: a long, lavish journey giving away large amounts of gold.
  2. Identify who noticed: people in Egypt and along the route, plus distant traders and mapmakers.
  3. Explain the effect on reputation: word spread of Mali's incredible wealth.
  4. Trace the result: European maps began including Mali and its king, increasing its fame and trade contacts.

Answer. Mansa Musa's gold-rich pilgrimage spread word of Mali's wealth across the Muslim world and into Europe, where mapmakers began depicting the empire. The journey made Mali famous and drew more attention, scholars, and trade.

Worked Example 2

Problem. Sourcing/significance: Why is the survival of Timbuktu's manuscripts important evidence for historians?

  1. State what the manuscripts are: written works on religion, law, science, and history.
  2. Explain what they prove: that Timbuktu had scholars, schools, and a literate culture.
  3. Address a stereotype they correct: that medieval Africa was only about trade or had no written learning.
  4. Conclude on significance: they give direct evidence of West Africa as a center of learning.

Answer. The surviving manuscripts are primary-source evidence that Timbuktu had scholars and a deep written tradition. They correct the false idea that medieval West Africa lacked learning, showing it was an important center of education.

Common mistakes
  • Misconception: 'West African kingdoms had no education or writing.' Correction: Timbuktu was a famous center of learning with universities, libraries, and thousands of manuscripts.
  • Misconception: 'Mansa Musa's wealth is just a legend with no real effect.' Correction: his gold-rich pilgrimage actually influenced economies and put Mali on European maps.
  • Misconception: 'Timbuktu was important only for trade.' Correction: it was a center of religion and scholarship as well as commerce.
✎ Try it yourself

Problem. Compare/contrast: Mansa Musa is remembered for both his wealth and his support of learning. Which do you think mattered more for Mali's lasting legacy, and why?

Solution. Both mattered, but support of learning may matter more for the lasting legacy. His wealth made Mali famous in his own time and attracted trade. But the libraries and university he supported in Timbuktu produced manuscripts that survive today and prove West Africa was a center of scholarship. Gold can be spent and forgotten, but the tradition of learning left lasting evidence that still shapes how we understand African history.

The spread of Islam through trade in West Africa

Muslim traders crossing the Sahara brought not only goods but their religion, and Islam gradually spread among West African rulers and merchants. Many kings adopted Islam, which connected them to a wider trading and scholarly world, while many people blended it with local traditions. Islam influenced law, education, and architecture in cities like Timbuktu. Trade and religion spread together along the same routes.

Islam spread into West Africa mainly along the trade routes rather than by conquest. As Muslim merchants crossed the Sahara to trade salt and other goods, they brought their religion with them. West African kings and merchants were often the first to adopt Islam, because being Muslim connected them to a vast network of trade, law, and learning that stretched across North Africa and the Middle East. Many ordinary people blended Islam with traditional African beliefs and customs, a process historians call syncretism. Islam influenced government, law, education, and architecture, helping make cities like Timbuktu into centers of Islamic scholarship. This shows a key pattern in world history: trade routes carry ideas and religion alongside goods, so where merchants travel, beliefs often follow.

Worked Example 1

Problem. Cause and effect: Explain why West African rulers were often among the first to adopt Islam.

  1. Identify who interacted with Muslim traders most: rulers and merchants controlling trade.
  2. Explain the benefit of converting: it connected them to a wider Muslim trading and scholarly network.
  3. Add practical benefits: shared law and trust made trade easier with Muslim partners.
  4. Conclude that rulers had strong reasons to adopt Islam early.

Answer. Rulers and merchants dealt directly with Muslim traders, and adopting Islam linked them to a huge network of trade, shared law, and learning. These practical advantages made kings and merchants among the first West Africans to convert.

Worked Example 2

Problem. Comparison: How did Islam in West Africa both resemble and differ from Islam elsewhere?

  1. State the similarity: West African Muslims shared core beliefs, like the Five Pillars and the Quran.
  2. State the difference: many West Africans blended Islam with local traditions and customs.
  3. Name this blending: syncretism.
  4. Conclude that Islam adapted to local culture while keeping its core.

Answer. West African Islam shared the same core beliefs as Islam elsewhere, but it often blended with traditional African customs (syncretism). So the faith was both the same in its essentials and locally distinct in practice.

Common mistakes
  • Misconception: 'Islam was forced on West Africa by conquering armies.' Correction: it spread mainly peacefully along trade routes carried by merchants.
  • Misconception: 'Everyone in West Africa converted fully and abandoned old beliefs.' Correction: many people blended Islam with traditional practices (syncretism).
  • Misconception: 'Religion and trade spread separately.' Correction: in West Africa, faith traveled the same routes as goods.
✎ Try it yourself

Problem. Short DBQ: 'Where the caravans went, the mosque soon followed.' Use this saying to explain how Islam spread in West Africa.

Solution. The saying means religion followed trade. Muslim merchants crossing the Sahara brought their faith along with their goods, so as trade routes reached new towns, Islam arrived too, and mosques were built. Rulers and traders adopted Islam to join the wider Muslim trading world, while many people blended it with local customs. The saying captures the historical pattern that trade routes carried both goods and beliefs.

East African city-states and the Indian Ocean trade

Along Africa's east coast, city-states like Kilwa and Mombasa grew wealthy from Indian Ocean trade connecting Africa with Arabia, India, and China. Monsoon winds carried ships predictably across the ocean, enabling exchange of gold, ivory, and enslaved people for textiles and porcelain. This trade produced Swahili, a language blending Bantu and Arabic. The coast became a cosmopolitan crossroads of cultures.

On Africa's eastern coast, a string of city-states such as Kilwa, Mombasa, and Zanzibar grew wealthy from Indian Ocean trade. The key to this trade was the monsoon winds, which blow in predictable seasonal directions, letting ships sail reliably between East Africa, Arabia, India, and even China and back. Traders exchanged African gold, ivory, and enslaved people for Asian textiles, porcelain, and other goods. This long-distance exchange made the coast a cosmopolitan crossroads where African, Arab, Persian, and Indian peoples mixed. Out of that blending grew the Swahili language and culture, combining Bantu African roots with Arabic vocabulary and Islamic influence. The East African city-states show how predictable winds and ocean trade could connect distant continents and create a new, blended coastal civilization.

Worked Example 1

Problem. Cause and effect: How did monsoon winds make Indian Ocean trade possible for East African city-states?

  1. Describe the winds: monsoons blow in predictable directions depending on the season.
  2. Explain the benefit: sailors could plan voyages, sailing one way in one season and returning in another.
  3. Connect to trade: reliable travel let regular trade develop between Africa and Asia.
  4. Conclude: the winds enabled the wealth of the coastal city-states.

Answer. Monsoon winds blew predictably with the seasons, so ships could sail to Asia and back at known times. This reliable travel allowed regular long-distance trade, which made East African city-states like Kilwa wealthy.

Worked Example 2

Problem. Cause and effect: Explain how trade created the Swahili language and culture.

  1. Identify who met on the coast: African (Bantu), Arab, Persian, and Indian traders.
  2. Explain prolonged contact: centuries of trade and intermarriage mixed these peoples.
  3. Describe the result: a new culture and the Swahili language, blending Bantu with Arabic.
  4. Conclude: trade produced cultural blending, not just an exchange of goods.

Answer. Centuries of Indian Ocean trade brought Africans, Arabs, and others together on the coast. Their long contact blended languages and customs, producing the Swahili language (Bantu mixed with Arabic) and a cosmopolitan coastal culture.

Common mistakes
  • Misconception: 'East Africa was disconnected from Asia.' Correction: monsoon-powered Indian Ocean trade linked it to Arabia, India, and China.
  • Misconception: 'Swahili is just an African language with no outside influence.' Correction: it blends Bantu African roots with Arabic vocabulary, reflecting the trade-driven mixing of cultures.
  • Misconception: 'Ocean trade only moved goods.' Correction: it also moved people, religion, and language, creating a blended Swahili culture.
✎ Try it yourself

Problem. Compare/contrast: Compare how the trans-Saharan trade and the Indian Ocean trade each shaped African societies.

Solution. Both trade networks brought wealth and spread Islam into Africa. The trans-Saharan trade crossed desert by camel, exchanging West African gold for North African salt and enriching kingdoms like Mali. The Indian Ocean trade used monsoon winds and ships, exchanging East African gold and ivory for Asian goods and creating the blended Swahili culture. Both linked Africa to wider worlds and spread religion and culture, but one crossed desert by land and the other crossed the sea.

Key terms
  • Trans-Saharan trade — trade routes crossing the Sahara linking West and North Africa
  • Sahel — the semi-arid grassland south of the Sahara where trading kingdoms arose
  • Mansa Musa — the wealthy 14th-century ruler of Mali known for his pilgrimage to Mecca
  • Timbuktu — a Malian city famous as a center of trade and Islamic learning
  • City-state — an independent city that governs itself and surrounding territory
  • Indian Ocean trade — the network of sea trade linking East Africa, Arabia, India, and China
  • Monsoon — seasonal winds that enabled predictable ocean trade voyages
Assignment · Following the Gold and Salt

Map the trans-Saharan and Indian Ocean trade networks. Trace the journey of one good (gold, salt, or ivory) from its source to a distant market, and explain how this trade built the wealth and connections of an African kingdom or city-state.

Deliverable · A trade-route map with one good's journey traced and a paragraph explaining how trade created wealth and spread ideas.

Quiz · 5 questions
  1. 1. What two goods were central to trans-Saharan trade?

  2. 2. Mansa Musa was the famous ruler of which empire?

  3. 3. Timbuktu was renowned as a center of:

  4. 4. Indian Ocean trade was made predictable by:

  5. 5. Islam spread into West Africa mainly through:

You'll be able to

I can explain how trans-Saharan and Indian Ocean trade shaped African kingdoms.

I can evaluate the wealth and influence of Mali and the role of Timbuktu as a learning center.

I can analyze how trade spread goods, ideas, and religion across Africa.

Weeks 12-17 Unit 3: Imperial China and Medieval Japan
D2.His.14.6-8D2.Geo.2.6-8D2.His.16.6-8D2.Civ.6.6-8
Lecture
Reunification under the Tang and Song dynasties

After a period of division, the Tang (618-907) and Song (960-1279) dynasties reunified China and ushered in a golden age of stability, growth, and culture. The Tang expanded the empire and the civil service exam system that chose officials by merit. The Song saw a population boom and a thriving economy. Strong central government and a skilled bureaucracy supported these achievements.

After centuries of division following the Han dynasty's collapse, China was reunified and entered a golden age under the Tang dynasty (618-907) and then the Song dynasty (960-1279). The Tang expanded China's borders, secured trade along the Silk Road, and strengthened the civil service examination system, in which officials were chosen by passing difficult tests on Confucian learning rather than by birth, an early form of merit-based government. The Song followed with a population boom, growing cities, and a thriving economy based on rice farming and trade. Both dynasties relied on a strong central government staffed by a skilled, educated bureaucracy. This stability and good administration allowed art, technology, and commerce to flourish, making Tang-Song China one of the most advanced civilizations in the world at the time.

Worked Example 1

Problem. Cause and effect: Explain how the civil service exam system helped China have good government.

  1. Describe the system: officials were chosen by passing difficult exams.
  2. Contrast with the alternative: choosing officials by noble birth or family ties.
  3. Explain the benefit: government jobs went to educated, capable people, an early merit system.
  4. Connect to results: a skilled bureaucracy ran the empire effectively, supporting stability.

Answer. The exams selected officials by ability rather than birth, so capable, educated people ran the government. This merit-based bureaucracy administered the empire well, supporting the stability that allowed Tang and Song China to prosper.

Worked Example 2

Problem. Comparison: Compare the achievements of the Tang and Song dynasties.

  1. List Tang achievements: territorial expansion, secured Silk Road trade, strengthened the exam system.
  2. List Song achievements: population boom, urban growth, thriving trade economy.
  3. Identify the shared feature: both relied on strong central government and skilled bureaucracy.
  4. Synthesize: together they formed a long golden age.

Answer. The Tang focused on expanding the empire, securing trade, and building the exam system; the Song saw rapid population and economic growth. Both rested on a strong central government and bureaucracy, and together they created a golden age of Chinese civilization.

Common mistakes
  • Misconception: 'China was always one unified empire.' Correction: it went through periods of division; the Tang and Song reunified it after one such period.
  • Misconception: 'Chinese officials inherited their jobs.' Correction: many were chosen through merit-based civil service exams.
  • Misconception: 'The Tang and Song were the same dynasty.' Correction: they were separate dynasties, though both were times of prosperity and achievement.
✎ Try it yourself

Problem. Short DBQ: A Song-era saying held that 'to learn and excel in study is to become an official.' What does this suggest about Chinese society and government?

Solution. The saying suggests that education was the main path to power and status in Song China. Because officials were chosen by passing exams on Confucian learning, study could raise a person's position, an early merit-based system. It shows a society that valued learning and a government that, at least in principle, rewarded ability, helping produce the skilled bureaucracy that ran the empire.

Chinese innovations: printing, gunpowder, the compass, and paper money

Tang and Song China produced inventions that changed the world. Woodblock and movable-type printing spread knowledge, gunpowder transformed warfare, and the magnetic compass enabled long-distance navigation. The Song also introduced the first paper money, boosting trade. These innovations spread west along trade routes and influenced civilizations far beyond China.

Tang and Song China produced inventions that reshaped the world. Printing, first with carved woodblocks and later movable type, let texts be reproduced far faster than hand-copying and spread knowledge widely. Gunpowder, first used for fireworks and then weapons, eventually transformed warfare. The magnetic compass let sailors find direction far from land, making long-distance ocean navigation far safer. The Song government also issued the world's first paper money, lighter and easier to use than metal coins, which helped boost trade. Crucially, these innovations did not stay in China: they traveled west along the Silk Road, influencing the Islamic world and eventually Europe, where they helped drive later changes like the Renaissance and the Age of Exploration.

Worked Example 1

Problem. Cause and effect: Choose two Chinese inventions and explain how each changed the world beyond China.

  1. Pick invention one (compass): explain it allowed reliable ocean navigation.
  2. Connect compass to a world change: enabled the European Age of Exploration.
  3. Pick invention two (printing): explain it spread knowledge faster and cheaper.
  4. Connect printing to a world change: spread of ideas, later boosting literacy and movements like the Reformation.

Answer. The compass let sailors navigate the open ocean, which later enabled the European Age of Exploration. Printing made texts cheap and plentiful, spreading knowledge that fueled later movements. Both Chinese inventions traveled west and changed history far beyond China.

Worked Example 2

Problem. Cause and effect: Why did paper money help the Song economy?

  1. State the problem with coins: metal money is heavy and hard to carry in large amounts.
  2. Explain paper money's advantage: lightweight and easy to transport and use.
  3. Connect to trade: merchants could carry value more easily over long distances.
  4. Conclude: easier exchange boosted commerce.

Answer. Paper money was far lighter and easier to carry than heavy metal coins, so merchants could move and exchange large sums more easily. This made trade simpler and faster, helping boost the Song economy.

Common mistakes
  • Misconception: 'These inventions originated in Europe.' Correction: printing, gunpowder, the compass, and paper money were developed in China and later spread west.
  • Misconception: 'Gunpowder was invented as a weapon.' Correction: it was first used for fireworks before being adapted to warfare.
  • Misconception: 'Chinese inventions stayed in China.' Correction: they spread along trade routes and influenced the Islamic world and Europe.
✎ Try it yourself

Problem. Compare/contrast: Of the Chinese inventions in this lesson, which do you think had the biggest impact on world history? Defend your choice.

Solution. A strong case is printing. Gunpowder, the compass, and paper money each mattered greatly, but printing multiplied the spread of all knowledge. Cheap, plentiful books raised literacy and let ideas, including news of other inventions, spread quickly. When printing reached Europe it helped power the Renaissance and Reformation. Because it amplified the spread of every other idea, printing arguably had the broadest long-term impact, though reasonable students could defend the compass for enabling global exploration.

The Mongol Empire and the Yuan dynasty under Kublai Khan

In the 1200s, the Mongols under Genghis Khan built the largest land empire in history through superb cavalry and organization. His grandson Kublai Khan conquered China and founded the Yuan dynasty. Mongol rule connected Eurasia, making trade and travel safer along the Silk Road, a period called the Pax Mongolica. The traveler Marco Polo visited Kublai Khan's court and reported China's wonders to Europe.

In the 1200s the Mongols, nomadic horsemen from Central Asia, built the largest contiguous land empire in history. Under Genghis Khan they used superb cavalry, discipline, and organization to conquer vast territories from China to eastern Europe. His grandson Kublai Khan completed the conquest of China and founded the Yuan dynasty, ruling as emperor. Although the Mongols were fierce conquerors, their unified empire brought an unexpected benefit: by controlling and policing the trade routes across Eurasia, they made travel and trade safer. Historians call this era of relative stability the Pax Mongolica, and it let goods, ideas, and people move across the continent. The merchant Marco Polo famously visited Kublai Khan's court and brought reports of China's wonders back to Europe.

Worked Example 1

Problem. Cause and effect: Explain how a violent conquest by the Mongols could actually help trade across Eurasia.

  1. Acknowledge the violence: the Mongols conquered through brutal warfare.
  2. Explain what unity created: one vast empire controlling the trade routes.
  3. Connect to safety: a single power policed the roads, reducing bandits and rival tolls.
  4. State the result: the Pax Mongolica made travel and trade safer, increasing exchange.

Answer. Though the Mongols conquered brutally, uniting Eurasia under one power meant a single ruler protected the trade routes. This 'Pax Mongolica' reduced danger for travelers and merchants, so trade and the exchange of ideas actually increased.

Worked Example 2

Problem. Sourcing: Marco Polo described Chinese cities as larger and richer than any in Europe. Why should historians treat his account carefully, yet still find it useful?

  1. Note the source: a European merchant writing about a distant land.
  2. Reason for caution: he may have exaggerated, misremembered, or relied on others' stories.
  3. Reason it is still useful: it shows what Europeans learned about China and reveals real differences in wealth and technology.
  4. Conclude: use it critically, comparing with other evidence.

Answer. Marco Polo's account may be exaggerated or secondhand, so historians shouldn't take every detail as fact. But it is still useful: it reveals how advanced China seemed to Europeans and what knowledge reached Europe, especially when checked against other sources.

Common mistakes
  • Misconception: 'The Mongols only destroyed and contributed nothing.' Correction: their unified empire (Pax Mongolica) made trade routes safer and connected Eurasia.
  • Misconception: 'Genghis Khan ruled China.' Correction: it was his grandson Kublai Khan who conquered China and founded the Yuan dynasty.
  • Misconception: 'Everything Marco Polo wrote is exactly true.' Correction: his account is useful but may contain exaggeration, so historians read it critically.
✎ Try it yourself

Problem. Short DBQ: Was the Mongol Empire mainly a destructive force or a connector of civilizations? Make a claim and support it with evidence.

Solution. The Mongols were both, but their lasting historical importance lies in connecting civilizations. They conquered with great violence, destroying cities and killing many. Yet once they united Eurasia, the Pax Mongolica made trade routes like the Silk Road safer, letting goods, ideas, and travelers such as Marco Polo move between East and West. So while destructive in conquest, the empire's main legacy was linking distant civilizations and increasing exchange.

The Silk Road and the spread of goods and ideas across Eurasia

The Silk Road was a network of overland trade routes linking China to the Mediterranean for over a thousand years. Along it traveled silk, spices, and porcelain, but also religions, technologies, and unfortunately diseases. It connected distant civilizations and spread ideas like Buddhism into China. The Silk Road shows how trade routes move culture as much as goods.

The Silk Road was not a single paved road but a network of overland trade routes linking China to Central Asia, the Middle East, and the Mediterranean for over a thousand years. Caravans carried high-value goods: Chinese silk and porcelain went west, while horses, glass, and silver came east. But the Silk Road moved far more than goods. It carried religions (Buddhism spread from India into China along it), technologies, art styles, and languages, connecting civilizations that never met directly. Diseases traveled too, since plagues spread along the same routes as merchants. The Silk Road illustrates a central idea in world history: trade routes are also highways for culture and beliefs, so the movement of goods always brings the movement of ideas.

Worked Example 1

Problem. Cause and effect: Besides goods, name three things that spread along the Silk Road and explain one in detail.

  1. List non-goods that spread: religions, technologies, and diseases.
  2. Choose religion to explain: Buddhism.
  3. Trace its path: it originated in India and traveled along trade routes into Central Asia and China.
  4. State the effect: Buddhism became a major religion in East Asia, showing trade spreads ideas.

Answer. Along with goods, the Silk Road spread religions, technologies, and diseases. For example, Buddhism traveled from India along the routes into China, where it became a major religion, showing that trade routes carry ideas as well as merchandise.

Worked Example 2

Problem. Comparison: Compare the positive and negative effects of the Silk Road.

  1. List positives: exchange of goods, spread of useful ideas and technologies, cultural contact.
  2. List negatives: the spread of diseases like plague along the same routes.
  3. Weigh them: the routes connected the world but also carried dangers.
  4. Conclude that the same connections that brought benefits also brought risks.

Answer. Positively, the Silk Road exchanged valuable goods and spread ideas, religions, and technologies between distant civilizations. Negatively, those same routes spread diseases. The connections that brought benefits also carried dangers, since whatever travels with trade includes both.

Common mistakes
  • Misconception: 'The Silk Road was a single paved road.' Correction: it was a network of many overland routes across Eurasia.
  • Misconception: 'Only silk was traded.' Correction: many goods, plus religions, technologies, and even diseases, traveled the routes.
  • Misconception: 'The Silk Road only moved goods, not ideas.' Correction: it spread religions like Buddhism and many technologies and cultural influences.
✎ Try it yourself

Problem. Compare/contrast: The Silk Road and the Indian Ocean trade both connected distant civilizations. How were they alike and different?

Solution. Both were long-distance trade networks that moved goods, ideas, religions, and sometimes diseases between far-apart civilizations. They differed in method and route: the Silk Road was overland, using caravans across Central Asia, while the Indian Ocean trade was by sea, using monsoon winds. Both show that trade routes, whether by land or water, carry culture and beliefs along with merchandise.

Feudal Japan: the shogun, samurai, and the code of bushido

Medieval Japan developed a feudal system in which the emperor was a figurehead while a military leader called the shogun held real power. Powerful landowners (daimyo) were served by warrior knights called samurai, who followed bushido, a strict code of loyalty, honor, and discipline. This structure resembled European feudalism, with land exchanged for military service. The samurai class shaped Japanese culture for centuries.

Medieval Japan developed a feudal system strikingly similar to Europe's. In theory the emperor ruled, but in practice he became a ceremonial figurehead while real power lay with a military leader called the shogun. Below the shogun were powerful regional landowners, the daimyo, who were served and protected by warrior knights called samurai. In exchange for land and protection, samurai gave loyalty and military service, much like European knights and lords. The samurai followed bushido, 'the way of the warrior,' a strict code stressing loyalty, honor, courage, and self-discipline, with shame seen as worse than death. This warrior culture dominated Japan for centuries. Comparing Japanese and European feudalism shows how two distant societies independently built similar systems to provide order when central authority was weak.

Worked Example 1

Problem. Comparison: Compare Japanese feudalism with European feudalism. Identify two similarities and one difference.

  1. Similarity one: both exchanged land for loyalty and military service.
  2. Similarity two: both had warrior classes (samurai and knights) serving lords.
  3. Difference: samurai followed bushido, a distinct code, while knights followed chivalry, shaped by Christianity.
  4. Conclude that the structures were similar but the cultures and codes differed.

Answer. Both systems traded land for loyalty and military service and relied on a warrior class (samurai or knights). A difference is the codes: samurai followed bushido, while European knights followed Christian-influenced chivalry. The structures were alike but the cultural codes differed.

Worked Example 2

Problem. Cause and effect: Why did real power shift from the emperor to the shogun in medieval Japan?

  1. Note the emperor's role: respected but increasingly ceremonial.
  2. Identify who held military strength: powerful warrior leaders and their armies.
  3. Explain the shift: whoever commanded the warriors controlled the country.
  4. Conclude: military power, embodied by the shogun, became the true authority.

Answer. As the emperor became a ceremonial figure, real control went to whoever commanded the warriors. The shogun, as supreme military leader, held that power. So authority shifted from the symbolic emperor to the militarily powerful shogun.

Common mistakes
  • Misconception: 'The Japanese emperor held real power in feudal times.' Correction: the emperor was mostly a figurehead; the shogun held actual power.
  • Misconception: 'Japanese and European feudalism had no connection or similarity.' Correction: they developed independently but were strikingly similar in structure.
  • Misconception: 'Bushido was just about fighting skill.' Correction: it was a code stressing loyalty, honor, courage, and discipline, not only combat.
✎ Try it yourself

Problem. Short DBQ: Bushido taught that 'a samurai lives in such a way that he is always prepared to die.' What does this reveal about samurai values, and how does it compare to European chivalry?

Solution. The saying reveals that samurai prized honor and loyalty above their own lives, viewing readiness to die as part of duty and self-discipline. This is similar to European chivalry, which also demanded courage and loyalty from knights. The difference is in roots: bushido drew on Japanese traditions and ideas of shame and honor, while chivalry was shaped by Christianity. Both codes, though, set high standards of honor for their warrior classes.

Cultural achievements of Heian Japan and the spread of Buddhism

During the Heian period (794-1185), Japanese court culture flourished in art, poetry, and literature, including The Tale of Genji, often called the world's first novel. Buddhism, which had spread from India through China and Korea, blended with Japan's native Shinto beliefs. This cultural flowering shaped Japanese identity. Japan adapted foreign influences into distinctly Japanese forms.

During Japan's Heian period (794-1185), the imperial court at Heian-kyo (modern Kyoto) produced a brilliant golden age of culture before the rise of the samurai. Court nobles devoted themselves to refined arts, poetry, calligraphy, and elegant manners. The era's greatest work is The Tale of Genji, written around the year 1000 by a noblewoman, Murasaki Shikibu, and often called the world's first novel. Religion also blended: Buddhism, which had traveled from India through China and Korea, mixed with Japan's native Shinto beliefs, so many Japanese followed both. A key theme is adaptation: Japan repeatedly borrowed ideas, writing, art styles, and Buddhism from China and Korea, but reshaped them into distinctly Japanese forms. This cultural flowering helped define a Japanese identity that endured long after the Heian court lost political power.

Worked Example 1

Problem. Significance: Why is The Tale of Genji important in world history, and what does it tell us about Heian Japan?

  1. Identify the work: a long story written around 1000 by Murasaki Shikibu.
  2. State its claim to fame: often called the world's first novel.
  3. Explain what it reveals: a refined court culture that valued literature and the arts.
  4. Note the author: a noblewoman, showing women's role in Heian court culture.

Answer. The Tale of Genji is often called the world's first novel, showing how advanced Heian literary culture was. Written by the noblewoman Murasaki Shikibu, it reveals a refined court that prized the arts and gave educated women a role in cultural life.

Worked Example 2

Problem. Cause and effect: Explain how Japan adapted foreign influences in religion during the Heian period.

  1. Identify the foreign influence: Buddhism, which came from India via China and Korea.
  2. Identify the native belief: Shinto.
  3. Describe what happened: the two blended rather than one replacing the other.
  4. Conclude: Japan absorbed foreign ideas while keeping its own, creating a distinctly Japanese mix.

Answer. Buddhism arrived from India through China and Korea and blended with Japan's native Shinto beliefs rather than replacing them. Many Japanese practiced both, showing how Japan adapted foreign influences into a distinctly Japanese religious mixture.

Common mistakes
  • Misconception: 'Japan simply copied Chinese culture without changing it.' Correction: Japan adapted Chinese and Korean influences into distinctly Japanese forms.
  • Misconception: 'Buddhism replaced Shinto in Japan.' Correction: the two blended, and many Japanese practiced both.
  • Misconception: 'Women played no role in Heian culture.' Correction: a noblewoman, Murasaki Shikibu, wrote The Tale of Genji, a landmark of world literature.
✎ Try it yourself

Problem. Compare/contrast: How did the culture of the Heian period differ from the warrior culture that followed it?

Solution. Heian culture centered on the imperial court and valued refined arts like poetry, calligraphy, and literature such as The Tale of Genji; power lay with elegant nobles. The warrior culture that followed centered on the samurai, the shogun, and bushido, valuing military skill, loyalty, and honor. So Japan shifted from a court society prizing artistic refinement to a feudal society prizing martial discipline, though both contributed to Japanese identity.

Key terms
  • Dynasty — a line of rulers from the same family
  • Civil service exam — a merit-based test used to select government officials in China
  • Silk Road — overland trade routes linking China to the Mediterranean
  • Mongol Empire — the vast Eurasian empire founded by Genghis Khan
  • Pax Mongolica — the period of stability and safe trade under Mongol rule
  • Shogun — the military ruler who held real power in feudal Japan
  • Samurai — warrior knights of feudal Japan who followed the code of bushido
  • Bushido — the samurai code of loyalty, honor, and discipline
Assignment · East Asian Innovations Showcase

Choose one Chinese innovation (printing, gunpowder, the compass, or paper money) and explain how it worked and how it changed China and the wider world. Then compare Japanese feudalism to one feature of European feudalism.

Deliverable · A short report on one innovation's impact plus a brief comparison chart of one feudal feature in Japan and Europe.

Quiz · 5 questions
  1. 1. The Chinese system that chose officials by merit was the:

  2. 2. Who founded the Yuan dynasty in China?

  3. 3. The Silk Road primarily connected:

  4. 4. In feudal Japan, real political power was held by the:

  5. 5. Bushido was the code followed by the:

You'll be able to

I can explain the major innovations of Tang and Song China and their global impact.

I can describe how the Silk Road and Mongol Empire connected Eurasian civilizations.

I can compare the feudal systems of Japan and Europe.

Weeks 18-23 Unit 4: Medieval Europe
D2.Civ.4.6-8D2.His.4.6-8D2.His.15.6-8D2.Eco.1.6-8
Lecture
Feudalism, manorialism, and the structure of medieval society

After Rome fell, medieval Europe organized around feudalism, an exchange of land for loyalty and military service. Kings granted land (fiefs) to nobles, who provided knights for protection; peasants and serfs worked the land in a system called manorialism. The self-sufficient manor was the economic center of life. This rigid hierarchy gave people security but little chance to change their social position.

After the Western Roman Empire fell, central government and protection collapsed, and medieval Europe reorganized around feudalism, a system exchanging land for loyalty and military service. A king granted parcels of land called fiefs to powerful nobles (lords); in return, those nobles pledged loyalty and supplied knights to fight. Beneath everyone were peasants and serfs, who farmed the land. Most lived on a self-sufficient estate called a manor under manorialism: serfs worked the lord's fields and received protection and a plot to farm, but were bound to the land and could not freely leave. This rigid hierarchy gave people security in a dangerous age, but offered little chance to rise above the social rank into which one was born.

Worked Example 1

Problem. Cause and effect: Explain why feudalism developed in Europe after the fall of Rome.

  1. State the problem: with Rome gone, there was no strong central government to keep order or defend people.
  2. Identify the need: people needed protection from invasions and violence.
  3. Explain the solution: lords offered protection in exchange for service or labor.
  4. Conclude: feudalism arose to provide security when central authority disappeared.

Answer. When Rome fell, there was no central power to provide protection or order. Feudalism filled that gap: lords offered land and defense in exchange for loyalty and service, so the system arose to provide security in a dangerous, decentralized age.

Worked Example 2

Problem. Comparison: Compare the roles and rights of a knight and a serf in medieval society.

  1. Describe the knight: a warrior who received a fief and provided military service to a lord.
  2. Describe the serf: a peasant bound to the manor who farmed the land.
  3. Compare rights: knights had higher status and some power; serfs had little freedom and could not leave the land.
  4. Conclude: the system was rigid, with rank largely fixed at birth.

Answer. A knight held land (a fief) and gained status by providing military service, while a serf was bound to the manor, farmed the land, and could not leave. Knights had far more freedom and status, showing how rigid and birth-based the feudal hierarchy was.

Common mistakes
  • Misconception: 'Serfs were the same as enslaved people.' Correction: serfs were bound to the land and owed labor, but they were not owned outright like enslaved people and had certain customary rights.
  • Misconception: 'Feudalism was one official law for all of Europe.' Correction: it was a set of local customs and relationships that varied from place to place.
  • Misconception: 'People could easily move up in feudal society.' Correction: the hierarchy was rigid, and most stayed in the rank they were born into.
✎ Try it yourself

Problem. Short DBQ: One medieval description says of a serf, 'He works the lord's land three days a week and may not leave the manor without permission.' What does this reveal about the trade-offs of manorialism for ordinary people?

Solution. The quote shows that serfs owed heavy labor and lacked freedom of movement, they were tied to the manor. The trade-off was security: in exchange for their work, serfs received a plot to farm and the lord's protection in a violent age. So manorialism gave peasants safety and a livelihood but cost them freedom and the chance to improve their station.

The role of the Roman Catholic Church in medieval life

The Catholic Church was the most powerful institution in medieval Europe, shaping daily life, education, and politics. Nearly everyone was Catholic, and the Church provided spiritual guidance, ran schools and hospitals, and even challenged kings. The Pope held great authority, sometimes greater than monarchs. The Church unified Europe under a shared faith and Latin language.

The Roman Catholic Church was the most powerful institution in medieval Europe, shaping nearly every part of life. Almost everyone in western Europe was Catholic, and the Church performed the sacraments people believed were necessary for salvation. Beyond religion, it ran most schools, hospitals, and charities, preserved learning in monasteries where monks copied books by hand, and used Latin as a common language across many lands. The Pope held enormous authority, sometimes even greater than that of kings, and could pressure rulers by threatening excommunication, cutting them off from the Church. In a divided, feudal Europe with no single government, the Catholic Church was the great unifying force, binding diverse peoples under one shared faith.

Worked Example 1

Problem. Significance: Explain why the Catholic Church could be more powerful than kings in medieval Europe.

  1. State the Church's spiritual authority: it controlled access to the sacraments and salvation.
  2. Explain the threat it held: it could excommunicate a ruler, cutting him off from the Church.
  3. Explain why that mattered: excommunication could turn subjects against a king and threaten his rule.
  4. Conclude: spiritual power gave the Pope leverage over even powerful monarchs.

Answer. Because people believed salvation came through the Church, the Pope controlled something kings could not, access to heaven. By threatening excommunication, the Church could pressure rulers, since an excommunicated king might lose his subjects' loyalty. This spiritual power could outweigh a king's worldly power.

Worked Example 2

Problem. Comparison: List three different roles the Church played in medieval life and explain how it unified Europe.

  1. Role one: religious, providing worship, sacraments, and guidance.
  2. Role two: educational and charitable, running schools, hospitals, and preserving books in monasteries.
  3. Role three: political, influencing and even challenging kings.
  4. Explain unity: a shared faith and the common Latin language bound diverse, divided peoples together.

Answer. The Church was religious (worship and sacraments), social (schools, hospitals, preserving learning), and political (influencing kings). Because nearly everyone shared its faith and used Latin, the Church unified a politically divided Europe under one common religion and language.

Common mistakes
  • Misconception: 'The Church only handled religion.' Correction: it also ran schools and hospitals, preserved learning, and influenced politics.
  • Misconception: 'Kings always had more power than the Church.' Correction: the Pope could sometimes overrule or pressure kings, for example through excommunication.
  • Misconception: 'Most learning was lost in the Middle Ages.' Correction: monasteries preserved many ancient texts by copying them by hand.
✎ Try it yourself

Problem. Short DBQ: Why is it fair to call the Catholic Church the 'unifying force' of medieval Europe, even though Europe had many separate kingdoms?

Solution. Europe was politically divided into many feudal kingdoms with no central government. The Catholic Church, however, reached across all of them: nearly everyone shared the same faith, attended the same kind of worship, and the Church used Latin as a common language. It also ran schools and hospitals and influenced rulers everywhere. Because it crossed political borders and touched everyone's life, the Church was the common thread unifying an otherwise fragmented Europe.

The Crusades and their cultural and economic consequences

The Crusades were a series of religious wars beginning in 1096 in which European Christians sought to capture the Holy Land from Muslim control. Although they failed to hold it permanently, the Crusades increased contact between Europe and the Middle East. Europeans encountered new goods, ideas, and learning, which stimulated trade and helped spark later changes. The wars also left a legacy of conflict between faiths.

The Crusades were a series of religious wars that began in 1096 when Pope Urban II called on European Christians to capture the Holy Land from Muslim control. Over roughly two centuries, waves of crusaders fought in the Middle East. The First Crusade briefly captured Jerusalem, but the Christians ultimately failed to hold the Holy Land. Yet the wars had huge unintended consequences. Increased contact with the Middle East exposed Europeans to new goods, advanced learning preserved by Muslim scholars, and ideas lost in Europe. This stimulated trade, especially through Italian port cities, and helped revive European towns and economies, planting seeds for later changes like the Renaissance. The Crusades also left a bitter legacy of distrust between Christians and Muslims.

Worked Example 1

Problem. Cause and effect: The Crusades 'failed' militarily but still changed Europe. Explain this paradox.

  1. State the military outcome: Europeans did not permanently keep the Holy Land.
  2. Identify the unintended effects: contact with the Middle East brought new goods, ideas, and learning.
  3. Connect to broader change: this stimulated trade and revived European towns and economies.
  4. Conclude: the wars failed at their goal but transformed Europe through increased contact.

Answer. Militarily the Crusades failed, since Europe didn't keep the Holy Land. But the contact they created exposed Europeans to new goods, ideas, and learning, boosting trade and reviving towns. So they failed at their aim yet still changed Europe profoundly through cultural and economic contact.

Worked Example 2

Problem. Comparison: Identify one positive and one negative long-term consequence of the Crusades.

  1. Positive: increased trade and contact brought new goods and revived learning, helping spark later progress.
  2. Negative: the wars deepened hostility and distrust between Christians and Muslims.
  3. Weigh both: the same events that opened exchange also created lasting conflict.
  4. Conclude with a balanced statement.

Answer. Positively, the Crusades increased trade and brought new goods and revived learning to Europe, helping set the stage for the Renaissance. Negatively, they left a lasting legacy of conflict and distrust between Christians and Muslims. The same wars produced both exchange and division.

Common mistakes
  • Misconception: 'The Crusades were only about religion.' Correction: religion was the main motive, but trade, land, wealth, and adventure also drove many participants.
  • Misconception: 'Since the Crusades failed, they had little effect.' Correction: they greatly increased contact with the Middle East, boosting trade and the flow of ideas into Europe.
  • Misconception: 'There was only one Crusade.' Correction: there were several over roughly two centuries.
✎ Try it yourself

Problem. Short DBQ: A historian writes that 'the crusaders lost the war but Europe won new ideas.' Explain what this means with evidence.

Solution. It means that even though Europeans failed to permanently capture the Holy Land, the Crusades benefited Europe in other ways. Through contact with the Middle East, crusaders encountered spices, silk, and advanced learning preserved by Muslim scholars. This stimulated trade through Italian cities and brought back knowledge and goods that revived European towns and helped spark the Renaissance. So the military loss came with major cultural and economic gains, exactly the paradox the historian describes.

The Magna Carta and the limits placed on royal power

In 1215, English nobles forced King John to sign the Magna Carta, a document limiting the king's power and establishing that even the monarch must follow the law. It protected certain rights, like trial by a jury of peers, and influenced later ideas about government and individual liberty. The Magna Carta is a foundation for constitutional government. It marked a shift away from absolute royal authority.

In 1215, English nobles, angry over heavy taxes and abuses of power, forced King John to put his seal to the Magna Carta ('Great Charter'). The document limited the king's power and established a revolutionary principle: that even the monarch must obey the law. It protected certain rights, such as the promise that free men could not be imprisoned or punished without a lawful judgment by their peers, an early root of trial by jury, and that the king could not raise certain taxes without consulting his nobles. Though it originally protected mainly nobles, its bigger significance is long-term: it became a foundation for constitutional government and the rule of law, inspiring later ideas that influenced documents like the U.S. Constitution.

Worked Example 1

Problem. Significance: Explain why the Magna Carta is considered a foundation of limited government.

  1. State the key principle: even the king must obey the law.
  2. Explain why that is new: before, kings often claimed near-absolute power.
  3. Connect to limited government: if the ruler is bound by law, his power has limits.
  4. Trace the long-term influence: it inspired later constitutional ideas and documents.

Answer. The Magna Carta established that even the king must follow the law, breaking the idea of unlimited royal power. By placing the ruler under the law, it laid a foundation for limited, constitutional government and influenced later documents protecting rights.

Worked Example 2

Problem. Document analysis: The Magna Carta states that no free man shall be imprisoned 'except by the lawful judgment of his peers.' What right does this protect, and why does it matter?

  1. Read the clause: a free man cannot be punished without a lawful judgment by peers.
  2. Identify the right: an early form of trial by jury / due process.
  3. Explain why it matters: it limits the king's ability to punish people arbitrarily.
  4. Connect to legacy: it influenced later protections of individual liberty.

Answer. The clause protects an early form of trial by jury and due process, the idea that a person can't be punished without a lawful judgment. It matters because it limits arbitrary royal power and became a model for later protections of individual rights.

Common mistakes
  • Misconception: 'The Magna Carta gave rights to everyone equally.' Correction: it originally protected mainly nobles and free men, not all people, though its principles later expanded.
  • Misconception: 'King John signed it willingly.' Correction: rebellious nobles forced him to agree to it.
  • Misconception: 'The Magna Carta created democracy.' Correction: it limited royal power and helped seed ideas of the rule of law, but it did not establish democracy.
✎ Try it yourself

Problem. Compare/contrast: How did the Magna Carta change the relationship between the king and the law, compared to before 1215?

Solution. Before 1215, English kings often acted as if they were above the law, taxing and punishing largely as they pleased. The Magna Carta changed this by establishing that even the king must obey the law and could not, for example, jail free men without lawful judgment or raise certain taxes without consulting nobles. So the relationship shifted from a king above the law to a king bound by it, an early step toward limited, constitutional government.

The Black Death and its demographic and social impact

The Black Death, a plague that swept Europe around 1347-1351, killed roughly a third of the population. The massive loss of life disrupted society: with fewer workers, surviving peasants could demand better wages, weakening feudalism. People questioned authorities who could not stop the disease. The plague reshaped Europe's economy and accelerated social change.

The Black Death was a devastating plague that swept across Europe around 1347-1351, likely arriving along trade routes from Asia. It killed roughly one-third of Europe's population, an almost unimaginable loss of life. Beyond the horror, the demographic collapse reshaped society. With so many workers dead, labor became scarce and therefore valuable: surviving peasants could demand higher wages, and some left manors for paid work, weakening serfdom and feudalism. The catastrophe also shook people's faith in traditional authorities, the Church and nobles, who could neither explain nor stop the disease, prompting some to question them. In these ways the plague accelerated social and economic change, helping break down the medieval feudal order.

Worked Example 1

Problem. Cause and effect: Explain how the Black Death, despite killing so many people, gave surviving peasants more power.

  1. State the demographic effect: about a third of the population died, so workers became scarce.
  2. Apply supply and demand: scarce labor is more valuable.
  3. Connect to peasants: survivors could demand higher wages and better conditions.
  4. Conclude: this weakened serfdom and the feudal system.

Answer. With about a third of people dead, workers became scarce and therefore valuable. Surviving peasants could demand higher wages and better treatment, and some left the manors for paid work. This bargaining power weakened serfdom and helped break down feudalism.

Worked Example 2

Problem. Cause and effect: Explain how the Black Death weakened people's trust in traditional authorities.

  1. Identify the authorities: the Church and the nobles.
  2. State the expectation: people looked to them for protection and answers.
  3. Describe the failure: they could neither explain nor stop the plague.
  4. Conclude: this loss of confidence led some to question those authorities, contributing to change.

Answer. People expected the Church and nobles to protect and guide them, but neither could stop or explain the plague. This failure shook people's faith in those traditional authorities, leading some to question them and contributing to broader social change.

Common mistakes
  • Misconception: 'The Black Death only caused death and had no other effects.' Correction: it reshaped Europe's economy and society, weakening feudalism and raising workers' bargaining power.
  • Misconception: 'The plague made peasants poorer.' Correction: paradoxically, surviving workers often gained higher wages because labor became scarce.
  • Misconception: 'People at the time understood what caused the plague.' Correction: they did not understand the disease, which is partly why faith in authorities was shaken.
✎ Try it yourself

Problem. Short DBQ: 'The plague killed the body of the Middle Ages.' Use evidence to evaluate this claim about the Black Death's effects.

Solution. The claim has strong support. By killing about a third of the population, the Black Death created a labor shortage that let surviving peasants demand higher wages and leave the manors, weakening serfdom and feudalism. It also shook faith in the Church and nobles who could not stop it. These economic and social changes helped break down the medieval order, so it is fair to say the plague badly wounded, even helped end, the 'body' of medieval society.

The growth of towns, guilds, and a merchant economy

As trade revived after the early Middle Ages, towns grew and a new class of merchants and craftspeople emerged. Guilds were associations of workers in a trade that set standards, trained apprentices, and protected members. Town life offered more freedom than the manor and weakened the old feudal order. A money-based economy gradually replaced the land-based feudal system.

As Europe recovered from the early Middle Ages and trade revived, especially after the Crusades increased commerce, towns grew and a new social class emerged: merchants and skilled craftspeople who lived by trade rather than farming. A central institution of town life was the guild, an association of people in the same trade. Guilds set quality standards and fair prices, trained newcomers through apprenticeships, and protected members' interests. Towns offered more freedom than the manor; a saying held that 'town air makes you free,' since a serf who lived in a town for a year and a day could often gain freedom. This rising merchant class and money-based economy gradually weakened the old land-based feudal order.

Worked Example 1

Problem. Cause and effect: Explain how the growth of towns weakened the feudal system.

  1. Contrast the manor and the town: the manor was rural and land-based; the town was commercial and offered more freedom.
  2. Note the new class: merchants and craftspeople who lived by trade, not by serving a lord on the land.
  3. Explain the pull: serfs could gain freedom by living in a town, drawing people off the manors.
  4. Conclude: a money-based, urban economy undercut the land-based feudal order.

Answer. Towns offered freedom and opportunity that the manor did not, attracting people away from feudal estates, even serfs who could gain freedom in a town. As a merchant class and money economy grew, the old land-based feudal system lost importance, weakening feudalism.

Worked Example 2

Problem. Comparison: Explain the role of a guild. How did it both help and limit its members?

  1. Describe the guild's helpful roles: setting standards, fair prices, and training apprentices.
  2. Describe protection: guilds protected members from outside competition.
  3. Describe limits: they controlled who could practice the trade and set strict rules.
  4. Conclude: guilds supported members but also tightly regulated them.

Answer. Guilds helped members by setting quality standards, training apprentices, ensuring fair prices, and protecting them from competition. But they also limited members by tightly controlling who could enter the trade and how they worked. So guilds offered support and security in exchange for strict regulation.

Common mistakes
  • Misconception: 'Medieval Europe had no towns or trade.' Correction: as trade revived, towns grew and a merchant class emerged, especially after the Crusades.
  • Misconception: 'Guilds were just social clubs.' Correction: they set standards, controlled training and prices, and protected their trade.
  • Misconception: 'Towns kept the feudal system strong.' Correction: town freedom and a money economy actually helped weaken feudalism.
✎ Try it yourself

Problem. Compare/contrast: Compare life on a feudal manor with life in a growing medieval town. How did the rise of towns change opportunities for ordinary people?

Solution. On the manor, most people were serfs bound to the land, farming for a lord with little freedom and almost no chance to change their position. In a town, people could work as craftspeople or merchants, join guilds, and even gain freedom (a serf living in a town for a year and a day often became free). Towns offered more freedom, paid work, and social mobility, so their rise gave ordinary people new opportunities and helped erode the rigid feudal order.

Key terms
  • Feudalism — a system exchanging land for loyalty and military service
  • Manorialism — the economic system based on self-sufficient manors worked by serfs
  • Serf — a peasant bound to work the land of a lord
  • Crusades — religious wars to capture the Holy Land beginning in 1096
  • Magna Carta — the 1215 document limiting the English king's power
  • Black Death — the plague that killed about a third of Europe's population around 1347-1351
  • Guild — an association of craftspeople or merchants in a trade
Assignment · Cause and Effect in Medieval Europe

Choose one major event (the Crusades, the Magna Carta, or the Black Death) and create a cause-and-effect chart showing what led to it and how it changed medieval European society. Support each effect with a brief explanation.

Deliverable · A cause-and-effect chart for your chosen event with at least two causes and two effects, each explained in a sentence.

Quiz · 5 questions
  1. 1. Feudalism was based on the exchange of:

  2. 2. The Magna Carta is significant because it:

  3. 3. The Black Death led to which social change?

  4. 4. The Crusades were primarily:

  5. 5. A guild was an association of:

You'll be able to

I can describe how feudalism and the Church organized medieval European society.

I can explain the causes and consequences of the Crusades and the Black Death.

I can analyze how the Magna Carta limited the power of monarchs.

Weeks 24-30 Unit 5: Renaissance and Reformation
D2.His.2.6-8D2.His.3.6-8D2.Civ.14.6-8D2.His.16.6-8
Lecture
Origins of the Renaissance in the Italian city-states

The Renaissance, meaning 'rebirth,' was a period of renewed interest in art and learning that began in the wealthy Italian city-states like Florence and Venice around the 1300s. Their location made them rich trading centers, and wealthy families like the Medici funded artists and scholars as patrons. Italy's Roman ruins also inspired a revival of classical ideas. This combination of wealth, trade, and heritage sparked the Renaissance.

The Renaissance, French for 'rebirth,' was a roughly two-century burst of renewed interest in art and learning that began in the wealthy city-states of northern Italy, such as Florence and Venice, around the 1300s. Several factors explain why it started there. First, these cities had grown rich as centers of Mediterranean trade, generating wealth to spend on art and education. Second, wealthy families like the Medici of Florence acted as patrons, paying artists and scholars. Third, Italy was surrounded by the ruins and writings of ancient Rome, inspiring people to revive classical ideas. This combination, trade wealth, generous patrons, and classical heritage, sparked an era that transformed European art and thought and bridged the medieval and modern worlds.

Worked Example 1

Problem. Cause and effect: Explain why the Renaissance began in the Italian city-states rather than elsewhere in Europe.

  1. Identify the first factor: Italian cities were rich from Mediterranean trade.
  2. Identify the second factor: wealthy patrons like the Medici funded artists and scholars.
  3. Identify the third factor: Italy was surrounded by ancient Roman ruins and texts that inspired classical revival.
  4. Combine: wealth, patronage, and classical heritage together made Italy the birthplace.

Answer. The Renaissance began in Italy because its city-states were wealthy from trade, had rich patrons like the Medici who funded the arts, and were surrounded by ancient Roman ruins and writings that inspired a revival of classical ideas. Together these conditions sparked the rebirth.

Worked Example 2

Problem. Significance: What was the role of a patron, and why were patrons important to the Renaissance?

  1. Define a patron: a wealthy person or family who paid artists and scholars.
  2. Explain the need: art and study took time and money that artists often lacked.
  3. Connect to output: patronage let artists create great works without worrying about income.
  4. Conclude: patrons made the explosion of Renaissance art and learning possible.

Answer. A patron was a wealthy supporter, like the Medici, who paid artists and scholars to create works. Because art and study were costly, patronage gave creators the time and resources to produce masterpieces, making patrons essential to the flourishing of Renaissance culture.

Common mistakes
  • Misconception: 'The Renaissance happened all over Europe at once.' Correction: it began in the Italian city-states and spread north later.
  • Misconception: 'Renaissance artists worked alone without support.' Correction: wealthy patrons like the Medici funded much of their work.
  • Misconception: 'Renaissance means people invented everything new from scratch.' Correction: 'rebirth' refers largely to reviving and building on classical Greek and Roman ideas.
✎ Try it yourself

Problem. Short DBQ: Why is it accurate to say that 'wealth and the past' together gave birth to the Renaissance in Italy?

Solution. 'Wealth' refers to the riches Italian city-states earned from Mediterranean trade, which paid for art and learning, often through patrons like the Medici. 'The past' refers to the ancient Roman ruins and classical writings all around Italy, which inspired a revival of classical ideas about beauty, humanity, and knowledge. Combining the money to fund creation with the classical heritage to inspire it explains why the rebirth of art and learning, the Renaissance, began in Italy.

Humanism and the rediscovery of classical learning

Humanism was the defining idea of the Renaissance, emphasizing the value and potential of human beings and the study of classical Greek and Roman texts. Humanists focused on subjects like grammar, history, and philosophy, and celebrated individual achievement. This shifted attention from purely religious concerns toward human experience and the world. Recovering ancient knowledge transformed European thought.

Humanism was the defining intellectual movement of the Renaissance. It emphasized the value, dignity, and potential of human beings and centered on the study of the humanities, classical Greek and Roman texts in subjects like grammar, history, poetry, and philosophy. Humanist scholars hunted for and studied long-neglected ancient manuscripts. While most humanists remained religious, the movement shifted attention from a purely otherworldly focus toward human experience, achievement, and life in this world. It celebrated individual talent and the idea that people could shape their own lives and excel in many areas. By recovering ancient knowledge and emphasizing human reason and potential, humanism transformed European education and encouraged a more questioning, human-centered way of seeing the world.

Worked Example 1

Problem. Comparison: How did humanism shift the focus of European thought compared to the medieval period?

  1. Describe the medieval focus: heavily on religion, the afterlife, and Church teaching.
  2. Describe the humanist focus: on human beings, their achievements, and life in this world.
  3. Note continuity: humanists were usually still religious, so it was a shift in emphasis, not a rejection of faith.
  4. Conclude: thought became more human-centered while remaining largely Christian.

Answer. Medieval thought focused mainly on religion and the afterlife. Humanism shifted attention toward human beings, their potential, and life in this world, while most humanists stayed religious. So it was a shift in emphasis toward a more human-centered outlook, not an abandonment of faith.

Worked Example 2

Problem. Cause and effect: Why did studying ancient Greek and Roman texts matter so much to humanists?

  1. Explain what the texts contained: classical ideas on philosophy, government, history, and the arts.
  2. Explain why they had been neglected: many were ignored or lost in earlier centuries.
  3. State what recovery did: gave Renaissance thinkers new (old) models of reason and human achievement.
  4. Conclude: this reshaped education and inspired new work in art, science, and politics.

Answer. Ancient texts held rich ideas about philosophy, government, and the arts that had been neglected. By recovering and studying them, humanists gained powerful models of reason and human achievement, which transformed education and inspired new ideas in art, science, and politics.

Common mistakes
  • Misconception: 'Humanism rejected religion.' Correction: most humanists were religious; humanism shifted emphasis toward human concerns without abandoning faith.
  • Misconception: 'Humanism just meant being kind to humans.' Correction: it was an intellectual movement focused on human potential and the study of classical texts.
  • Misconception: 'Humanists ignored the ancient world.' Correction: studying classical Greek and Roman texts was central to humanism.
✎ Try it yourself

Problem. Short DBQ: A humanist wrote that 'man can do all things if he but wills them.' What does this reveal about humanist values?

Solution. The statement reveals the humanist belief in human potential and individual achievement, the idea that people, through their own will and effort, can accomplish great things. This reflects humanism's focus on human dignity and capability, a shift from the medieval emphasis on human sinfulness and dependence on the Church. It captures the optimistic, human-centered spirit that drove Renaissance thinkers to celebrate individual talent in art, learning, and life.

Renaissance art, science, and figures such as Leonardo and Michelangelo

Renaissance artists developed techniques like linear perspective to create realistic, three-dimensional images. Leonardo da Vinci, a painter and inventor, embodied the 'Renaissance man' skilled in many fields, while Michelangelo sculpted and painted masterpieces like the Sistine Chapel ceiling. Art celebrated both religious and human subjects with new realism. Science and art advanced together through careful observation.

Renaissance art reached extraordinary heights by combining careful observation of nature with new techniques. The most important was linear perspective, a mathematical method that made flat paintings appear three-dimensional and realistic. Artists also studied anatomy to depict the human body accurately and used light and shadow for lifelike depth. The era's giants embodied its ideals. Leonardo da Vinci, painter of the Mona Lisa, was also a scientist, engineer, and inventor, the model of the 'Renaissance man' skilled in many fields. Michelangelo, a master sculptor and painter, created works like the statue of David and the Sistine Chapel ceiling. Renaissance art celebrated both religious and human subjects with new realism, so science and art advanced together through careful observation.

Worked Example 1

Problem. Cause and effect: How did the technique of linear perspective change Renaissance painting?

  1. Describe earlier art: flatter, less realistic depictions of space.
  2. Define linear perspective: a mathematical method for showing depth on a flat surface.
  3. Explain the effect: paintings looked three-dimensional and lifelike.
  4. Conclude: it made art far more realistic, a hallmark of the Renaissance.

Answer. Before, paintings looked flat. Linear perspective used math to create the illusion of depth, so scenes appeared three-dimensional and realistic. This technique made Renaissance art strikingly lifelike, a major break from earlier styles.

Worked Example 2

Problem. Comparison: Why is Leonardo da Vinci called a 'Renaissance man'? Compare him to the Renaissance ideal.

  1. State the Renaissance ideal: a person skilled and curious in many fields.
  2. List Leonardo's range: painter, scientist, engineer, and inventor.
  3. Connect to humanism: it valued developing one's full human potential.
  4. Conclude: Leonardo embodied the ideal of broad excellence.

Answer. Leonardo is called a 'Renaissance man' because he excelled in many fields, art, science, engineering, and invention. This matches the Renaissance ideal, rooted in humanism, that a person should develop their full potential across many areas. Leonardo embodied that ideal of broad excellence.

Common mistakes
  • Misconception: 'Renaissance art only showed religious subjects.' Correction: it depicted both religious and human/secular subjects with new realism.
  • Misconception: 'Realistic perspective was just luck or talent.' Correction: artists used mathematical techniques like linear perspective and studied anatomy.
  • Misconception: 'Art and science had nothing to do with each other.' Correction: Renaissance artists like Leonardo combined careful observation in both, so the two advanced together.
✎ Try it yourself

Problem. Compare/contrast: How did Renaissance art reflect the ideas of humanism?

Solution. Humanism emphasized human dignity, potential, and the value of the world and human experience. Renaissance art reflected this by depicting humans realistically, using techniques like linear perspective and the study of anatomy to capture the body and the world accurately. It celebrated human and secular subjects alongside religious ones, and artists like Leonardo embodied the humanist ideal of developing one's full potential. So the realism and human focus of the art directly expressed humanist values.

The Gutenberg printing press and the spread of ideas

Around 1450, Johannes Gutenberg invented a printing press with movable type in Europe, making books faster and cheaper to produce. Before this, books were copied by hand and rare; now ideas could spread widely and quickly. The printing press boosted literacy and helped spread Renaissance and later Reformation ideas. It was one of history's most important communication revolutions.

Around 1450 in Germany, Johannes Gutenberg developed a printing press using movable metal type, letters that could be arranged, inked, pressed onto paper, and reused. This invention dramatically changed how information spread. Before it, books were copied by hand, a slow process that made them rare and expensive, so few people owned books or could read. With the printing press, books could be produced quickly and cheaply in large numbers. The effects were enormous: literacy rose, ideas spread faster and farther than ever, and new movements could reach huge audiences. The press helped spread Renaissance learning and, soon after, the ideas of the Protestant Reformation. Historians rank it among the most important communication revolutions in history.

Worked Example 1

Problem. Cause and effect: Explain how the printing press changed who could access knowledge in Europe.

  1. Describe before: books were hand-copied, rare, and expensive, so few people had them.
  2. Describe the change: the press made books fast and cheap to produce in quantity.
  3. Connect to access: more people could own books and learn to read.
  4. Conclude: knowledge spread to far more people than before.

Answer. Before the press, hand-copied books were rare and costly, so knowledge stayed limited to a few. The printing press made books cheap and plentiful, so far more people could own books and learn to read, spreading knowledge widely across society.

Worked Example 2

Problem. Cause and effect: How did the printing press help spread the Reformation?

  1. Recall the Reformation: a religious movement begun by Martin Luther criticizing the Church.
  2. Explain the role of print: Luther's writings could be printed quickly and copied in huge numbers.
  3. Connect to spread: his ideas reached many people across Europe fast.
  4. Conclude: the press helped Luther's protest grow into a major movement.

Answer. When Martin Luther criticized the Church, the printing press let his writings be reproduced quickly and cheaply in large numbers. His ideas spread across Europe far faster than handwritten texts could travel, helping his protest grow into the Reformation.

Common mistakes
  • Misconception: 'Gutenberg invented printing entirely from nothing.' Correction: printing existed earlier (notably in China); Gutenberg developed movable-type printing in Europe.
  • Misconception: 'The printing press had only a small effect.' Correction: it transformed literacy and the spread of ideas, helping fuel the Renaissance and Reformation.
  • Misconception: 'Most people could already read before the press.' Correction: literacy was low because books were rare; the press helped raise it.
✎ Try it yourself

Problem. Short DBQ: One scholar called the printing press 'the great multiplier of ideas.' Use evidence to explain this description.

Solution. Calling the press 'the great multiplier of ideas' means it spread ideas on a scale never seen before. Hand-copying produced one book at a time, but the press could make many identical copies quickly and cheaply. This raised literacy and let ideas spread fast, Renaissance learning reached more people, and Martin Luther's Reformation writings spread rapidly across Europe. By turning one text into thousands of copies, the press multiplied the reach of every idea, just as the description says.

Causes of the Protestant Reformation and Martin Luther

The Reformation was a religious movement that split Western Christianity, beginning in 1517 when Martin Luther criticized Catholic Church practices such as selling indulgences. Luther argued faith alone, not Church authority, brought salvation, and the printing press spread his ideas rapidly. His protest led to the creation of Protestant churches. The Reformation challenged the Church's central authority in Europe.

The Protestant Reformation was a religious movement that split Western Christianity, beginning in 1517 when a German monk named Martin Luther publicly criticized practices of the Catholic Church. He was especially angered by the sale of indulgences, payments people made believing they would reduce punishment for sins. Luther argued that salvation comes through faith alone, by God's grace, not by buying indulgences or relying on Church authority, and that the Bible, not the Pope, was the ultimate authority. Thanks to the printing press, his ideas spread across Europe with astonishing speed. When the Church refused to change and excommunicated him, the result was new Protestant churches. The Reformation permanently divided Western Christianity and challenged the Church's central authority.

Worked Example 1

Problem. Cause and effect: Identify the main causes of the Protestant Reformation.

  1. Identify the religious grievance: corrupt practices like selling indulgences.
  2. Identify Luther's beliefs: salvation by faith alone and the Bible as supreme authority, not the Pope.
  3. Identify the technological factor: the printing press spread his ideas quickly.
  4. Combine: grievances plus new ideas plus rapid spread launched the Reformation.

Answer. The Reformation was caused by anger at Church practices like selling indulgences, Luther's beliefs in salvation by faith alone and the Bible's supreme authority, and the printing press that spread his ideas rapidly. Together, these turned one monk's protest into a movement.

Worked Example 2

Problem. Document analysis: Luther wrote that indulgences give people 'a false sense of security' about salvation. What was his core argument against the Church?

  1. Read the claim: indulgences falsely make people feel safe about salvation.
  2. Identify what he opposed: the idea that salvation could be bought.
  3. State his alternative: salvation comes through faith and God's grace, not payments.
  4. Conclude: he challenged the Church's authority to grant salvation through indulgences.

Answer. Luther's core argument was that salvation comes through faith and God's grace, not by buying indulgences. By calling indulgences a 'false sense of security,' he attacked the Church's claim that salvation could be purchased, directly challenging its authority.

Common mistakes
  • Misconception: 'Luther wanted to start a new religion from the beginning.' Correction: he initially wanted to reform the Catholic Church, not create separate churches; that resulted from the conflict.
  • Misconception: 'The Reformation was caused only by religion.' Correction: religious beliefs were central, but the printing press, politics, and resentment of Church power also mattered.
  • Misconception: 'Indulgences were a minor issue.' Correction: opposition to selling indulgences was a key spark of Luther's protest.
✎ Try it yourself

Problem. Short DBQ: Why is it fair to say the printing press was as important as Luther's ideas in causing the Reformation?

Solution. Luther's ideas, salvation by faith alone and the Bible over the Pope, were the spark, but ideas need to spread to start a movement. The printing press let his Ninety-Five Theses and other writings be copied quickly and cheaply, reaching people all across Europe in a way handwritten texts never could. Without the press, his protest might have stayed local; with it, his ideas spread too fast for the Church to contain. So both the ideas and the technology to spread them were essential to the Reformation.

The Catholic Counter-Reformation and lasting religious divisions

In response to the Reformation, the Catholic Church launched the Counter-Reformation to reform itself and win back followers. It clarified doctrine at the Council of Trent, founded new religious orders like the Jesuits, and emphasized education. Europe became permanently divided between Catholic and Protestant regions. These religious divisions led to conflict and shaped the map of Europe for centuries.

Faced with the spread of Protestantism, the Catholic Church fought back with the Counter-Reformation, an effort to reform itself and win back followers. At the Council of Trent (1545-1563), Church leaders reaffirmed and clarified Catholic doctrine, corrected some abuses such as the sale of indulgences, and tightened discipline. New religious orders arose, most importantly the Jesuits, founded by Ignatius of Loyola, who emphasized education and missionary work and spread Catholicism worldwide. Despite these efforts, the religious split proved permanent: Europe became divided between Catholic regions, mostly in the south, and Protestant regions, mostly in the north. These divisions fueled decades of religious wars and shaped the political map of Europe for centuries.

Worked Example 1

Problem. Cause and effect: What was the Counter-Reformation, and what were its main actions?

  1. Define it: the Catholic Church's response to the Protestant Reformation.
  2. List action one: the Council of Trent clarified doctrine and corrected abuses.
  3. List action two: founding new orders like the Jesuits focused on education and missions.
  4. Conclude: these actions aimed to reform the Church and win back followers.

Answer. The Counter-Reformation was the Catholic Church's response to Protestantism. Its main actions were the Council of Trent, which clarified doctrine and corrected abuses like selling indulgences, and founding new orders such as the Jesuits, who stressed education and missionary work, all to reform the Church and regain followers.

Worked Example 2

Problem. Change and continuity: How did the religious map of Europe change because of the Reformation and Counter-Reformation, and what lasted?

  1. State the before: western Europe was almost entirely Catholic.
  2. State the change: Europe split into Catholic and Protestant regions.
  3. Note the pattern: south generally Catholic, north generally Protestant.
  4. State what lasted: the division became permanent and shaped Europe for centuries.

Answer. Before, western Europe was almost all Catholic. The Reformation and Counter-Reformation split it into Catholic regions (mostly south) and Protestant regions (mostly north). This division proved permanent, shaping religious and political boundaries in Europe for centuries afterward.

Common mistakes
  • Misconception: 'The Counter-Reformation changed nothing in the Catholic Church.' Correction: it clarified doctrine, corrected abuses, and founded new orders like the Jesuits.
  • Misconception: 'The Catholic Church easily won everyone back.' Correction: despite the Counter-Reformation, Europe remained permanently divided between Catholics and Protestants.
  • Misconception: 'The religious split only affected churches, not politics.' Correction: it led to wars and reshaped the political map of Europe for centuries.
✎ Try it yourself

Problem. Compare/contrast: Compare the goals of the Protestant Reformation and the Catholic Counter-Reformation. How were they opposites, and how were they similar?

Solution. The Reformation aimed to break from the Catholic Church and create new churches based on faith alone and the Bible's authority, while the Counter-Reformation aimed to defend and strengthen the Catholic Church and win back followers. In that sense they were opposites. But they were similar in that both involved reform: Luther wanted to fix Church abuses, and the Counter-Reformation, at the Council of Trent, also corrected abuses like selling indulgences. So both movements responded to problems in the Church, but in opposite directions, one breaking away, the other reforming from within.

Key terms
  • Renaissance — a 'rebirth' of art and learning beginning in Italy around the 1300s
  • Humanism — a worldview emphasizing human potential and classical learning
  • Patron — a wealthy person who financially supports artists and scholars
  • Perspective — an art technique creating the illusion of depth on a flat surface
  • Printing press — Gutenberg's invention that made books cheap and widespread
  • Reformation — the religious movement that split Western Christianity beginning in 1517
  • Counter-Reformation — the Catholic Church's response to the Protestant Reformation
Assignment · Renaissance Change-Maker Profile

Research one Renaissance or Reformation figure (such as Leonardo, Michelangelo, Gutenberg, or Martin Luther). Explain what they did, how the era's ideas or technology made their work possible, and how it changed Europe.

Deliverable · A one-page profile connecting the figure's achievement to humanism, the printing press, or Reformation ideas, with at least one cited source.

Quiz · 5 questions
  1. 1. The Renaissance began in which region?

  2. 2. Humanism emphasized:

  3. 3. Gutenberg's printing press mainly:

  4. 4. Martin Luther started the Reformation by criticizing:

  5. 5. The Counter-Reformation was launched by:

You'll be able to

I can explain how geography and wealth made Italy the birthplace of the Renaissance.

I can analyze how humanism and the printing press changed European thought.

I can describe the causes and consequences of the Protestant Reformation.

Weeks 31-36 Unit 6: Age of Exploration and Global Encounter
D2.Geo.8.6-8D2.His.14.6-8D2.His.17.6-8D2.Civ.13.6-8
Lecture
Motives and technologies that enabled European exploration

European exploration in the 1400s and 1500s was driven by the desire for wealth (especially spices and gold), the spread of Christianity, and national glory, often summarized as 'God, gold, and glory.' New technologies made long voyages possible: the magnetic compass, the astrolabe for navigation, and improved ships like the caravel. The fall of Constantinople had also blocked old trade routes, pushing Europeans to seek sea routes to Asia. These motives and tools launched the Age of Exploration.

European exploration in the 1400s and 1500s was driven by motives often summarized as 'God, gold, and glory': spreading Christianity, gaining wealth (especially Asian spices and gold), and winning national power and fame. A major push came after the Ottoman Turks captured Constantinople in 1453, disrupting the old overland trade routes to Asia, which made a direct sea route appealing. New technologies turned that desire into action. The magnetic compass let sailors find direction at sea; the astrolabe helped them determine latitude using the stars; and improved ships like the Portuguese caravel could sail against the wind on long voyages. Together, powerful motives and these navigational tools launched the Age of Exploration, opening direct contact between Europe and the wider world.

Worked Example 1

Problem. Cause and effect: Explain the three motives behind European exploration ('God, gold, and glory').

  1. God: the desire to spread Christianity to new lands.
  2. Gold: the desire for wealth, especially spices and precious metals.
  3. Glory: the wish to win fame and national power for one's kingdom.
  4. Note these often worked together to motivate voyages.

Answer. 'God' was the goal of spreading Christianity; 'gold' was the pursuit of wealth like spices and precious metals; and 'glory' was the desire for national power and fame. These three motives combined to drive Europeans to explore.

Worked Example 2

Problem. Cause and effect: How did the fall of Constantinople and new technology together make ocean exploration possible?

  1. Explain the fall of Constantinople (1453): it disrupted overland trade routes to Asia.
  2. Connect to motive: Europeans wanted a new, direct sea route to Asian goods.
  3. Identify enabling tools: the compass, astrolabe, and the caravel.
  4. Conclude: motive plus technology made long sea voyages possible.

Answer. The fall of Constantinople blocked old trade routes, giving Europeans a strong reason to find a sea route to Asia. New tools, the compass, astrolabe, and caravel, then made long ocean voyages possible. Motive and technology together launched exploration.

Common mistakes
  • Misconception: 'Europeans explored mainly out of curiosity.' Correction: the main drivers were wealth (gold and spices), religion, and national glory.
  • Misconception: 'Europeans invented all the navigation tools they used.' Correction: key tools like the compass came from China and spread to Europe.
  • Misconception: 'Europeans wanted to discover the Americas.' Correction: they were seeking a sea route to Asia; reaching the Americas was unexpected.
✎ Try it yourself

Problem. Short DBQ: Why is it accurate to say that both 'a push and a pull' drove the Age of Exploration?

Solution. The 'push' was the fall of Constantinople in 1453, which disrupted the overland trade routes to Asia and pushed Europeans to seek another way to reach Asian goods. The 'pull' was the strong attraction of 'God, gold, and glory', the lure of spices and wealth, the goal of spreading Christianity, and the desire for national fame. Combined with new technology like the compass and caravel, this push away from blocked routes and pull toward riches and glory launched the Age of Exploration.

Voyages of Portugal and Spain and the search for trade routes

Portugal led early exploration, sailing around Africa to reach India by sea, while Spain funded Columbus's 1492 voyage west that reached the Americas. These rival kingdoms sought direct trade routes to Asia's riches without going through middlemen. Their explorers claimed new lands and established the first global sea routes. The two powers divided their claims through agreements like the Treaty of Tordesillas.

Portugal and Spain led the first wave of European exploration, racing to find direct sea routes to Asia's riches without paying middlemen. Portugal pushed south and east, exploring the African coast until Vasco da Gama sailed around Africa to reach India by sea in 1498. Spain gambled differently: in 1492 it funded Christopher Columbus to sail west across the Atlantic, expecting Asia, but he reached the Americas, a landmass Europeans had not known. These rival kingdoms claimed new lands and pioneered the first global sea routes. To avoid conflict over their claims, Spain and Portugal signed the Treaty of Tordesillas (1494), with the Pope's blessing, drawing a line dividing the non-European world between them, beginning an era of overseas empires.

Worked Example 1

Problem. Comparison: Compare the exploration strategies of Portugal and Spain.

  1. Describe Portugal's route: sailing south and east around Africa to reach India (Vasco da Gama, 1498).
  2. Describe Spain's route: sailing west across the Atlantic (Columbus, 1492).
  3. Note the shared goal: both wanted a sea route to Asia's riches.
  4. Note the different outcomes: Portugal reached Asia; Spain reached the Americas unexpectedly.

Answer. Both Portugal and Spain wanted a direct sea route to Asia, but used different strategies. Portugal sailed around Africa, reaching India in 1498. Spain sailed west, and Columbus reached the Americas in 1492 instead of Asia. Same goal, different routes and results.

Worked Example 2

Problem. Significance: Why did Spain and Portugal sign the Treaty of Tordesillas, and what does it reveal?

  1. State the problem: both kingdoms were claiming newly reached lands and risked conflict.
  2. Describe the treaty: it drew a line dividing the non-European world between them.
  3. Note the Pope's role: he approved it, showing the Church's authority.
  4. Reveal the assumption: Europeans assumed they had the right to divide other peoples' lands.

Answer. Spain and Portugal signed the Treaty of Tordesillas to avoid fighting over their claims by dividing the non-European world between them. The Pope's approval shows the Church's authority, and the treaty reveals that Europeans assumed the right to claim and divide lands that already belonged to other peoples.

Common mistakes
  • Misconception: 'Columbus proved the Earth was round.' Correction: educated Europeans already knew the Earth was round; Columbus misjudged its size and didn't realize the Americas existed.
  • Misconception: 'Columbus discovered an empty land.' Correction: millions of Indigenous people already lived in the Americas.
  • Misconception: 'Spain and Portugal had a right to divide the world.' Correction: the Treaty of Tordesillas reflects a European assumption, ignoring the peoples already living in those lands.
✎ Try it yourself

Problem. Compare/contrast: Columbus sailed for Spain seeking Asia but reached the Americas. Was his voyage a failure or a success? Defend your answer.

Solution. It depends on the measure. By his stated goal, reaching Asia by sailing west, it was a failure: he never reached Asia and misjudged the Earth's size. By its historical impact, it was hugely significant: it opened sustained contact between Europe and the Americas, launched the Columbian Exchange, and began European colonization. So Columbus failed at his actual mission but unintentionally triggered one of the most consequential, and for Indigenous peoples, devastating, encounters in world history.

The Columbian Exchange and the transfer of goods, people, and disease

The Columbian Exchange was the transfer of plants, animals, people, and diseases between the Americas (the New World) and Europe, Africa, and Asia (the Old World) after 1492. Foods like potatoes, corn, and tomatoes spread to the Old World, while horses and wheat came to the Americas. Tragically, diseases like smallpox devastated Indigenous populations who had no immunity. This exchange permanently transformed diets, economies, and societies worldwide.

The Columbian Exchange was the vast transfer of plants, animals, people, and diseases between the Americas (the 'New World') and Europe, Africa, and Asia (the 'Old World') after Columbus's 1492 voyage. From the Americas came foods like potatoes, corn, tomatoes, and cacao, which spread worldwide and helped populations grow. From the Old World came horses, cattle, wheat, and sugar, which transformed American landscapes and economies. But the exchange had a tragic side: Old World diseases such as smallpox and measles crossed to the Americas, where Indigenous peoples had no immunity. These epidemics killed enormous numbers, making disease the deadliest part of the encounter. The Columbian Exchange permanently transformed diets, economies, environments, and populations worldwide.

Worked Example 1

Problem. Comparison: Give two examples of things that traveled from the Americas to the Old World, and two that went the other way.

  1. From the Americas to Old World: list foods like potatoes and corn (also tomatoes, cacao).
  2. From Old World to the Americas: list animals/crops like horses and wheat (also cattle, sugar).
  3. Note the disease transfer was mostly Old World to Americas.
  4. Conclude the exchange flowed both ways but unevenly.

Answer. From the Americas to the Old World came potatoes and corn (and tomatoes, cacao). From the Old World to the Americas came horses and wheat (and cattle, sugar). Diseases mostly went from the Old World to the Americas, so the exchange flowed both ways but with very different effects.

Worked Example 2

Problem. Cause and effect: Why did Old World diseases devastate Indigenous American populations so severely?

  1. State the cause: diseases like smallpox were new to the Americas.
  2. Explain the key factor: Indigenous people had no prior exposure and therefore no immunity.
  3. Connect to the effect: the diseases spread rapidly and killed enormous numbers.
  4. Conclude: lack of immunity made disease the deadliest part of the encounter.

Answer. Old World diseases like smallpox were unknown in the Americas, so Indigenous peoples had no immunity to them. The diseases spread rapidly through populations with no resistance, killing enormous numbers, which made disease the most lethal consequence of the encounter.

Common mistakes
  • Misconception: 'The Columbian Exchange was only about food.' Correction: it also transferred animals, people, and deadly diseases.
  • Misconception: 'The exchange was equally beneficial to everyone.' Correction: it brought new foods worldwide but also caused catastrophic deaths among Indigenous Americans from disease.
  • Misconception: 'Potatoes and tomatoes have always been in Europe.' Correction: these came from the Americas and reached the Old World only after 1492.
✎ Try it yourself

Problem. Short DBQ: A historian calls the Columbian Exchange 'the most important biological event since the end of the Ice Age.' Use evidence to evaluate this claim.

Solution. The claim is well supported. The Columbian Exchange moved plants, animals, and diseases between hemispheres that had been separated for thousands of years. New World foods like potatoes and corn spread worldwide and helped populations grow, while Old World animals like horses transformed the Americas. Most dramatically, Old World diseases killed a huge share of Indigenous Americans who had no immunity. Because it permanently reshaped diets, populations, and ecosystems across the entire globe, calling it the most important biological event in thousands of years is a defensible claim.

The encounter and conquest of the Americas and its human cost

European conquerors, called conquistadors, conquered powerful empires like the Aztec and Inca within a few decades, aided by superior weapons, horses, alliances with rival peoples, and especially disease. Millions of Indigenous people died from violence and epidemics. Europeans imposed colonial rule, forced labor, and their own religion. The encounter brought catastrophic loss to Native American civilizations.

European conquerors known as conquistadors toppled powerful American empires with shocking speed. Hernan Cortes conquered the Aztec Empire in Mexico by 1521, and Francisco Pizarro conquered the Inca Empire in the Andes by the 1530s, each within just a few years despite leading small bands of soldiers. How was this possible against vast empires? Several factors combined: superior weapons and horses, which Indigenous armies had never faced; alliances with local peoples who resented Aztec or Inca rule; and, above all, disease, especially smallpox, which killed enormous numbers and shattered resistance. The result was catastrophic: millions died from violence and epidemics, and Europeans imposed colonial rule, forced labor, and their own religion on the surviving peoples.

Worked Example 1

Problem. Cause and effect: How could small bands of conquistadors defeat huge empires like the Aztec and Inca?

  1. Factor one: superior weapons and horses the Indigenous armies had never encountered.
  2. Factor two: alliances with local peoples who resented Aztec or Inca domination.
  3. Factor three (most important): disease, especially smallpox, which killed huge numbers and weakened resistance.
  4. Combine the factors to explain the rapid conquest.

Answer. Conquistadors won through a combination: superior weapons and horses, alliances with peoples who resented Aztec or Inca rule, and, most decisively, epidemic disease like smallpox that killed enormous numbers and shattered resistance. Together these let small forces topple huge empires.

Worked Example 2

Problem. Sourcing: Spanish accounts often credit conquistadors' bravery for victory, while modern historians stress disease. Why might these explanations differ?

  1. Consider the Spanish authors' purpose: to glorify their own deeds and faith.
  2. Note what they might downplay: factors that reduce their personal credit, like disease.
  3. Explain the modern view: historians weigh evidence, including the huge death tolls from epidemics.
  4. Conclude: bias shapes the Spanish accounts, so historians look beyond them.

Answer. Spanish writers wanted to glorify their bravery and religion, so they emphasized their own courage and downplayed disease. Modern historians, weighing all the evidence including massive epidemic deaths, stress that disease was decisive. The accounts differ because the original sources are biased toward crediting the conquerors.

Common mistakes
  • Misconception: 'Conquistadors won mainly through superior fighting skill.' Correction: disease, alliances with local peoples, and technology mattered at least as much, often more.
  • Misconception: 'Most Indigenous people died in battle.' Correction: far more died from epidemic diseases like smallpox than from fighting.
  • Misconception: 'Indigenous empires were small and weak.' Correction: the Aztec and Inca were large, powerful, and advanced; their fall owed much to disease and alliances.
✎ Try it yourself

Problem. Short DBQ: 'The deadliest weapon the conquistadors carried was one they didn't even know about.' Explain this statement.

Solution. The statement refers to disease, especially smallpox, which the conquistadors carried unknowingly. Because Indigenous Americans had no immunity, these Old World diseases spread rapidly and killed enormous numbers, often before or during the fighting, even striking leaders and destroying the ability to resist. Disease killed far more people than swords or guns, yet the Spanish did not bring it on purpose or fully understand it. So their 'deadliest weapon' was the invisible epidemics they spread without knowing it.

The transatlantic slave trade and its lasting impact

To replace Indigenous labor lost to disease, Europeans forcibly transported millions of enslaved Africans across the Atlantic in brutal conditions known as the Middle Passage. This transatlantic slave trade was part of a triangular trade linking Europe, Africa, and the Americas. It caused immense human suffering and shaped the demographics, economies, and cultures of the Americas. Its legacy of racial injustice endures to this day.

To replace the Indigenous labor lost to disease and forced into colonial work, Europeans turned to enslaving Africans, creating the transatlantic slave trade. Over roughly four centuries, millions of African men, women, and children were captured, sold, and forcibly shipped across the Atlantic to labor on plantations and in mines. The brutal ocean voyage, called the Middle Passage, packed people into cramped, deadly ships where many died. This trade formed one leg of a 'triangular trade': European goods went to Africa, enslaved Africans went to the Americas, and American raw materials like sugar and cotton flowed back to Europe. The slave trade caused immense suffering and reshaped the populations, economies, and cultures of the Americas. Its legacy of racial injustice endures today.

Worked Example 1

Problem. Cause and effect: Why did Europeans turn to the transatlantic slave trade after colonizing the Americas?

  1. Recall the labor situation: epidemics had killed huge numbers of Indigenous people.
  2. State the colonial need: plantations and mines required large amounts of labor.
  3. Explain the choice: Europeans forcibly enslaved Africans to fill that labor demand.
  4. Conclude: the loss of Indigenous labor was a major cause of the slave trade's growth.

Answer. Disease had killed huge numbers of Indigenous people, leaving colonial plantations and mines short of laborers. To meet that demand, Europeans forcibly enslaved millions of Africans, so the loss of Indigenous labor drove the growth of the transatlantic slave trade.

Worked Example 2

Problem. Comparison: Explain the triangular trade by describing what moved along each of its three legs.

  1. Leg one: manufactured goods went from Europe to Africa.
  2. Leg two: enslaved Africans were forced across the Atlantic to the Americas (the Middle Passage).
  3. Leg three: raw materials like sugar, tobacco, and cotton went from the Americas to Europe.
  4. Conclude: it connected three regions in one brutal trade system.

Answer. On the first leg, European goods went to Africa; on the second, enslaved Africans were shipped to the Americas in the Middle Passage; on the third, American raw materials like sugar and tobacco went to Europe. These three legs linked Europe, Africa, and the Americas in the triangular trade.

Common mistakes
  • Misconception: 'The slave trade was small and short-lived.' Correction: it lasted roughly four centuries and forcibly transported millions of Africans.
  • Misconception: 'The Middle Passage was just an ordinary voyage.' Correction: it was a brutal, deadly journey in which enslaved people were packed into ships and many died.
  • Misconception: 'The slave trade's effects ended long ago.' Correction: its legacy of racial injustice and inequality continues to this day.
✎ Try it yourself

Problem. Short DBQ: How did the Columbian Exchange and the conquest of the Americas help cause the transatlantic slave trade?

Solution. The Columbian Exchange brought Old World diseases that, along with the violence of conquest, killed enormous numbers of Indigenous people. This left European colonies, which relied on plantations and mines, desperately short of labor. To fill that need, Europeans turned to forcibly enslaving Africans and shipping them across the Atlantic. So disease and conquest created the labor shortage that drove Europeans to build the brutal transatlantic slave trade, linking these events in a tragic chain of cause and effect.

The roots of absolutism and the Enlightenment on the eve of revolution (to 1789)

By the 1600s and 1700s, many European monarchs claimed absolute power, ruling by 'divine right,' as in the case of France's Louis XIV. In reaction, Enlightenment thinkers like Locke and Montesquieu argued that governments should protect natural rights and that power should be limited and separated. These ideas challenged absolutism and inspired revolutions. By 1789, on the eve of the French Revolution, Enlightenment ideals were reshaping how people viewed government.

By the 1600s and 1700s, many European monarchs claimed absolutism, meaning total, unchecked power. They argued for the 'divine right of kings,' the idea that God had chosen them to rule, so they answered to no one but God. The clearest example was France's Louis XIV, who built the lavish palace of Versailles to display his power. In reaction, Enlightenment thinkers used reason to challenge these claims. John Locke argued that governments exist to protect people's natural rights to life, liberty, and property, and that rulers who fail can rightly be replaced. Montesquieu argued power should be separated to prevent tyranny. These ideas directly challenged absolutism. By 1789, on the eve of the French Revolution, Enlightenment ideals were reshaping how people viewed government, helping inspire revolutions.

Worked Example 1

Problem. Comparison: Contrast the ideas of absolutism with the ideas of the Enlightenment.

  1. Describe absolutism: kings claim total power, justified by divine right.
  2. Describe Enlightenment ideas: government should protect natural rights and have limited, separated powers.
  3. Identify the conflict: one defends unlimited royal power, the other limits and checks it.
  4. Conclude: Enlightenment thought directly challenged absolutism.

Answer. Absolutism held that monarchs have total power by divine right. Enlightenment thinkers argued the opposite: that government should protect natural rights and be limited and divided to prevent tyranny. So the Enlightenment directly challenged the idea of unchecked royal power.

Worked Example 2

Problem. Document analysis: Locke wrote that people have rights to 'life, liberty, and property' that government must protect. What was the radical idea here, and what did it imply about bad rulers?

  1. Identify the claim: people have natural rights government must protect.
  2. Explain why it was radical: it makes government's purpose serving the people, not the king's glory.
  3. Draw the implication: a ruler who violates these rights fails his purpose.
  4. Conclude: such a ruler can rightly be replaced, a direct challenge to divine-right kings.

Answer. The radical idea was that government exists to protect people's natural rights, not to serve a king's power. This implies that a ruler who tramples those rights has failed his purpose and can rightly be replaced, directly challenging the divine right of kings and helping justify later revolutions.

Common mistakes
  • Misconception: 'Divine right meant kings actually had God-given magic powers.' Correction: it was a justification, the claim that God chose the king to rule, used to defend absolute power.
  • Misconception: 'The Enlightenment was only about science.' Correction: it also applied reason to government, arguing for natural rights and limited, separated powers.
  • Misconception: 'Enlightenment ideas had no real consequences.' Correction: they challenged absolutism and helped inspire revolutions like the French and American Revolutions.
✎ Try it yourself

Problem. Short DBQ: How did Enlightenment ideas set the stage for revolutions by 1789? Use specific thinkers.

Solution. Enlightenment thinkers attacked the foundations of absolute monarchy with reason. Locke argued government exists to protect natural rights to life, liberty, and property, implying that a ruler who violates them can be replaced. Montesquieu argued power should be separated into branches to prevent tyranny. These ideas told people that unchecked royal power was wrong and that government should serve and be limited by the people. By 1789, such ideals had spread widely and gave people both reasons and goals to challenge their rulers, helping set the stage for revolutions like the French Revolution.

Key terms
  • Age of Exploration — the era of European overseas voyages in the 1400s-1500s
  • Caravel — a fast, maneuverable ship that aided ocean exploration
  • Columbian Exchange — the transfer of plants, animals, people, and disease between hemispheres after 1492
  • Conquistador — a Spanish conqueror of territory in the Americas
  • Middle Passage — the brutal Atlantic crossing endured by enslaved Africans
  • Triangular trade — the trade network linking Europe, Africa, and the Americas
  • Absolutism — a system in which a monarch holds total power
  • Enlightenment — an intellectual movement emphasizing reason and natural rights
Assignment · Weighing Global Encounter

Write an evidence-based argument evaluating one major consequence of European exploration (the Columbian Exchange, conquest of the Americas, or the slave trade). Use at least two pieces of evidence and acknowledge that historians debate its impacts.

Deliverable · A short argumentative essay with a clear claim, two pieces of evidence, and a sentence acknowledging a counterperspective on the impact of global encounter.

Quiz · 5 questions
  1. 1. European exploration is often summarized by the motives:

  2. 2. The Columbian Exchange transferred:

  3. 3. What devastated Indigenous American populations most?

  4. 4. The Middle Passage refers to:

  5. 5. Enlightenment thinkers like Locke argued governments should:

You'll be able to

I can explain the motives and technologies behind European exploration.

I can analyze the global consequences of the Columbian Exchange and the slave trade.

I can construct an evidence-based argument about the impact of global encounter.

Assessment · C3 inquiry-based document analysis tasks, a civilization comparison essay, a trade-network mapping project, a Renaissance figure research presentation, and a culminating Age of Exploration argumentative essay using primary and secondary sources.

Computer Science & Coding 7 (Crunch Builders)

CSTA K-12 Computer Science Standards — Level 2 (Grades 6-8): Algorithms & Programming, Data & Analysis, Networks & the Internet, Impacts of Computing

Students transition from block-based to text-based programming in Python, designing algorithms, decomposing problems, working with variables, conditionals, loops, lists, and functions, analyzing data, and reasoning about how networks operate and how computing affects society.

Weeks 1-5 Unit 1: From Blocks to Text — Python Foundations
2-AP-112-AP-192-AP-17
Lecture
Setting up a Python environment and running your first program

Python is a popular text-based programming language known for readable code. To run Python you use an editor or an online tool that sends your code to an interpreter, which executes it line by line. The classic first program prints a message: print("Hello, world!") displays that text on the screen. Running this confirms your environment works and introduces the idea that code is a set of written instructions a computer follows exactly.

Python is a text-based programming language: instead of dragging blocks, you type instructions as words and symbols. You write code in an editor and run it through the Python interpreter, which reads your file top to bottom and executes each line in order. The most basic instruction is print(), a built-in function that displays text on the screen. Whatever you put inside the parentheses as a string (text in quotes) gets shown. Running a first program proves your environment works and teaches the core idea of programming: the computer does exactly what you write, in the exact order you write it, nothing more and nothing less.

Worked Example 1

Problem. Write and run a program that greets the world.

  1. Open a new file and type one line:
  2. print("Hello, world!")
  3. Save the file as hello.py
  4. Run it; the interpreter executes the print() line

Answer. Hello, world!

Worked Example 2

Problem. Print two separate lines of output.

  1. Each print() call ends with a new line, so use two:
  2. print("Welcome to Crunch Academy")
  3. print("Let's code!")

Answer. Welcome to Crunch Academy
Let's code!

Common mistakes
  • Forgetting the quotes: writing print(Hello) makes Python look for a variable named Hello and crash with a NameError. Fix: put text in quotes — print("Hello").
  • Capitalizing the function as Print("hi"): Python is case-sensitive and only knows print in lowercase. Fix: always use lowercase print.
✎ Try it yourself

Problem. Write a program that prints your name and your favorite language on two lines.

Solution. print("My name is Maya")
print("My favorite language is Python")
Each print() displays its string and moves to a new line, so the output appears on two separate lines. The text must be inside quotes so Python treats it as a string instead of code.

Variables, data types, and the assignment statement

A variable is a named container that stores a value, created with an assignment statement using the equals sign, as in score = 10. Python has several data types: integers (whole numbers), floats (decimals), strings (text in quotes), and booleans (True or False). The right side of an assignment is evaluated first, then stored in the name on the left. Variables let programs remember and reuse information.

A variable is a named box in the computer's memory that holds a value so your program can remember and reuse it. You create one with an assignment statement: a name, an equals sign, and a value, like score = 10. Python evaluates the right side first, then stores the result under the name on the left. Every value has a data type: int (whole numbers), float (decimals), str (text in quotes), and bool (True or False). You don't declare the type — Python figures it out from the value. You can check it with type(x). Variables can be reassigned, so score = score + 5 reads the old value, adds 5, and stores the new one back.

Worked Example 1

Problem. Create variables of different types and print their types.

  1. score = 10 # int
  2. price = 2.50 # float
  3. name = "Ada" # str
  4. passed = True # bool
  5. print(type(score), type(name))

Answer. <class 'int'> <class 'str'>

Worked Example 2

Problem. Trace what value lives is after these lines run.

  1. lives = 3
  2. lives = lives - 1 # right side: 3 - 1 = 2, stored back
  3. lives = lives - 1 # right side: 2 - 1 = 1
  4. print(lives)

Answer. 1

Common mistakes
  • Reading assignment backwards: thinking score = 10 means '10 equals score' both ways. It only copies the right side into the left name. Fix: read = as 'gets the value of'.
  • Putting numbers in quotes when you need math: age = "12" makes a string, so age + 1 errors. Fix: drop the quotes for numbers — age = 12.
✎ Try it yourself

Problem. Make a variable coins = 5, then double it and store the result back in coins. Print the result.

Solution. coins = 5
coins = coins * 2 # right side evaluates to 10, then stored back into coins
print(coins)
Output: 10. The assignment reuses the variable: Python computes coins * 2 using the old value (5), gets 10, then overwrites coins with that new value.

Input, output, and string formatting

Output is shown with print(), and input is gathered with input(), which always returns a string. To use a number from input you must convert it, as in age = int(input("Age? ")). String formatting combines text and values neatly; an f-string like f"Hi {name}" inserts a variable's value into the text. These tools let a program communicate with a user.

Programs communicate with users through output and input. print() sends information out to the screen. input() pauses the program, shows an optional prompt, and waits for the user to type something and press Enter. Critically, input() always returns a string — even if the user types digits. To do math with that value you must convert it with int() or float(), as in age = int(input("Age? ")). To build messages that mix text and variables, f-strings are the cleanest tool: put an f before the opening quote and wrap any variable in curly braces, like f"Hi {name}, you are {age}". Python replaces each {…} with the current value, producing one combined string.

Worked Example 1

Problem. Ask for a name and greet the user with an f-string.

  1. name = input("What is your name? ") # suppose user types Sam
  2. print(f"Welcome, {name}!")

Answer. Welcome, Sam!

Worked Example 2

Problem. Read a number and add 1 to it.

  1. age = int(input("Age? ")) # user types 12; int() converts "12" to 12
  2. next_age = age + 1
  3. print(f"Next year you will be {next_age}")

Answer. Next year you will be 13

Common mistakes
  • Forgetting input() returns a string, so num = input("n? ") then num * 2 repeats the text instead of doubling it. Fix: wrap it — num = int(input("n? ")).
  • Leaving off the f before the quote: print("Hi {name}") prints the literal {name}. Fix: add the f — print(f"Hi {name}").
✎ Try it yourself

Problem. Ask the user for two numbers and print their sum using an f-string.

Solution. a = int(input("First number: "))
b = int(input("Second number: "))
print(f"The sum is {a + b}")
input() gives text, so int() converts each entry to a real number. The f-string evaluates a + b inside the braces and inserts the result. For inputs 4 and 5 the output is: The sum is 9.

Arithmetic operators and order of operations in code

Python performs math with operators: + - * / for add, subtract, multiply, divide, plus ** for exponents, % for remainder (modulo), and // for integer division. It follows order of operations, doing parentheses, then exponents, then multiplication/division, then addition/subtraction. So 2 + 3 * 4 equals 14, not 20. Parentheses force a different order when needed.

Python computes with arithmetic operators: + adds, - subtracts, * multiplies, / divides (always giving a float), ** raises to a power, % gives the remainder (modulo), and // does floor (integer) division. Expressions follow the same order of operations as math, often remembered as PEMDAS: Parentheses first, then Exponents, then Multiplication and Division left to right, then Addition and Subtraction left to right. So 2 + 3 * 4 is 14 because the multiplication happens before the addition. Parentheses override this order: (2 + 3) * 4 is 20. The % operator is especially useful for testing divisibility — n % 2 == 0 is True when n is even.

Worked Example 1

Problem. Evaluate 2 + 3 * 4 and (2 + 3) * 4 by hand, then check.

  1. 2 + 3 * 4 -> multiply first: 3*4 = 12 -> 2 + 12 = 14
  2. (2 + 3) * 4 -> parentheses first: 5 * 4 = 20
  3. print(2 + 3 * 4) -> 14
  4. print((2 + 3) * 4) -> 20

Answer. 14 and 20

Worked Example 2

Problem. Use % and // to split 17 minutes into whole hours? No — into tens and ones.

  1. value = 17
  2. tens = value // 10 # floor division: 17 // 10 = 1
  3. ones = value % 10 # remainder: 17 % 10 = 7
  4. print(tens, ones)

Answer. 1 7

Common mistakes
  • Expecting / to give a whole number: 7 / 2 is 3.5, not 3. Fix: use // for integer division when you want a whole number (7 // 2 is 3).
  • Assuming left-to-right always: thinking 2 + 3 * 4 is 20. Fix: multiplication binds tighter than addition; use parentheses to force order.
✎ Try it yourself

Problem. A class of 30 students sits 4 per table. How many full tables, and how many students are left over? Compute with // and %.

Solution. students = 30
per_table = 4
full_tables = students // per_table # 30 // 4 = 7
leftover = students % per_table # 30 % 4 = 2
print(full_tables, leftover)
Output: 7 2. Floor division gives the number of complete groups (7 tables), and modulo gives the remainder that doesn't fill a table (2 students).

Reading and fixing syntax errors and reading tracebacks

A syntax error means the code breaks Python's grammar rules, like a missing colon or unmatched parenthesis, and the program will not run until it is fixed. When an error occurs, Python prints a traceback showing the line number and error type, such as 'SyntaxError' or 'NameError.' Reading the traceback from the bottom up usually points you to the problem. Debugging is the normal process of finding and fixing these errors.

Errors are a normal part of coding, and learning to read them is a key skill. A syntax error means your code breaks Python's grammar rules — a missing colon, an unclosed parenthesis, or a stray quote — and Python refuses to run the program at all until it is fixed. Other errors happen while running: a NameError means you used a name Python doesn't recognize (often a typo), and a TypeError means you combined incompatible types. When something goes wrong, Python prints a traceback: a report showing the file, the line number, and the error type and message. Read it from the bottom up — the last line names the error, and the line above points to the spot. Debugging is simply finding and fixing these problems.

Worked Example 1

Problem. Fix the syntax error in: if x > 5\n print("big")

  1. Python reports: SyntaxError: expected ':'
  2. An if statement must end its condition with a colon
  3. Corrected:
  4. if x > 5:
  5. print("big")

Answer. Add the missing colon after the condition: if x > 5:

Worked Example 2

Problem. Read this traceback and fix it: print(scrore)

  1. Traceback shows: NameError: name 'scrore' is not defined
  2. The variable was actually spelled score
  3. Fix the typo:
  4. print(score)

Answer. NameError caused by a typo; correct the spelling to score.

Common mistakes
  • Reading the traceback from the top and getting lost in internal lines. Fix: start at the bottom — the last line gives the error type and message.
  • Confusing a SyntaxError (code won't run at all) with a logic error (code runs but gives wrong answers). Fix: if there's no traceback but the output is wrong, trace the logic by hand.
✎ Try it yourself

Problem. This code crashes: total = 5\nprint("Total: " + total). Identify the error type and fix it.

Solution. The traceback ends with: TypeError: can only concatenate str (not "int") to str. You cannot add a number directly to a string. Fix by converting the number with str():
total = 5
print("Total: " + str(total))
Now total becomes "5" and joins the text. Output: Total: 5. (An f-string, print(f"Total: {total}"), also works.)

Commenting and writing readable code

A comment is a note in the code that Python ignores, written after a # symbol, used to explain what the code does for human readers. Readable code also uses clear variable names (total_score, not x) and consistent spacing. Good style does not change how the program runs but makes it far easier to understand and fix. Programmers spend more time reading code than writing it, so clarity matters.

A comment is a note written for humans that Python completely ignores when running. In Python you start a comment with a # symbol; everything after it on that line is skipped. Comments explain why code does something or clarify a tricky step. Readable code also depends on clear, descriptive variable names — total_score communicates far more than x — and on consistent spacing and indentation. None of this changes how the program runs, but it dramatically affects how easily a person can understand, debug, and extend the code later. Because programmers spend more time reading code than writing it (including their own, weeks later), writing clear, well-commented code is a professional habit, not an optional extra.

Worked Example 1

Problem. Add a comment and improve a vague variable name.

  1. Before: x = 7 * 24 # unclear
  2. After, with a clear name and comment:
  3. hours_per_week = 7 * 24 # 7 days times 24 hours
  4. print(hours_per_week)

Answer. hours_per_week = 168, with a comment explaining the calculation

Worked Example 2

Problem. Show that a comment does not affect output.

  1. price = 10
  2. # price = 999 <- this line is ignored by Python
  3. print(price)

Answer. 10 (the commented line never runs)

Common mistakes
  • Using single-letter names everywhere (a, b, c), making code unreadable. Fix: name variables for their meaning, like student_count.
  • Writing comments that just repeat the code, e.g. x = x + 1 # add 1 to x. Fix: comment the why — # advance to the next round.
✎ Try it yourself

Problem. Rewrite this unclear line to be readable, with a good name and a helpful comment: t = p * 0.07

Solution. # Sales tax is 7% of the price
tax = price * 0.07
The renamed variables (tax and price) reveal the purpose at a glance, and the comment explains the 0.07 magic number. The program runs exactly the same as before, but anyone reading it now understands it instantly.

Key terms
  • Variable — a named container that stores a value in a program
  • Data type — the kind of value, such as int, float, string, or boolean
  • Assignment statement — code that stores a value in a variable using =
  • String — text data enclosed in quotation marks
  • Syntax error — a mistake that breaks the language's grammar rules
  • Traceback — Python's error report showing where and what went wrong
  • Comment — a note in code (after #) that the computer ignores
Assignment · Greeting Machine

Write a Python program that asks the user for their name and age, then prints a personalized greeting that includes both, using an f-string. Convert the age to an integer and print how old they will be next year.

Deliverable · A working Python program with comments, using input(), int(), and an f-string, that produces a personalized greeting and a next-year age.

Quiz · 5 questions
  1. 1. What does print("Hello") do?

  2. 2. What data type does input() always return?

  3. 3. What is the value of 2 + 3 * 4 in Python?

  4. 4. What symbol begins a comment in Python?

  5. 5. Which is a valid assignment statement?

You'll be able to

I can write and run a Python program that uses variables and produces output.

I can store and combine different data types to represent information.

I can read error messages and document my code clearly.

Weeks 6-10 Unit 2: Algorithms and Decomposition
2-AP-102-AP-132-AP-12
Lecture
Designing algorithms with flowcharts and pseudocode

An algorithm is a step-by-step set of instructions for solving a problem. Before coding, programmers plan algorithms using flowcharts (diagrams with shapes for steps and decisions) or pseudocode (plain-language steps that look like code). For example, pseudocode for finding the larger of two numbers reads: 'if a is greater than b, output a, otherwise output b.' Planning first reduces mistakes when you write real code.

An algorithm is a precise, step-by-step set of instructions for solving a problem. Before writing real code, programmers plan algorithms two common ways. A flowchart is a diagram using shapes — ovals for start/end, rectangles for actions, and diamonds for yes/no decisions — connected by arrows showing the flow. Pseudocode is plain language written like code but without strict syntax, so you focus on the logic, not the punctuation. For example, pseudocode to find the larger of two numbers reads: 'IF a is greater than b THEN output a OTHERWISE output b.' Planning first catches logic mistakes early, when they are cheap to fix, and gives you a clear map to translate into Python later.

Worked Example 1

Problem. Write pseudocode for an algorithm that decides if a number is even or odd.

  1. GET number
  2. COMPUTE remainder = number mod 2
  3. IF remainder equals 0 THEN
  4. OUTPUT "even"
  5. OTHERWISE
  6. OUTPUT "odd"

Answer. Pseudocode that branches on number mod 2 to print even or odd.

Worked Example 2

Problem. Describe the flowchart shapes for: start, ask for age, decide if 18+, print result, end.

  1. Oval: Start
  2. Parallelogram (input): Ask for age
  3. Diamond (decision): age >= 18?
  4. Yes path -> Rectangle: print "adult"
  5. No path -> Rectangle: print "minor"
  6. Oval: End

Answer. A flowchart with one decision diamond branching into two output boxes.

Common mistakes
  • Writing pseudocode so vague it can't be coded, like 'figure out the answer'. Fix: make each step a single concrete action a computer could follow.
  • Skipping the plan and coding straight away on a hard problem. Fix: sketch pseudocode first so logic errors surface before you type.
✎ Try it yourself

Problem. Write pseudocode for an algorithm that finds the largest of three numbers a, b, and c.

Solution. SET largest = a
IF b is greater than largest THEN SET largest = b
IF c is greater than largest THEN SET largest = c
OUTPUT largest
The plan starts by assuming a is biggest, then updates largest whenever it finds a bigger value. After checking both b and c, largest holds the maximum. This pseudocode translates directly into Python if-statements.

Decomposing a problem into smaller, manageable parts

Decomposition means breaking a big problem into smaller subproblems that are each easier to solve. To build a quiz game, you might separate it into showing a question, getting an answer, checking it, and keeping score. Solving each piece and combining them produces the whole solution. Decomposition is a core computational thinking skill that makes complex tasks manageable.

Decomposition means breaking a big, intimidating problem into smaller subproblems that are each easy to understand and solve on their own. You solve each piece, then combine the pieces into the full solution. For example, building a quiz game feels huge, but it decomposes into: show a question, get the player's answer, check whether it's correct, update the score, and repeat for each question. Each subtask is small enough to code and test by itself. Decomposition is one of the four pillars of computational thinking. It reduces complexity, lets you focus on one thing at a time, makes bugs easier to isolate, and naturally maps onto writing separate functions later.

Worked Example 1

Problem. Decompose the task 'make a number-guessing game' into subtasks.

  1. Subtask 1: pick a secret number
  2. Subtask 2: ask the player for a guess
  3. Subtask 3: compare guess to the secret (too high / too low / correct)
  4. Subtask 4: repeat until the guess is correct
  5. Subtask 5: report how many guesses it took

Answer. Five small, solvable subtasks that together build the whole game.

Worked Example 2

Problem. Decompose 'compute the average of a list of test scores'.

  1. Subtask 1: add up all the scores (the sum)
  2. Subtask 2: count how many scores there are
  3. Subtask 3: divide the sum by the count
  4. Subtask 4: display the average

Answer. Sum, count, divide, display — four steps that combine into the average.

Common mistakes
  • Making subtasks that are still too big, like 'do the whole game'. Fix: keep splitting until each piece is a single clear job.
  • Decomposing but never reconnecting the parts. Fix: plan how the pieces hand data to each other before coding.
✎ Try it yourself

Problem. You must build a program that reports the weather: it reads a city, looks up the temperature, and tells the user to wear a coat if it's below 50. Decompose it.

Solution. Subtask 1: get the city name from the user.
Subtask 2: find that city's temperature (from a dataset or input).
Subtask 3: decide — if temperature < 50, advise a coat, otherwise say it's fine.
Subtask 4: print the advice.
Each subtask is small and testable. Subtask 3 is just one if/else, and the temperature from subtask 2 flows into it. Combined in order, they form the complete program.

Comparing different algorithms that solve the same problem

Often more than one algorithm solves a problem, and they can differ in speed, memory use, and readability. To find a name in a list, you could check every entry (linear search) or, if the list is sorted, jump to the middle repeatedly (binary search), which is much faster for large lists. Comparing algorithms by their efficiency helps you choose the best one. Efficiency matters more as data grows.

Often several different algorithms solve the same problem, and they can differ in speed, memory use, and readability. Comparing them helps you pick the best one for the situation. A classic example is searching a list. Linear search checks every item one by one from the start — simple, and it works on any list, but slow for large lists because in the worst case it checks all n items. Binary search is far faster but requires a sorted list: it checks the middle item, then throws away the half that can't contain the target, repeating until found. Searching a sorted list of 1,000 items takes about 10 binary-search steps versus up to 1,000 linear-search steps. Efficiency matters more and more as the data grows.

Worked Example 1

Problem. Trace linear search for 7 in [3, 7, 1, 9].

  1. Check index 0: 3 == 7? No
  2. Check index 1: 7 == 7? Yes — found at index 1
  3. Stop

Answer. Found at index 1 after checking 2 items.

Worked Example 2

Problem. Trace binary search for 7 in sorted list [1, 3, 7, 9, 11].

  1. Low=0, High=4, Mid=2 -> list[2] is 7
  2. 7 == 7? Yes — found at index 2 in a single step

Answer. Found at index 2 after only 1 comparison (vs 3 for linear search here).

Worked Example 3

Problem. Why is binary search faster for big lists? Estimate steps for 1,000,000 items.

  1. Binary search halves the range each step
  2. 1,000,000 halves to ~1 in about 20 steps (2^20 is over a million)
  3. Linear search could need up to 1,000,000 steps

Answer. ~20 steps (binary) vs up to 1,000,000 (linear).

Common mistakes
  • Using binary search on an unsorted list — it gives wrong answers. Fix: binary search requires the list be sorted first.
  • Assuming the fancier algorithm is always best. Fix: for tiny or unsorted lists, simple linear search can be the right, faster-to-write choice.
✎ Try it yourself

Problem. You have a sorted list of 64 student IDs and must find one. Roughly how many steps does binary search need, and why?

Solution. About 6 steps. Binary search halves the search range each time: 64 -> 32 -> 16 -> 8 -> 4 -> 2 -> 1, which is 6 halvings (because 2^6 = 64). Each step compares the target to the middle ID and discards half the list. Linear search could need up to 64 comparisons, so binary search is roughly ten times fewer steps here — and the gap grows for larger lists.

Recognizing patterns to generalize a solution

Pattern recognition is noticing similarities among problems so one solution can handle many cases. If you write code to add tax to one price, recognizing the pattern lets you write a general rule that works for any price. Generalizing avoids rewriting nearly identical code. This skill connects to writing reusable functions later.

Pattern recognition is noticing what several problems or pieces of data have in common so that one solution can handle many cases. Instead of writing nearly identical code over and over, you spot the repeating shape and write a single general rule. For example, if you calculate tax on one price as price * 0.07, you recognize that the same formula works for any price — so you generalize it into a rule (or later, a function) that takes any price as input. Patterns also appear inside data: a list of names that all need capitalizing, or numbers that all need doubling. Recognizing the pattern is the bridge from solving one specific case to writing reusable, flexible code that scales.

Worked Example 1

Problem. Spot the pattern: total1 = price1 * 1.07, total2 = price2 * 1.07, total3 = price3 * 1.07. Generalize it.

  1. Each line multiplies a price by the same factor 1.07
  2. The only thing that changes is which price
  3. General rule (pseudocode): total = price * 1.07
  4. This works for ANY price value

Answer. One reusable rule total = price * 1.07 replaces the three near-identical lines.

Worked Example 2

Problem. Generalize doubling: you wrote a=2*1, b=2*2, c=2*3 to make 2,4,6.

  1. Pattern: each value is 2 times its position (1,2,3)
  2. General rule: value = 2 * position
  3. In a loop: for position in range(1,4): print(2 * position)

Answer. A single loop using value = 2 * position prints 2, 4, 6.

Common mistakes
  • Copy-pasting code with tiny edits instead of spotting the pattern. Fix: ask 'what is the same, what changes?' — the change becomes an input.
  • Over-generalizing and forcing different problems into one rule. Fix: only generalize when the underlying steps truly match.
✎ Try it yourself

Problem. You greet three users: print("Hi Ana"), print("Hi Ben"), print("Hi Cy"). Find the pattern and write a general loop.

Solution. The fixed part is 'Hi ' + a name; only the name changes. Put the names in a list and loop:
names = ["Ana", "Ben", "Cy"]
for name in names:
print(f"Hi {name}")
Output: Hi Ana / Hi Ben / Hi Cy. By recognizing the repeating 'Hi {name}' pattern, one loop replaces three lines and works for any number of names.

Tracing algorithms step by step by hand

Tracing means following an algorithm by hand, tracking the value of each variable at every step, as the computer would. Writing the variables in a table and updating them line by line reveals exactly what the code does and where bugs hide. For a loop, you record the variable's value on each pass. Tracing builds the precise thinking programming requires.

Tracing means following an algorithm by hand, exactly as the computer would, recording the value of every variable at each step. You build a trace table with a column per variable and a row per step, updating values line by line. For loops, you write the loop variable's value on each pass and any totals it changes. Tracing forces you to slow down and think the way the machine does, which reveals precisely what code does and exposes bugs you'd otherwise miss — like a loop that runs one time too many or a total that starts at the wrong value. It is one of the most reliable debugging skills and builds the careful, literal thinking that programming demands.

Worked Example 1

Problem. Trace this loop and give the final total: total = 0; for i in range(1, 4): total = total + i

  1. Start: total = 0
  2. i=1: total = 0 + 1 = 1
  3. i=2: total = 1 + 2 = 3
  4. i=3: total = 3 + 3 = 6
  5. range(1,4) stops before 4, so the loop ends

Answer. total = 6 (the sum 1+2+3)

Worked Example 2

Problem. Trace: x = 10; while x > 6: x = x - 2. What is x at the end and how many times does the loop run?

  1. x=10: 10>6 True -> x = 8 (run 1)
  2. x=8: 8>6 True -> x = 6 (run 2)
  3. x=6: 6>6 False -> stop

Answer. x = 6, and the loop ran 2 times

Common mistakes
  • Forgetting range(1, 4) excludes 4, so tracing four passes instead of three. Fix: range(a, b) covers a up to b-1.
  • Updating variables in your head and losing track. Fix: write every variable's value in a table on each line.
✎ Try it yourself

Problem. Trace this program by hand and predict the output: count = 0; nums = [4, 0, 7]; for n in nums: if n > 0: count = count + 1; print(count)

Solution. Start count = 0.
n=4: 4>0 True -> count = 1
n=0: 0>0 False -> count stays 1
n=7: 7>0 True -> count = 2
Loop ends; print(count) -> 2.
The trace table shows count moving 0 -> 1 -> 1 -> 2. The program counts how many list values are positive, so the output is 2.

Translating a planned algorithm into Python

Once an algorithm is planned in pseudocode, you convert each step into Python syntax. 'If a is greater than b, print a' becomes if a > b: print(a). Indentation in Python shows which statements belong to a block, replacing words like 'then.' Testing the code against examples confirms the translation matches your plan.

Once you have planned an algorithm in pseudocode, the final step is translating each pseudocode line into real Python syntax. The logic stays the same; only the form changes. 'IF a is greater than b THEN output a' becomes if a > b: print(a). Where pseudocode used words like THEN and OTHERWISE, Python uses a colon and indentation: the indented lines below an if belong to that block. 'REPEAT 5 times' becomes for i in range(5):. After translating, you test the code against the same examples you used to design the algorithm; if the output matches your expectations, the translation is faithful. This discipline — plan, translate, test — keeps your code aligned with your intended logic.

Worked Example 1

Problem. Translate this pseudocode to Python: IF score >= 60 THEN output 'pass' OTHERWISE output 'fail'.

  1. if becomes if, the colon replaces THEN
  2. the OTHERWISE branch becomes else:
  3. if score >= 60:
  4. print("pass")
  5. else:
  6. print("fail")

Answer. A working if/else block that prints pass when score >= 60, else fail.

Worked Example 2

Problem. Translate: REPEAT for each number 1 to 3, output that number squared.

  1. 'REPEAT for each number 1 to 3' -> for n in range(1, 4):
  2. 'output that number squared' -> print(n ** 2)
  3. Combined:
  4. for n in range(1, 4):
  5. print(n ** 2)

Answer. Prints 1, 4, 9

Common mistakes
  • Forgetting to indent the body under if/for, causing an IndentationError. Fix: indent every line that belongs to the block (4 spaces).
  • Translating but never testing against examples. Fix: run the code on known inputs and compare to your planned outputs.
✎ Try it yourself

Problem. Translate this pseudocode to Python and test it: SET total = 0; FOR each n in [5, 10, 15]: ADD n to total; OUTPUT total.

Solution. total = 0
for n in [5, 10, 15]:
total = total + n
print(total)
The SET line becomes an assignment, FOR each becomes a for loop over the list, ADD becomes total = total + n indented inside the loop, and OUTPUT becomes print. Testing: 0+5=5, 5+10=15, 15+15=30, so the output is 30 — matching the plan.

Key terms
  • Algorithm — a step-by-step set of instructions for solving a problem
  • Flowchart — a diagram using shapes to represent steps and decisions
  • Pseudocode — plain-language steps that outline a program before coding
  • Decomposition — breaking a problem into smaller, manageable parts
  • Pattern recognition — finding similarities to generalize a solution
  • Tracing — following an algorithm by hand, tracking variable values
  • Efficiency — how much time or memory an algorithm uses
Assignment · Plan Before You Code

Choose a simple task (making a sandwich, finding the largest of three numbers, or a guessing game). Write pseudocode or a flowchart for it, decompose it into at least three sub-steps, then trace it by hand with a sample input.

Deliverable · Pseudocode or a flowchart, a list of decomposed sub-steps, and a trace table showing variable values for one example.

Quiz · 5 questions
  1. 1. An algorithm is:

  2. 2. Decomposition means:

  3. 3. For a large sorted list, which search is faster?

  4. 4. Pseudocode is:

  5. 5. Tracing an algorithm by hand helps you:

You'll be able to

I can use flowcharts and pseudocode to design an algorithm before coding.

I can decompose a problem into smaller parts to make it easier to solve.

I can compare two algorithms and explain which is more efficient or readable.

Weeks 11-16 Unit 3: Control Flow — Conditionals and Loops
2-AP-122-AP-112-AP-13
Lecture
Boolean values and comparison operators

A boolean is a value that is either True or False, the basis of decision-making in programs. Comparison operators produce booleans: == tests equality, != tests inequality, and < > <= >= compare sizes. For example, 5 > 3 evaluates to True. Note that == (compare) is different from = (assign), a common beginner mistake.

A boolean is a value that is either True or False, and it is the foundation of every decision a program makes. You produce booleans with comparison operators that ask a yes/no question about values: == tests whether two things are equal, != tests whether they are not equal, and <, >, <=, >= compare sizes. For example, 5 > 3 evaluates to True, and 4 == 5 evaluates to False. A crucial distinction: == compares (asks 'are these equal?') while a single = assigns (stores a value into a variable). Mixing them up is one of the most common beginner errors. Because if statements, while loops, and logical operators all act on booleans, mastering comparisons is essential to controlling program flow.

Worked Example 1

Problem. Predict the boolean result of each: 5 > 3, 4 == 4, 7 != 7, 2 <= 2.

  1. 5 > 3 -> True (5 is greater)
  2. 4 == 4 -> True (equal)
  3. 7 != 7 -> False (they ARE equal, so 'not equal' is False)
  4. 2 <= 2 -> True (equal counts as <=)

Answer. True, True, False, True

Worked Example 2

Problem. Store a comparison in a variable and print it.

  1. age = 12
  2. is_teen = age >= 13 # 12 >= 13 is False
  3. print(is_teen)

Answer. False

Common mistakes
  • Writing if x = 5: (single =) to compare, which is a SyntaxError. Fix: use == to compare — if x == 5:.
  • Forgetting <= and >= include the boundary: thinking 2 <= 2 is False. Fix: <= means 'less than OR equal', so 2 <= 2 is True.
✎ Try it yourself

Problem. Set temp = 100. Create a boolean variable boiling that is True only when temp is at least 100, then print it.

Solution. temp = 100
boiling = temp >= 100 # 100 >= 100 is True
print(boiling)
Output: True. The >= operator returns a boolean directly, so boiling stores True. If temp were 99, the comparison 99 >= 100 would be False and boiling would print False. Note >= includes the boundary value 100.

if, elif, and else decision structures

An if statement runs a block of code only when its condition is True. elif (else-if) checks another condition if the first was False, and else runs when none of the conditions matched. For example: if score >= 90: print("A") elif score >= 80: print("B") else: print("C"). Indentation tells Python which statements belong to each branch. Only the first matching branch runs.

An if statement lets a program choose what to do based on a condition. The if block runs only when its condition is True. An elif (short for 'else if') checks a new condition, but only if all the conditions above it were False. The else block runs when none of the conditions matched, acting as a catch-all. Python decides which branch to run by checking conditions top to bottom and executing the first one that is True — then it skips the rest entirely. Indentation tells Python which statements belong to each branch: everything indented under an if/elif/else is part of that block. This top-to-bottom, first-match-wins behavior is why the order of your conditions matters.

Worked Example 1

Problem. Trace the grade printed when score = 85: if score>=90: print('A') elif score>=80: print('B') else: print('C').

  1. score = 85
  2. Check score >= 90 -> 85 >= 90 is False, skip A
  3. Check elif score >= 80 -> 85 >= 80 is True -> print('B')
  4. Skip the else entirely

Answer. B

Worked Example 2

Problem. Show why order matters: classify 95 with the same structure.

  1. score = 95
  2. if 95 >= 90 -> True -> print('A')
  3. Because the first match wins, Python never checks the elif

Answer. A

Common mistakes
  • Using separate if statements instead of elif, so multiple branches run. Fix: chain with elif/else so only one branch executes.
  • Ordering conditions wrong, like checking score>=80 before score>=90 — then a 95 prints B. Fix: test the most specific/highest condition first.
✎ Try it yourself

Problem. Write code that prints 'cold' if temp < 50, 'mild' if temp is 50 to 79, and 'hot' otherwise. Test with temp = 72.

Solution. temp = 72
if temp < 50:
print("cold")
elif temp < 80:
print("mild")
else:
print("hot")
Trace: 72 < 50 is False, so skip 'cold'. 72 < 80 is True, so print 'mild' and skip else. Output: mild. The elif cleverly handles the 50-79 range because the earlier branch already ruled out anything below 50.

Combining conditions with and, or, and not

Logical operators combine boolean conditions. 'and' is True only when both conditions are True; 'or' is True when at least one is True; 'not' reverses a value. For example, age >= 13 and age <= 19 is True only for teenagers. These let a single if statement test complex situations. Parentheses can group conditions for clarity.

Logical operators combine or flip boolean conditions so a single if can test a complex situation. 'and' is True only when both sides are True; 'or' is True when at least one side is True; 'not' reverses a boolean, turning True into False and vice versa. For example, age >= 13 and age <= 19 is True only for teenagers, because both parts must hold. day == "Sat" or day == "Sun" is True on either weekend day. not raining is True when raining is False. Python evaluates each comparison to a boolean first, then applies the logical operator. Parentheses group conditions to make the intended logic clear and to control evaluation order when mixing and with or.

Worked Example 1

Problem. Evaluate for age = 16: (age >= 13) and (age <= 19).

  1. age >= 13 -> 16 >= 13 -> True
  2. age <= 19 -> 16 <= 19 -> True
  3. True and True -> True

Answer. True (16 is a teenager)

Worked Example 2

Problem. Evaluate for day = 'Mon': day == 'Sat' or day == 'Sun'.

  1. day == 'Sat' -> 'Mon' == 'Sat' -> False
  2. day == 'Sun' -> 'Mon' == 'Sun' -> False
  3. False or False -> False

Answer. False (Monday is not a weekend day)

Worked Example 3

Problem. Evaluate not (5 > 3).

  1. 5 > 3 -> True
  2. not True -> False

Answer. False

Common mistakes
  • Writing if age >= 13 and <= 19: — you can't drop the variable. Fix: repeat it — age >= 13 and age <= 19.
  • Confusing and with or: using 'or' when you mean 'both must be true'. Fix: use 'and' for both-required, 'or' for either-allowed.
✎ Try it yourself

Problem. A ride is allowed only if the person is at least 48 inches tall AND at least 8 years old. Write the condition for height = 50, age = 7 and state the result.

Solution. height = 50
age = 7
can_ride = height >= 48 and age >= 8
print(can_ride)
Evaluate: height >= 48 is 50 >= 48 -> True; age >= 8 is 7 >= 8 -> False. True and False -> False. Output: False. Because 'and' requires both conditions, failing the age check blocks the ride even though the height passes.

Definite repetition with for loops and range

A for loop repeats a block a known number of times, often using range() to generate numbers. for i in range(5): print(i) prints 0 through 4, because range(5) gives five values starting at 0. The loop variable i takes each value in turn. for loops are ideal when you know how many repetitions you need or want to step through a collection.

A for loop repeats a block of code a known number of times, which is called definite repetition. It is often paired with range(), a function that generates a sequence of numbers. range(5) produces 0, 1, 2, 3, 4 — five values starting at 0 and stopping before 5. range(1, 6) goes 1 through 5, and range(0, 10, 2) steps by 2 to give 0,2,4,6,8. On each pass the loop variable (commonly i) takes the next value, and the indented body runs once per value. for loops are ideal when you know how many repetitions you need, want to count, or want to step through every item in a collection. The loop ends automatically when range runs out of values.

Worked Example 1

Problem. What does this print? for i in range(5): print(i)

  1. range(5) -> 0,1,2,3,4
  2. i=0 print 0; i=1 print 1; i=2 print 2; i=3 print 3; i=4 print 4
  3. Stops before 5

Answer. 0
1
2
3
4

Worked Example 2

Problem. Sum the numbers 1 through 4 with a for loop.

  1. total = 0
  2. for n in range(1, 5): # 1,2,3,4
  3. total = total + n
  4. print(total)
  5. Trace: 0+1=1, +2=3, +3=6, +4=10

Answer. 10

Common mistakes
  • Expecting range(5) to include 5 — it stops at 4. Fix: range(n) gives 0 to n-1; use range(1, n+1) to include n.
  • Forgetting to indent the loop body, so it runs only once after the loop. Fix: indent every line that should repeat.
✎ Try it yourself

Problem. Use a for loop to print the 3 times table from 3 up to 3 x 5 (3, 6, 9, 12, 15).

Solution. for i in range(1, 6): # i = 1,2,3,4,5
print(3 * i)
range(1, 6) yields 1 through 5. Each pass multiplies 3 by i: 3*1=3, 3*2=6, 3*3=9, 3*4=12, 3*5=15. Output is 3, 6, 9, 12, 15 on separate lines. Using range to drive the multiplier keeps the loop short and easy to change.

Indefinite repetition with while loops and avoiding infinite loops

A while loop repeats as long as its condition stays True, useful when you do not know in advance how many times to repeat. You must change something inside the loop so the condition eventually becomes False, or it runs forever as an infinite loop. For example, while count < 5: count = count + 1 stops after the count reaches 5. Always ensure the loop can end.

A while loop repeats its block as long as a condition stays True, which is called indefinite repetition because you may not know in advance how many times it will run. Python checks the condition before each pass; the moment it becomes False, the loop stops. The danger is the infinite loop: if nothing inside the body ever makes the condition False, the loop runs forever and the program hangs. To prevent this you must change a variable in the body that moves the condition toward False — for example, incrementing a counter or shrinking a value. while loops shine when you're waiting for an event, like 'keep asking until the user types yes' or 'keep halving until the value is below 1'. Always make sure there is a clear exit.

Worked Example 1

Problem. Trace: count = 0; while count < 3: print(count); count = count + 1.

  1. count=0: 0<3 True -> print 0, count=1
  2. count=1: 1<3 True -> print 1, count=2
  3. count=2: 2<3 True -> print 2, count=3
  4. count=3: 3<3 False -> stop

Answer. Prints 0, 1, 2 then ends

Worked Example 2

Problem. Spot why this loops forever: x = 5; while x > 0: print(x).

  1. x stays 5 every pass because nothing changes it
  2. 5 > 0 is always True -> the body runs endlessly
  3. Fix: add x = x - 1 inside the loop

Answer. Infinite loop; fix by decrementing x inside the body.

Common mistakes
  • Forgetting to update the loop variable, creating an infinite loop. Fix: change a variable each pass so the condition can become False.
  • Off-by-one boundaries: while count <= 3 runs one extra time vs count < 3. Fix: choose < or <= deliberately and trace it.
✎ Try it yourself

Problem. Use a while loop to count down from 3 to 1, printing each number, then print 'Liftoff!'.

Solution. n = 3
while n >= 1:
print(n)
n = n - 1
print("Liftoff!")
Trace: n=3 (3>=1 True) print 3, n=2; n=2 print 2, n=1; n=1 print 1, n=0; n=0 (0>=1 False) stop. Then print 'Liftoff!'. Output: 3, 2, 1, Liftoff!. The n = n - 1 line guarantees the loop ends instead of running forever.

Nesting loops and conditionals to build richer programs

Nesting means placing one control structure inside another, such as an if inside a for loop, or a loop inside a loop. A nested loop can produce a grid: an outer loop for rows and an inner loop for columns. Each level of nesting adds an extra layer of indentation in Python. Combining loops and conditionals lets you build complex behavior from simple parts.

Nesting means putting one control structure inside another — an if inside a for loop, or a loop inside a loop. With nested loops, the inner loop completes all its passes for every single pass of the outer loop, which is how you generate grids: the outer loop counts rows and the inner loop counts columns. Each level of nesting adds another step of indentation in Python, and that indentation is what tells Python which statements belong to which level. Combining loops with conditionals lets you build rich behavior from simple parts: you can scan a grid and act only on certain cells, or repeat a decision many times. Reading nested code carefully, level by level, is key to understanding what it does.

Worked Example 1

Problem. Trace the output: for r in range(2): for c in range(3): print(r, c).

  1. r=0: c=0 -> '0 0', c=1 -> '0 1', c=2 -> '0 2'
  2. r=1: c=0 -> '1 0', c=1 -> '1 1', c=2 -> '1 2'
  3. Inner loop finishes fully for each outer value

Answer. 0 0 / 0 1 / 0 2 / 1 0 / 1 1 / 1 2 (six lines)

Worked Example 2

Problem. Use a loop with an if to print only even numbers from 0 to 5.

  1. for n in range(6):
  2. if n % 2 == 0:
  3. print(n)
  4. Trace: 0 even->print, 1 odd->skip, 2 even->print, 3 skip, 4 print, 5 skip

Answer. 0
2
4

Common mistakes
  • Mixing up indentation levels so an inner statement lands in the wrong loop. Fix: indent consistently — each nested level gets one more level of indentation.
  • Expecting nested loops to run side by side; the inner loop runs fully each outer pass. Fix: total runs = outer count x inner count.
✎ Try it yourself

Problem. Print a 3-row multiplication grid where each cell is row * col, with rows and cols 1 to 3, each row on its own line.

Solution. for row in range(1, 4):
line = ""
for col in range(1, 4):
line = line + str(row * col) + " "
print(line)
The outer loop picks a row (1,2,3); for each row the inner loop builds a string of row*col across cols 1-3. Output:
1 2 3
2 4 6
3 6 9
The inner loop fully runs (3 cells) for every outer row, producing the grid.

Key terms
  • Boolean — a value that is either True or False
  • Comparison operator — a symbol like ==, !=, <, > that produces a boolean
  • Conditional — a statement (if/elif/else) that runs code based on a condition
  • Logical operator — and, or, not, used to combine boolean conditions
  • for loop — a loop that repeats a set number of times, often over a range
  • while loop — a loop that repeats while a condition stays True
  • Infinite loop — a loop whose condition never becomes False, so it never stops
  • Nesting — placing one control structure inside another
Assignment · Number Guessing Game

Write a Python program that picks a secret number and lets the user guess in a loop. Use a while loop to keep asking until correct, and use if/elif/else to tell the user whether each guess is too high, too low, or correct.

Deliverable · A working guessing-game program using a while loop and if/elif/else that gives feedback and ends when the user guesses correctly.

Quiz · 5 questions
  1. 1. Which operator tests equality in Python?

  2. 2. How many times does for i in range(4) repeat?

  3. 3. The expression (age >= 13 and age <= 19) is True for:

  4. 4. What causes an infinite loop?

  5. 5. In an if/elif/else chain, how many branches run?

You'll be able to

I can use conditionals to make my program respond differently to different inputs.

I can use loops to repeat actions and process collections of values.

I can combine loops and conditionals to solve a multi-step problem.

Weeks 17-22 Unit 4: Lists, Functions, and Reusable Code
2-AP-142-AP-132-AP-11
Lecture
Creating and indexing lists to store collections of data

A list is an ordered collection of values stored in one variable, written in square brackets, like scores = [90, 85, 100]. Each item has an index (position) starting at 0, so scores[0] is 90 and scores[2] is 100. Lists let you store many related values without naming each separately. You can find the length with len(scores).

A list is an ordered collection of values stored under one variable name, written with square brackets and commas, like scores = [90, 85, 100]. Lists let you keep many related values together instead of inventing a separate name for each. Every item has an index — its position — and Python counts from 0, so scores[0] is the first item (90) and scores[2] is the third (100). You read or change an item by its index. The built-in len() function reports how many items a list holds, so len(scores) is 3, and the last index is always len(list) - 1. Lists can hold numbers, strings, or a mix, and they can grow or shrink as the program runs.

Worked Example 1

Problem. Given fruits = ['apple','banana','cherry'], print the first and last items.

  1. fruits[0] -> 'apple' (index 0 is first)
  2. len(fruits) is 3, so last index is 3-1 = 2
  3. fruits[2] -> 'cherry'
  4. print(fruits[0], fruits[2])

Answer. apple cherry

Worked Example 2

Problem. Find how many scores are in scores = [90, 85, 100, 70] and print the third one.

  1. len(scores) -> 4
  2. third item is index 2 (0,1,2)
  3. print(len(scores), scores[2])

Answer. 4 100

Common mistakes
  • Thinking the first item is index 1. Fix: Python indexes from 0, so the first item is list[0].
  • Going out of range: for a 3-item list, list[3] raises IndexError. Fix: valid indexes are 0 to len(list)-1.
✎ Try it yourself

Problem. Create a list of three pet names, print how many there are, and print the second pet.

Solution. pets = ["Rex", "Mia", "Bo"]
print(len(pets)) # 3
print(pets[1]) # second item, index 1
len(pets) counts the items (3). The second pet sits at index 1 because counting starts at 0, so pets[1] is 'Mia'. Output: 3 then Mia.

Iterating over lists and updating their contents

A for loop can step through every item in a list: for score in scores: print(score) handles each value in turn. You can change items by index, as in scores[0] = 95, and add items with scores.append(70). Looping over a list lets you process any number of items with the same code. This pairs lists with loops to handle collections efficiently.

Lists and loops are a powerful pair. A for loop can step through every item in a list automatically: for score in scores: print(score) gives each value to the loop variable in turn, so you process any number of items with the same few lines. To change an existing item you assign by index, like scores[0] = 95, which replaces the first value. To grow a list you call the append() method: scores.append(70) adds 70 to the end. You can also build a running total or count inside the loop. This combination — store many values in a list, then loop to process or modify them — is the standard way to handle collections of data efficiently in Python.

Worked Example 1

Problem. Loop over nums = [3, 6, 9] and print each value doubled.

  1. for n in nums:
  2. print(n * 2)
  3. Trace: n=3 -> 6, n=6 -> 12, n=9 -> 18

Answer. 6
12
18

Worked Example 2

Problem. Start with empty list, append 1,2,3, then change the first to 99.

  1. items = []
  2. items.append(1); items.append(2); items.append(3) # [1,2,3]
  3. items[0] = 99 # [99, 2, 3]
  4. print(items)

Answer. [99, 2, 3]

Worked Example 3

Problem. Sum all values in data = [10, 20, 30] using a loop.

  1. total = 0
  2. for x in data: total = total + x
  3. Trace: 0+10=10, +20=30, +30=60
  4. print(total)

Answer. 60

Common mistakes
  • Using append wrong: scores = scores.append(5) sets scores to None. Fix: append modifies in place — just call scores.append(5).
  • Changing a list while looping over it can skip items. Fix: build a new list, or loop over a copy when removing items.
✎ Try it yourself

Problem. Given temps = [60, 75, 90], use a loop to count how many are above 70.

Solution. temps = [60, 75, 90]
count = 0
for t in temps:
if t > 70:
count = count + 1
print(count)
The loop visits each temperature; the if adds 1 to count only when t > 70. Trace: 60 no, 75 yes (count 1), 90 yes (count 2). Output: 2. Pairing the loop with an if lets you filter and count in one pass.

Defining functions with parameters and return values

A function is a named, reusable block of code defined with def. Parameters are inputs listed in parentheses, and return sends a result back to the caller. For example, def square(n): return n * n defines a function so square(4) gives 16. Functions let you write code once and use it many times. They make programs shorter and easier to test.

A function is a named, reusable block of code you define once and call many times. You create it with the def keyword, a name, and parentheses that list parameters — the inputs the function expects. Inside, the code uses those parameters as variables. The return statement sends a result back to wherever the function was called, and that value can be stored or used in an expression. For example, def square(n): return n * n defines a function so square(4) evaluates to 16. Functions reduce repetition (write the logic once), make programs shorter and easier to read, and let you test one piece in isolation. A function that has no return statement returns None by default.

Worked Example 1

Problem. Define a function square(n) and use it to print the square of 4 and 7.

  1. def square(n):
  2. return n * n
  3. print(square(4)) # 4*4
  4. print(square(7)) # 7*7

Answer. 16
49

Worked Example 2

Problem. Write add(a, b) that returns the sum and store the result.

  1. def add(a, b):
  2. return a + b
  3. total = add(5, 3) # parameters a=5, b=3
  4. print(total)

Answer. 8

Common mistakes
  • Using print() instead of return, then trying x = square(4): x becomes None. Fix: use return to send a value back to the caller.
  • Forgetting to call the function — writing square (without parentheses/arguments) doesn't run it. Fix: call it like square(4).
✎ Try it yourself

Problem. Write a function area(width, height) that returns the area of a rectangle, then print the area of a 5 by 3 rectangle.

Solution. def area(width, height):
return width * height

print(area(5, 3))
The parameters width and height receive 5 and 3 when called. The return statement sends back width * height = 15 to the print call. Output: 15. Because it's a function, you can reuse it for any rectangle, e.g. area(10, 2) gives 20.

Using functions to break a program into reusable parts

Functions support decomposition by letting you split a program into named pieces that each do one job. A game might have get_input(), check_answer(), and update_score() functions called from a main part. This organization makes code easier to read, debug, and reuse. Calling a function runs its code and then returns to where it was called.

Functions are the practical tool for decomposition: you split a program into named pieces that each do one clear job, then call them from a main part. A quiz game might have get_input(), check_answer(), and update_score() functions, with a main section that calls each in order. When you call a function, Python jumps to its code, runs it, and then returns to the exact spot after the call, optionally bringing back a value. This organization makes code far easier to read (the names describe the steps), to debug (you can test one function at a time), and to reuse (call the same function wherever you need that job done). Designing each function around a single responsibility is a core habit of clean programming.

Worked Example 1

Problem. Decompose a greeting program into a function and a main call.

  1. def greet(name):
  2. return f"Hello, {name}!"
  3. # main part:
  4. message = greet("Sam")
  5. print(message)

Answer. Hello, Sam!

Worked Example 2

Problem. Use two functions where main calls each in order.

  1. def get_double(x): return x * 2
  2. def show(value): print(f"Result: {value}")
  3. # main:
  4. d = get_double(6) # 12
  5. show(d) # prints using the returned value

Answer. Result: 12

Common mistakes
  • Making one giant function that does everything. Fix: give each function a single job and a name that describes it.
  • Defining functions but never calling them from a main section. Fix: after def blocks, write the calls that actually run the program.
✎ Try it yourself

Problem. Split this into two functions: one that returns 'PASS' or 'FAIL' for a score, and a main part that prints the result for score 72 (passing is 60+).

Solution. def grade(score):
if score >= 60:
return "PASS"
else:
return "FAIL"

# main part
result = grade(72)
print(result)
grade() does one job: decide pass/fail and return a label. The main part calls it with 72, stores the returned 'PASS', and prints it. Output: PASS. The function can be reused for any score, e.g. grade(40) returns 'FAIL'.

Variable scope inside and outside functions

Scope is where a variable can be used. A variable created inside a function is local, existing only while the function runs, and cannot be seen outside it. Variables defined outside functions are global and accessible more broadly. Understanding scope prevents bugs where you try to use a variable that no longer exists. Passing values through parameters and returns is the clean way to share data.

Scope is the region of a program where a variable can be used. A variable created inside a function is local: it exists only while that function runs and is invisible outside it. Trying to use a local variable after the function ends causes a NameError. Variables defined outside all functions are global and can be read throughout the file. This separation is a feature, not a bug: it keeps functions self-contained, so a helper's temporary variables can't accidentally clobber names elsewhere. The clean, recommended way to move data into and out of a function is through parameters (data in) and return values (data out), rather than relying on globals. Understanding scope prevents puzzling 'variable not defined' errors.

Worked Example 1

Problem. Explain why this fails: def f(): x = 5; f(); print(x).

  1. x = 5 is created INSIDE f, so it's local
  2. After f() returns, x no longer exists
  3. print(x) at the global level raises NameError: name 'x' is not defined
  4. Fix: return x and capture it -> x = f() ... but f must 'return x'

Answer. NameError because x is local to f and gone after the call.

Worked Example 2

Problem. Pass data in and out cleanly with parameters and return.

  1. def add_one(n): # n is local
  2. return n + 1
  3. value = 10 # global
  4. value = add_one(value) # pass in 10, get 11 back
  5. print(value)

Answer. 11

Common mistakes
  • Expecting a function to see a variable it never received. Fix: pass it in as a parameter rather than assuming global access.
  • Trying to read a function's local variable from outside. Fix: return the value so the caller can store it.
✎ Try it yourself

Problem. This prints an error: def make(): result = 2 * 3; make(); print(result). Fix it so it prints 6.

Solution. def make():
result = 2 * 3
return result

answer = make()
print(answer)
The original failed because result is local to make() and doesn't exist outside it. The fix returns result so the caller can capture it into answer (a variable in the outer scope). Now print(answer) shows 6. Returning is the clean way to get a local value out of a function.

Building a program from multiple cooperating functions

Real programs combine several functions that call one another to accomplish a task. One function's return value can become another's input, like building with blocks. Designing each function to do one clear job and tested separately makes the whole program reliable. This modular approach is how professional software is built.

Real programs are built from several cooperating functions that call one another, much like assembling blocks. One function's return value can become the input (argument) to another, chaining small steps into a larger result. Designing each function to do one well-defined job — and testing each separately with known inputs — makes the whole program reliable, because you can trust each piece before combining them. A typical structure has small helper functions plus a main() function that orchestrates the calls. This modular approach is exactly how professional software is built: it isolates bugs to single functions, lets teams work on different functions at once, and makes the code reusable across projects.

Worked Example 1

Problem. Chain two functions: double a number, then add 10. Show the result for 4.

  1. def double(n): return n * 2
  2. def add_ten(n): return n + 10
  3. x = double(4) # 8
  4. y = add_ten(x) # 18
  5. print(y)

Answer. 18

Worked Example 2

Problem. Use a main() function that calls helpers in order.

  1. def square(n): return n * n
  2. def main():
  3. value = square(5) # 25
  4. print(f"Square is {value}")
  5. main() # run the program

Answer. Square is 25

Common mistakes
  • Functions that depend on each other's internal variables instead of return values. Fix: pass results as arguments so functions stay independent.
  • Never testing helpers alone, so a bug hides in one of many calls. Fix: test each function with sample inputs before combining.
✎ Try it yourself

Problem. Write to_celsius(f) that returns (f - 32) * 5 / 9 and describe(c) that returns 'cold' if c < 10 else 'warm'. Combine them for 50 degrees F.

Solution. def to_celsius(f):
return (f - 32) * 5 / 9

def describe(c):
return "cold" if c < 10 else "warm"

c = to_celsius(50) # (50-32)*5/9 = 18*5/9 = 10.0
print(describe(c)) # 10.0 < 10 is False -> 'warm'
The return value of to_celsius (10.0) feeds straight into describe. Output: warm. Each function does one job, so they can be tested and reused independently.

Key terms
  • List — an ordered collection of values stored in one variable
  • Index — the position of an item in a list, starting at 0
  • append — a method that adds an item to the end of a list
  • Function — a named, reusable block of code
  • Parameter — an input variable a function receives
  • Return value — the result a function sends back to the caller
  • Scope — the region of a program where a variable can be used
  • Local variable — a variable that exists only inside the function where it is defined
Assignment · Grade Calculator with Functions

Write a Python program that stores a list of test scores. Define a function that takes the list and returns the average, and another that returns the highest score. Print both results.

Deliverable · A program using a list and at least two functions with parameters and return values that computes and prints the average and highest score.

Quiz · 5 questions
  1. 1. In the list nums = [4, 7, 9], what is nums[1]?

  2. 2. Which keyword defines a function in Python?

  3. 3. What does return do in a function?

  4. 4. A variable created inside a function is:

  5. 5. Which adds an item to the end of a list?

You'll be able to

I can use lists to store and process collections of related data.

I can write functions with parameters and return values to organize my code.

I can build a program by combining several functions that work together.

Weeks 23-28 Unit 5: Data and Analysis
2-DA-082-DA-072-DA-09
Lecture
Collecting and representing data with appropriate formats and structures

Data is information collected to answer questions, and choosing the right structure matters. A list works for a sequence of values, while a table (rows and columns) suits data with multiple attributes per item. Deciding how to represent data, numbers versus text, single values versus collections, affects how easily you can analyze it. Clear, consistent formatting prevents errors later.

Data is information collected to answer a question, and the structure you choose to hold it shapes how easily you can analyze it. A list works well for a simple sequence of values, like daily temperatures. When each item has several attributes, a table — rows for items and columns for attributes — fits better; in Python you can model a table as a list of lists or a list of dictionaries. You also choose representation: should a value be a number (so you can do math) or text (a label)? Should you store one value or a collection? Deciding these things up front, and keeping formatting clear and consistent (same units, same spelling of labels), prevents errors and rework later when you compute statistics or make charts.

Worked Example 1

Problem. Choose a structure for five daily step counts and store them.

  1. A simple sequence of numbers -> a list fits best
  2. steps = [4200, 5100, 3300, 6000, 4800]
  3. Numbers (not strings) so we can add and average them later
  4. print(len(steps), 'days recorded')

Answer. 5 days recorded

Worked Example 2

Problem. Model a small table of students with name and score.

  1. Each item has TWO attributes -> use a list of rows
  2. students = [['Ana', 90], ['Ben', 85]]
  3. students[0] is ['Ana', 90]; students[0][1] is 90
  4. print(students[1][0]) # Ben

Answer. Ben

Common mistakes
  • Storing numbers as text, like ['90','85'], then trying to average them — math fails. Fix: store numeric data as int/float.
  • Inconsistent labels ('NY', 'New York', 'ny') that won't group correctly. Fix: standardize spelling and case when collecting.
✎ Try it yourself

Problem. You collect each classmate's name and favorite number. Pick a structure, store two entries, and print the second person's number.

Solution. people = [["Mia", 7], ["Leo", 3]]
print(people[1][1]) # second person, the number
A list of [name, number] rows is a good table-like structure because each item has two attributes. people[1] is ['Leo', 3], and [1] of that is the number 3. Output: 3. Keeping the number as an int (not '3') means you could later sum or average the numbers.

Reading data from a file or simple dataset into a program

Programs often load data from files rather than typing it in. A common format is CSV (comma-separated values), where each line is a row and commas separate fields. Python can open a file and read its lines into a list for processing. Loading data lets a program work with large, real datasets instead of a few hand-typed values.

Programs usually load data from files rather than having it typed in by hand, so they can work with large, real datasets. A very common format is CSV (comma-separated values): a plain-text file where each line is one row and commas separate the fields within a row. In Python you open the file, read its lines, and split each line on commas to get a list of fields. A simple pattern uses with open('data.csv') as f: and a loop over f, calling line.strip() to remove the trailing newline and line.split(',') to break it into fields. Loading from a file lets the same program process ten rows or ten thousand without changing the code, which is the whole point of working with data.

Worked Example 1

Problem. Split one CSV line into fields: line = 'Ana,90,A'.

  1. line = "Ana,90,A"
  2. fields = line.split(',') # splits on each comma
  3. fields is ['Ana', '90', 'A']
  4. print(fields[1]) # the score field (still text)

Answer. 90 (as the string '90')

Worked Example 2

Problem. Read every line of a file into a list of rows (pattern).

  1. rows = []
  2. with open('scores.csv') as f:
  3. for line in f:
  4. rows.append(line.strip().split(','))
  5. # rows is now a list of field-lists, one per line
  6. print(len(rows), 'rows loaded')

Answer. Each line becomes a list of fields stored in rows.

Common mistakes
  • Forgetting fields from split are strings, so '90' + 1 errors. Fix: convert with int(fields[1]) before doing math.
  • Leaving the newline on each line, so fields look like 'A\n'. Fix: call line.strip() before split(',').
✎ Try it yourself

Problem. A CSV line is 'Leo,12,blue'. Split it and print a sentence: 'Leo is 12'. Make the age a number.

Solution. line = "Leo,12,blue"
fields = line.strip().split(',') # ['Leo', '12', 'blue']
name = fields[0]
age = int(fields[1]) # convert text '12' to number 12
print(f"{name} is {age}")
split(',') breaks the line into three fields; int() turns the age field into a real number so it could be used in math. Output: Leo is 12.

Cleaning and transforming data for analysis

Real data is often messy, with missing values, extra spaces, or wrong types, so it must be cleaned before analysis. Cleaning might mean removing blanks, converting text numbers to integers, or fixing inconsistent labels. Transforming reshapes data into a useful form, such as converting temperatures or grouping items. Clean data produces trustworthy results, while messy data produces errors.

Real data is often messy: it has missing values, extra spaces, inconsistent labels, or numbers stored as text. Cleaning fixes these problems before analysis. Common cleaning steps include skipping or filling blank entries, stripping leading/trailing spaces with .strip(), converting text numbers to int or float, and standardizing labels (making case consistent or fixing spelling). Transforming reshapes data into a more useful form — converting units, rounding, or grouping items into categories. The guiding rule is 'garbage in, garbage out': clean, consistent data produces trustworthy results, while messy data quietly produces wrong answers or crashes. Cleaning is unglamorous but often the largest part of any real data task.

Worked Example 1

Problem. Clean a messy value ' 90 ' (spaces) into a usable number.

  1. raw = " 90 "
  2. trimmed = raw.strip() # '90'
  3. value = int(trimmed) # 90 as an integer
  4. print(value + 5)

Answer. 95

Worked Example 2

Problem. Skip a missing value while summing scores ['90', '', '80'].

  1. scores = ['90', '', '80']
  2. total = 0
  3. for s in scores:
  4. if s != '': # skip blanks
  5. total = total + int(s)
  6. print(total) # 90 + 80

Answer. 170

Common mistakes
  • Calling int('') on a blank field, which crashes with ValueError. Fix: check for empty strings and skip or fill them first.
  • Not stripping spaces, so 'Yes' and ' Yes' count as different labels. Fix: apply .strip() (and often .lower()) before comparing.
✎ Try it yourself

Problem. Clean this list of text temperatures, ignoring blanks, and print the count of valid readings: data = ['72', '', '68', ' ', '75'].

Solution. data = ['72', '', '68', ' ', '75']
clean = []
for item in data:
item = item.strip() # remove spaces; ' ' becomes ''
if item != '':
clean.append(int(item))
print(len(clean)) # how many valid readings
Stripping turns ' ' into an empty string, so both blanks are skipped. The valid readings 72, 68, 75 are converted to ints and stored. Output: 3.

Computing summary statistics (count, sum, mean, max, min)

Summary statistics describe a dataset with a few numbers. Count is how many values there are, sum adds them, and mean (average) is the sum divided by the count. Max and min are the largest and smallest values. A loop can compute these by adding to a total and tracking the largest seen so far. These statistics reveal the overall shape of the data.

Summary statistics describe a whole dataset with just a few numbers. Count is how many values there are; sum adds them all; mean (average) is the sum divided by the count; max and min are the largest and smallest values. You can compute these with a single loop: keep a running total to get the sum, a counter to get the count (or use len), and track the largest and smallest seen so far by comparing each new value. Python also offers built-in helpers — len(), sum(), max(), min() — that do this in one call. These statistics reveal the overall shape of the data: the mean shows a typical value, while max and min show the range, helping you spot outliers and understand the spread before drawing conclusions.

Worked Example 1

Problem. Compute count, sum, and mean of scores = [90, 80, 100] with built-ins.

  1. count = len(scores) # 3
  2. total = sum(scores) # 270
  3. mean = total / count # 90.0
  4. print(count, total, mean)

Answer. 3 270 90.0

Worked Example 2

Problem. Find the max by hand with a loop (no built-in).

  1. nums = [4, 9, 2, 7]
  2. largest = nums[0] # start with first, 4
  3. for n in nums:
  4. if n > largest: largest = n
  5. # trace: 4, then 9 (bigger), 2 no, 7 no
  6. print(largest)

Answer. 9

Worked Example 3

Problem. Use min() and max() to get the range of [5, 1, 8, 3].

  1. low = min([5,1,8,3]) # 1
  2. high = max([5,1,8,3]) # 8
  3. range_size = high - low
  4. print(range_size)

Answer. 7

Common mistakes
  • Dividing by zero when the list is empty: total / count crashes. Fix: check count > 0 before computing the mean.
  • Initializing largest to 0 when values can be negative. Fix: start largest at the first element, not 0.
✎ Try it yourself

Problem. For temps = [60, 75, 90, 45], print the count, the average (rounded to 1 decimal), and the highest temperature.

Solution. temps = [60, 75, 90, 45]
count = len(temps)
average = round(sum(temps) / count, 1)
highest = max(temps)
print(count, average, highest)
sum(temps) is 270 and count is 4, so the mean is 67.5; round(...,1) keeps one decimal. max(temps) scans for the largest, 90. Output: 4 67.5 90.

Visualizing data and identifying patterns and trends

A visualization, like a bar chart or line graph, turns numbers into a picture that makes patterns and trends easy to see. A line trending upward shows growth; a cluster shows where values concentrate. Choosing the right chart for the data helps communicate findings clearly. Visuals often reveal relationships that a table of numbers hides.

A visualization turns numbers into a picture so patterns and trends jump out that a table of figures would hide. Different charts suit different questions: a bar chart compares amounts across categories, a line graph shows how a value changes over time, and a scatter plot reveals relationships between two variables. In a line graph, an upward slope means growth and a downward slope means decline; a cluster of points shows where values concentrate. Choosing the right chart for your data is part of communicating findings honestly and clearly. In Python you can build simple text-based bars by repeating a character, or use a library like matplotlib for real charts. The goal is always to make the data's story easy to see.

Worked Example 1

Problem. Make a simple text bar chart for sales = [3, 5, 2] using asterisks.

  1. for value in sales:
  2. print('*' * value)
  3. Trace: 3 -> ***, 5 -> *****, 2 -> **

Answer. ***
*****
**

Worked Example 2

Problem. Decide which chart fits: 'monthly website visitors over a year'.

  1. The data changes over time (months)
  2. A line graph best shows the trend across time
  3. An upward line would mean growing visitors

Answer. A line graph, because it shows change over time.

Common mistakes
  • Using a pie chart for data that changes over time. Fix: pick a line graph for trends, bars for category comparisons.
  • Truncating or skewing the axis so a tiny change looks huge. Fix: start value axes at a fair baseline so the picture is honest.
✎ Try it yourself

Problem. Given labels = ['Mon','Tue','Wed'] and steps = [2, 4, 3] (in thousands), print a text bar chart with the day label before each bar.

Solution. labels = ['Mon','Tue','Wed']
steps = [2, 4, 3]
for i in range(len(labels)):
print(labels[i], '*' * steps[i])
The loop pairs each label with its value using the shared index i. '*' * steps[i] repeats the asterisk that many times. Output:
Mon **
Tue ****
Wed ***
The longest bar (Tue) instantly shows the busiest day — a pattern that's harder to spot in raw numbers.

Refining a computational model to make predictions

A computational model uses data and rules to represent a real situation and make predictions. After building a model, you compare its predictions to actual results and adjust it to improve accuracy, a process called refining. For example, a model predicting plant growth from sunlight can be tuned with new measurements. Models are always simplifications, so testing and refining them is essential.

A computational model uses data and rules to represent a real situation and make predictions about it. You build a model (for example, a formula that predicts plant height from days of sunlight), use it to predict outcomes, then compare those predictions to actual measured results. Where they disagree, you refine the model — adjusting its rules or numbers — to improve accuracy. This predict-compare-adjust cycle is how scientists and engineers make models more trustworthy over time. Crucially, every model is a simplification of reality: it ignores some factors to stay manageable. That means models are never perfectly accurate, so testing them against real data and refining them continually is essential, and you should always know the limits of what a model can reliably predict.

Worked Example 1

Problem. A model predicts cost as 2 dollars per item plus 3 dollars shipping. Predict the cost of 4 items in code.

  1. def cost(items): return 2 * items + 3
  2. predicted = cost(4) # 2*4 + 3
  3. print(predicted)

Answer. 11

Worked Example 2

Problem. Refine a model: predicted 11 but the real cost was 13. Adjust the per-item rate.

  1. Difference = 13 - 11 = 2 dollars over 4 items
  2. Extra per item = 2 / 4 = 0.5
  3. New rule: cost = 2.5 * items + 3
  4. Check: 2.5*4 + 3 = 13 -> now matches the real value

Answer. Refined model cost = 2.5 * items + 3 matches the actual 13.

Common mistakes
  • Trusting a model without checking it against real data. Fix: always compare predictions to actual results and refine.
  • Forgetting a model is a simplification and expecting perfect accuracy. Fix: state the model's assumptions and known limits.
✎ Try it yourself

Problem. A model predicts a plant grows 2 cm per day: height = 2 * days. It predicts 10 cm at day 5, but you measure 12 cm. Refine the daily growth rate and re-predict day 5.

Solution. days = 5
measured = 12
new_rate = measured / days # 12 / 5 = 2.4 cm per day
def height(days): return new_rate * days
print(height(5)) # 2.4 * 5 = 12.0
The original rate (2) under-predicted. Dividing the measured height by the days gives a refined rate of 2.4 cm/day. The updated model now predicts 12.0 cm at day 5, matching the measurement. The model is still a simplification — growth likely isn't perfectly linear — so it should be re-checked with more data.

Key terms
  • Data — information collected for analysis
  • Dataset — an organized collection of related data
  • CSV — comma-separated values, a common text format for tabular data
  • Data cleaning — fixing errors and inconsistencies in raw data
  • Mean — the average, found by dividing the sum by the count
  • Summary statistic — a single number describing a dataset (count, sum, mean, max, min)
  • Visualization — a chart or graph that displays data
  • Computational model — a program that represents a situation to make predictions
Assignment · Mini Data Investigation

Collect or use a small dataset (such as daily temperatures or class quiz scores). Write a Python program that computes the count, mean, max, and min, then describe one pattern you notice and how you might visualize it.

Deliverable · A program that prints summary statistics for the dataset plus a short written interpretation naming one pattern and a suitable chart type.

Quiz · 5 questions
  1. 1. The mean of a dataset is found by:

  2. 2. CSV stands for:

  3. 3. Why clean data before analysis?

  4. 4. Which is a summary statistic?

  5. 5. A visualization helps mainly by:

You'll be able to

I can collect data and choose a structure to store and organize it.

I can use a program to compute summary statistics and find patterns in data.

I can refine a model based on data to make and test predictions.

Weeks 29-32 Unit 6: Networks and the Internet
2-NI-042-NI-052-NI-06
Lecture
How information travels across networks in packets

When you send data over a network, it is broken into small pieces called packets, each labeled with its source and destination address. Packets travel independently across the network and are reassembled in order at the destination. Splitting data this way lets many messages share the same lines efficiently and reroute around problems. This packet-switching design makes the internet robust and fast.

When you send something across a network — a web page, a message, a video — the data is not sent as one big block. It is broken into small pieces called packets. Each packet carries a chunk of the data plus a header listing its source address, its destination address, and its order number. Packets travel independently and may take different routes through the network, then are reassembled in the correct order at the destination using those order numbers. This design, called packet switching, lets many conversations share the same wires efficiently and lets packets reroute around a broken or busy link. That rerouting ability is exactly what makes the internet robust: if one path fails, packets simply find another.

Worked Example 1

Problem. A message of 9 units is split into packets of size 3. How many packets, and how are they reassembled?

  1. 9 units / 3 per packet = 3 packets
  2. Each gets a sequence number: 1, 2, 3
  3. They may arrive out of order (e.g. 2, 3, 1)
  4. The destination sorts by sequence number to rebuild the original

Answer. 3 packets, reassembled in order 1,2,3 using their sequence numbers.

Worked Example 2

Problem. Why does packet switching help when a link breaks mid-transfer?

  1. Each packet is routed independently
  2. If the usual link fails, routers send packets along another available path
  3. Packets still carry destination + order info, so they arrive and reassemble

Answer. The transfer continues over an alternate route — the network is robust.

Common mistakes
  • Thinking data travels as one continuous stream over a single fixed path. Fix: it's split into packets that may take different routes.
  • Assuming packets always arrive in the order sent. Fix: they can arrive out of order and are reassembled using sequence numbers.
✎ Try it yourself

Problem. Explain, step by step, what happens to a 12 KB photo sent across the internet if packets are about 4 KB each and one route goes down mid-transfer.

Solution. The photo is split into about 3 packets (12 KB / 4 KB), each labeled with the destination address and an order number (1, 2, 3). The packets travel independently. When one route goes down, routers detect it and send remaining packets along a different working path. Packets may arrive out of order, but the receiving computer uses the order numbers to reassemble them into the original photo. Packet switching makes this rerouting automatic, so the photo still arrives intact.

Models of network protocols and why standards matter

A protocol is an agreed-upon set of rules for how devices communicate, like a shared language. The internet uses protocols such as TCP/IP to ensure packets are addressed, sent, and reassembled correctly. Standards matter because devices from different makers must work together; without shared rules, communication fails. Protocols let billions of diverse devices connect seamlessly.

A protocol is an agreed-upon set of rules for how devices communicate — essentially a shared language so machines know how to address, send, receive, and reassemble data. The internet relies on a family of protocols, most famously TCP/IP. IP (Internet Protocol) handles addressing and routing — giving every device an IP address and getting packets to the right destination. TCP (Transmission Control Protocol) makes the delivery reliable: it numbers packets, checks they all arrive, and requests any that were lost. Layered models (like the TCP/IP model) organize these jobs into levels, each handling one concern. Standards matter because devices come from thousands of different makers; without shared rules, a phone couldn't talk to a server. Common, open protocols are what let billions of diverse devices connect seamlessly.

Worked Example 1

Problem. Match each job to the right protocol: addressing/routing vs reliable delivery.

  1. Giving devices addresses and routing packets -> IP
  2. Numbering packets, confirming arrival, resending lost ones -> TCP
  3. Together they form TCP/IP, the core of internet communication

Answer. IP = addressing/routing; TCP = reliable, ordered delivery.

Worked Example 2

Problem. Why must a Wi-Fi printer and a laptop from different brands share protocols?

  1. They were built by different companies with different internals
  2. A shared protocol defines the message format both must follow
  3. Following the same rules, they interpret each other's data correctly

Answer. Shared standards let different-brand devices understand each other.

Common mistakes
  • Thinking TCP and IP do the same thing. Fix: IP addresses/routes packets; TCP ensures they all arrive in order.
  • Assuming each company could just invent its own private protocol. Fix: shared open standards are what make interoperability possible.
✎ Try it yourself

Problem. A friend says, 'Why can't every device just send data however it wants — wouldn't that be faster?' Explain why protocols and standards are necessary.

Solution. If each device sent data its own way, a receiving device wouldn't know how to interpret the bits — where the address ends, where the data begins, or what order packets go in. Protocols like TCP/IP define a common format and rules: IP standardizes addressing and routing, and TCP standardizes reliable, ordered delivery. Because every device follows the same agreed rules, a phone, laptop, and server from different makers can all communicate. Without shared standards, communication would simply fail, so standards enable the global internet rather than slowing it down.

Physical and wireless networks and how the internet is structured

Networks connect devices using physical cables (like fiber optics) or wireless signals (like Wi-Fi and cellular). The internet is a network of networks, linking home networks to larger ones through routers and servers across the globe. Data may pass through many devices between sender and receiver. Understanding this structure shows how a message reaches a server on another continent in moments.

Networks connect devices using either physical media or wireless signals. Physical connections include copper cables and fiber-optic lines (glass strands that carry data as pulses of light over long distances very fast). Wireless connections include Wi-Fi for short range and cellular for mobile devices over wider areas. The internet itself is a 'network of networks': your home network links to your internet service provider's network, which links to larger regional and global networks, all joined by routers (which forward packets between networks) and servers (which store and serve data). A single message to a website on another continent may hop through many routers and undersea fiber cables in a fraction of a second. Understanding this layered structure explains how data reaches distant servers so quickly.

Worked Example 1

Problem. Order the path a request takes from a home laptop to a distant web server.

  1. 1. Laptop -> home Wi-Fi router
  2. 2. Router -> internet service provider (ISP) network
  3. 3. ISP -> regional/global networks via fiber (often undersea cables)
  4. 4. Through more routers -> the destination server
  5. 5. The server's response retraces a path back

Answer. Laptop -> home router -> ISP -> global fiber -> routers -> server (and back).

Worked Example 2

Problem. Compare fiber-optic cable and Wi-Fi for a long-distance backbone link.

  1. Fiber carries light through glass over very long distances with high speed
  2. Wi-Fi is a short-range wireless signal, easily blocked by walls/distance
  3. A backbone spanning continents needs fiber, not Wi-Fi

Answer. Fiber suits long-distance backbones; Wi-Fi suits short-range local access.

Common mistakes
  • Thinking the internet is one single network. Fix: it's a network of networks linked by routers.
  • Believing wireless means no cables are involved at all. Fix: Wi-Fi reaches only a router; long-haul data still travels over physical fiber.
✎ Try it yourself

Problem. Describe how a video request from your phone reaches a server in another country, naming the device that connects networks together.

Solution. Your phone sends the request wirelessly to a Wi-Fi or cellular access point, which passes it to a router. Routers are the devices that connect networks together by forwarding packets from one network to the next. The packets travel through your ISP's network onto larger regional and global networks, often crossing oceans through fiber-optic cables, hopping router to router, until they reach the server holding the video. The server sends the video back along a similar chain of networks. All these linked networks form the internet, and routers are the key connectors at each junction.

Encryption basics: keeping information private and secure

Encryption scrambles data using a key so that only someone with the correct key can read it, protecting privacy as information travels. A simple example is a cipher that shifts each letter by a fixed amount; modern encryption uses far more complex math. Even if a packet is intercepted, encryption keeps its contents unreadable. This is why secure websites (https) protect your passwords and payments.

Encryption scrambles data using a key so that only someone with the correct key can turn it back into readable form. It protects privacy as information travels: even if an attacker intercepts the packets, the contents stay unreadable without the key. A simple teaching example is a shift cipher (Caesar cipher), where each letter is moved a fixed number of places — shift 'HI' by 3 and it becomes 'KL'; the receiver shifts back by 3 to decrypt. Real modern encryption uses far more complex mathematics and very large keys that are practically impossible to guess. This is what protects passwords, messages, and payments. The padlock and 'https' you see on secure websites mean the connection is encrypted, so the data between you and the site is hidden from eavesdroppers.

Worked Example 1

Problem. Encrypt the word 'CAT' with a Caesar shift of 1 (A->B, B->C, ...).

  1. C -> D (shift forward 1)
  2. A -> B
  3. T -> U
  4. Combine the shifted letters

Answer. DBU

Worked Example 2

Problem. Decrypt 'DBU' that was encrypted with a shift of 1.

  1. To decrypt, shift each letter BACK by 1
  2. D -> C
  3. B -> A
  4. U -> T

Answer. CAT (the original message)

Worked Example 3

Problem. Why is a tiny shift cipher weak compared to modern encryption?

  1. A shift cipher has only ~25 possible keys
  2. An attacker can try all 25 in seconds
  3. Modern encryption uses enormous keys, making guessing infeasible

Answer. Few possible keys = easily broken; modern keys are far too large to guess.

Common mistakes
  • Believing a simple shift cipher is secure. Fix: it has too few keys; real security needs strong, large-key algorithms.
  • Assuming any website protects your data. Fix: only encrypted (https) connections hide the data in transit.
✎ Try it yourself

Problem. Encrypt the message 'HI' using a Caesar shift of 2, then explain how the receiver reads it.

Solution. Shift each letter forward by 2: H -> J (H,I,J) and I -> K (I,J,K), giving 'JK'. The receiver, who knows the agreed key (shift 2), decrypts by shifting each letter back by 2: J -> H and K -> I, recovering 'HI'. The key is the shared secret; anyone intercepting 'JK' without knowing the shift can't easily read it. Real encryption works on the same idea but with math and keys far too large to guess, which is why https connections keep passwords and payments safe.

Cybersecurity threats and how to protect data and devices

Cybersecurity is the practice of protecting computers and data from attacks like malware, phishing, and weak passwords. Phishing tricks users into revealing information by pretending to be trustworthy. Good practices include strong, unique passwords, software updates, and caution with suspicious links. Most breaches exploit human mistakes, so awareness is the best defense.

Cybersecurity is the practice of protecting computers, networks, and data from attacks and unauthorized access. Common threats include malware (harmful software like viruses and ransomware), phishing (messages that impersonate a trusted source to trick you into revealing passwords or clicking malicious links), and weak or reused passwords that are easy to guess or crack. Good defensive habits include using strong, unique passwords (ideally with a password manager), enabling two-factor authentication, keeping software updated so known security holes are patched, and being skeptical of unexpected links or attachments. A key insight is that most breaches exploit human mistakes rather than clever code, so awareness and careful habits are the single best defense. Security is everyone's responsibility, not just the IT department's.

Worked Example 1

Problem. Identify the threat: an email says 'Your account is locked — click here and enter your password now.'

  1. It creates urgency and asks for your password via a link
  2. It impersonates a trusted service to steal credentials
  3. This pattern defines phishing

Answer. Phishing — do not click; verify by visiting the real site directly.

Worked Example 2

Problem. Rank these passwords from weakest to strongest: '1234', 'password', 'Tr7$kLm9!qZ'.

  1. '1234' — extremely short, top guess
  2. 'password' — common dictionary word
  3. 'Tr7$kLm9!qZ' — long, mixed characters, not a word

Answer. Weakest '1234', then 'password', strongest 'Tr7$kLm9!qZ'.

Common mistakes
  • Reusing one password everywhere, so one breach exposes every account. Fix: use unique passwords (a password manager helps).
  • Trusting urgent messages with links/attachments. Fix: pause, verify the sender, and visit the official site directly instead of clicking.
✎ Try it yourself

Problem. A text message says you won a prize and to 'verify your bank login at this link.' List the warning signs and the safe response.

Solution. Warning signs: an unexpected prize you didn't enter for, pressure to act, a request for sensitive login details, and an unfamiliar link — all classic phishing markers. Safe response: do not click the link or enter any information. Delete the message, and if unsure, contact your bank using the official number or website you look up yourself, not anything in the message. Most attacks rely on tricking the person, so the strong defense is to slow down and verify through a trusted, independent channel.

Key terms
  • Network — devices connected to share data
  • Packet — a small piece of data sent across a network with addressing information
  • Protocol — an agreed-upon set of rules for communication between devices
  • TCP/IP — the core protocols that govern internet communication
  • Router — a device that directs packets between networks
  • Encryption — scrambling data with a key so only authorized users can read it
  • Phishing — a scam that tricks users into revealing sensitive information
  • Cybersecurity — the practice of protecting devices and data from attacks
Assignment · Trace a Message Across the Internet

Diagram how a message travels from your device to a website and back, showing packets, at least two network devices, and where encryption protects the data. Then list three practices that keep the communication secure.

Deliverable · A labeled network diagram showing packet travel and encryption, plus a list of three cybersecurity best practices with brief reasons.

Quiz · 5 questions
  1. 1. Data sent over a network is broken into:

  2. 2. A protocol is:

  3. 3. Encryption protects data by:

  4. 4. Phishing is a threat that:

  5. 5. The internet is best described as:

You'll be able to

I can model how data is sent across a network using protocols and packets.

I can explain why network standards and protocols are necessary.

I can describe how encryption and safe practices protect information.

Weeks 33-36 Unit 7: Impacts of Computing and Capstone Project
2-IC-202-IC-212-IC-232-AP-152-AP-16
Lecture
How computing has changed and continues to change society

Computing has transformed how people communicate, work, learn, and play, from smartphones to online learning to medical technology. These changes happen quickly and reach nearly every part of life. Studying this history helps you see both the benefits, like instant global communication, and the disruptions, like jobs that change or disappear. Understanding the pace and reach of change prepares you to use technology thoughtfully.

Computing has transformed nearly every part of life — how people communicate, work, learn, shop, travel, and access health care. In just a few decades we have moved from rare, room-sized computers to smartphones in billions of pockets, instant global messaging, online learning, and computer-controlled medical devices. These changes happen quickly and spread widely, reaching almost everyone. Studying this history helps you see both sides: the benefits, like instant communication across the world and access to vast information, and the disruptions, like entire job categories changing or disappearing and new pressures on privacy. Understanding the speed and reach of technological change prepares you to adopt new tools thoughtfully rather than blindly, weighing how each one reshapes society.

Worked Example 1

Problem. Give one way computing changed how people learn, and name a benefit and a downside.

  1. Change: online courses and videos let anyone learn from home
  2. Benefit: access to education regardless of location
  3. Downside: requires internet/device, leaving some students behind

Answer. Online learning broadens access (benefit) but can widen the digital divide (downside).

Worked Example 2

Problem. Classify each as a benefit or a disruption: instant messaging, automation replacing some jobs.

  1. Instant messaging -> connects people quickly = benefit
  2. Automation -> efficiency but eliminates some jobs = disruption
  3. Most innovations bring both

Answer. Instant messaging is a benefit; job-displacing automation is a disruption.

Common mistakes
  • Assuming all technological change is purely good. Fix: note both benefits and disruptions for each innovation.
  • Thinking change is slow and far off. Fix: recognize computing changes happen fast and reach nearly everyone.
✎ Try it yourself

Problem. Pick a computing innovation (e.g. smartphones) and describe two ways it changed daily life and one group it may disadvantage.

Solution. Smartphones changed daily life by (1) letting people communicate, navigate, and access information anywhere instantly, and (2) replacing many separate devices (camera, map, music player) with one. A group that may be disadvantaged: people who cannot afford a smartphone or data plan, or who struggle with the technology, can be left out of services that increasingly assume everyone has one (the digital divide). This shows the pattern that powerful innovations spread quickly and bring clear benefits, but also create new gaps that society must address.

Tradeoffs of computing innovations and their effects on people

Every computing innovation involves tradeoffs, gains in one area paired with costs in another. Social media connects people but can spread misinformation; automation increases efficiency but can eliminate jobs. Weighing benefits against harms, and considering who is affected, leads to wiser decisions. Recognizing tradeoffs avoids the trap of seeing technology as purely good or bad.

Every computing innovation involves tradeoffs: a gain in one area usually comes paired with a cost in another, and different people are affected differently. Social media connects friends across the world but can also spread misinformation and harm well-being. Automation and AI increase efficiency and lower costs but can eliminate certain jobs. Online services are convenient but collect personal data, raising privacy concerns. Thinking critically means weighing the benefits against the harms and asking who benefits and who is hurt. This avoids the trap of seeing technology as purely good or purely bad. Recognizing tradeoffs leads to wiser decisions — choosing how and whether to use a tool, and pushing for designs that maximize benefits while reducing harm to the people affected.

Worked Example 1

Problem. List a benefit and a cost of self-checkout machines, and name who is affected.

  1. Benefit: faster checkout, lower labor costs for the store
  2. Cost: fewer cashier jobs; some customers find it harder to use
  3. Affected: cashiers (jobs), customers needing help, the store (savings)

Answer. Benefit = speed/cost savings; cost = lost jobs and accessibility issues.

Worked Example 2

Problem. Analyze the tradeoff of a free app that shows ads and collects your data.

  1. Benefit: you use a useful app at no money cost
  2. Cost: your personal data is collected and you see ads
  3. Tradeoff: 'free' is paid for with data and attention

Answer. You gain a free tool but trade away privacy and attention.

Common mistakes
  • Judging a technology as all good or all bad. Fix: identify both benefits and harms before deciding.
  • Ignoring who is affected. Fix: ask which groups gain and which are hurt by the innovation.
✎ Try it yourself

Problem. Analyze the tradeoffs of using AI to grade student essays. Give a benefit, a harm, and who is affected.

Solution. Benefit: AI can grade many essays quickly and consistently, giving fast feedback and saving teacher time. Harm: it may misjudge creativity, nuance, or unusual but valid writing, and could embed bias from its training, unfairly scoring some students lower. Who is affected: students (their grades and feedback), teachers (workload and trust in the tool), and possibly families relying on accurate assessment. The wise conclusion is not 'use it' or 'ban it' but to weigh the tradeoff — perhaps using AI for a first pass with human review, maximizing speed while reducing the harm of unfair scoring.

Digital citizenship, intellectual property, and responsible use

Digital citizenship means using technology responsibly, ethically, and safely. Intellectual property refers to creative work, like code, music, or writing, that belongs to its creator and may be protected by copyright. Respecting it means crediting sources, honoring licenses, and not copying others' work without permission. Responsible use also includes kindness online and protecting your own and others' privacy.

Digital citizenship means using technology responsibly, ethically, and safely — both toward others and yourself. A central concept is intellectual property: creative works such as code, music, writing, and images belong to their creators and are often protected by copyright, which gives the creator control over copying and use. Respecting intellectual property means crediting your sources, honoring software and content licenses (the rules attached to using a work, like open-source licenses), and not copying or distributing others' work without permission. Responsible digital citizenship also includes treating people with kindness online, thinking before posting, protecting your own privacy, and respecting others' privacy. These habits keep online communities trustworthy and protect both creators and users, which is why they are part of every computing course.

Worked Example 1

Problem. You found a helpful code snippet online for your project. What's the responsible way to use it?

  1. Check the license to see if reuse is allowed and under what terms
  2. If allowed, include it and credit the source (link/author)
  3. If a license forbids it, find or write an alternative

Answer. Honor the license and credit the original author.

Worked Example 2

Problem. Is copying a song into your app without permission acceptable? Explain.

  1. A song is intellectual property protected by copyright
  2. Using it without permission or a proper license infringes the creator's rights
  3. Use licensed/royalty-free music or get permission instead

Answer. No — it infringes copyright; use licensed or permitted music.

Common mistakes
  • Assuming anything online is free to copy. Fix: check the license and get permission or credit the creator.
  • Pasting code or images without attribution. Fix: cite sources and follow each work's license terms.
✎ Try it yourself

Problem. For your capstone you want to use an image, a font, and a code library you found online. Describe how to use each responsibly.

Solution. For each item, find and read its license. Image: use one labeled for reuse (e.g. a Creative Commons or public-domain image) and give attribution if the license requires it; otherwise pick a different image. Font: confirm it's free for your use, or choose an open-licensed font. Code library: check its open-source license (such as MIT), follow its terms, and credit it in your documentation. The common principle of digital citizenship is to respect intellectual property: verify you're allowed to use each work, follow its license, and credit creators rather than copying without permission.

Accessibility and designing technology for diverse users

Accessibility means designing technology so people with a wide range of abilities can use it, such as screen readers for blind users or captions for deaf users. Inclusive design considers diverse needs from the start, benefiting everyone, not just those with disabilities. For example, captions also help in noisy rooms. Building accessible software is both an ethical responsibility and good design.

Accessibility means designing technology so that people with a wide range of abilities can use it. Examples include screen readers that read text aloud for blind users, captions and transcripts for deaf or hard-of-hearing users, high-contrast modes and adjustable text size for low vision, and keyboard navigation for people who can't use a mouse. Inclusive design considers these diverse needs from the very start rather than bolting them on later. A key idea is that accessible design helps everyone, not only people with disabilities: captions also help someone watching a video in a noisy room or learning a new language, and clear layouts help everyone. Building accessible software is both an ethical responsibility — not excluding people — and simply good design that reaches more users.

Worked Example 1

Problem. Name an accessibility feature for blind users and for deaf users.

  1. Blind users: a screen reader announces on-screen text and buttons
  2. Deaf users: captions/subtitles show spoken audio as text
  3. Both let the content reach users who can't use one sense

Answer. Screen reader (blind); captions (deaf/hard-of-hearing).

Worked Example 2

Problem. Give an example where an accessibility feature also helps people without disabilities.

  1. Captions are designed for deaf users
  2. But they also help in a loud cafe or a quiet library
  3. So accessibility benefits everyone (the 'curb-cut effect')

Answer. Captions help in noisy/quiet places too — accessibility benefits all.

Common mistakes
  • Treating accessibility as an optional add-on at the end. Fix: design inclusively from the start; retrofitting is harder and worse.
  • Assuming accessibility features only help a small group. Fix: many features (captions, high contrast) help everyone.
✎ Try it yourself

Problem. You built a quiz program that only shows colored buttons and plays a beep for wrong answers. List two accessibility problems and a fix for each.

Solution. Problem 1: relying only on color (e.g. red vs green buttons) excludes color-blind users. Fix: add text labels or shapes/icons so the meaning isn't carried by color alone. Problem 2: using only a beep for wrong answers excludes deaf or hard-of-hearing users. Fix: also show a clear on-screen message like 'Incorrect, try again' and ensure it works with a screen reader. Both fixes follow inclusive design — provide the information in more than one way — which makes the quiz usable by more people and clearer for everyone.

Planning, building, and testing a capstone Python project

A capstone project applies everything you have learned to solve a real problem. Planning starts with defining the problem and designing an algorithm; building means writing code in small, tested pieces; testing checks that it works for many inputs, including unusual ones. Working incrementally and debugging as you go keeps the project manageable. A clear plan turns a big idea into working software.

A capstone project applies everything you've learned to solve a real problem with code. It follows a clear process. First, plan: define the problem precisely, decide what the program must do, and design an algorithm (pseudocode or a flowchart). Second, build incrementally: write the code in small pieces — often as functions — and test each piece before moving on, so bugs stay isolated. Third, test thoroughly: run the program on many inputs, including edge cases and unusual or invalid inputs, to make sure it behaves correctly. Debugging as you go, rather than all at once at the end, keeps the project manageable. A clear plan plus small, tested steps is what turns a big, intimidating idea into working, reliable software.

Worked Example 1

Problem. Outline the build plan for a tip calculator capstone.

  1. Plan: input bill and tip percent; output tip and total
  2. Build f1: get_inputs() -> reads bill and percent as numbers
  3. Build f2: calc_tip(bill, pct) -> returns bill * pct / 100
  4. Build f3: show total = bill + tip; test each function alone

Answer. Decompose into get_inputs, calc_tip, and display — built and tested in steps.

Worked Example 2

Problem. List edge-case inputs to test a program that averages a list of scores.

  1. An empty list (avoid divide-by-zero)
  2. A single score
  3. Scores including 0 and the maximum
  4. Invalid input like text where a number is expected

Answer. Empty list, one item, boundary values, and bad input.

Common mistakes
  • Writing the whole program then testing at the very end. Fix: build and test small pieces incrementally so bugs are easy to find.
  • Testing only 'normal' inputs. Fix: also test edge cases (empty, zero, very large, invalid) where bugs hide.
✎ Try it yourself

Problem. Plan a small capstone: a program that tells a user if a number they enter is even or odd. Write the plan and the code, and name one edge case to test.

Solution. Plan: (1) get a number from the user, (2) decide even or odd using n % 2, (3) print the result.
Code:
n = int(input("Enter a whole number: "))
if n % 2 == 0:
print("even")
else:
print("odd")
Build it in one small, testable piece, then run it. Edge case to test: 0 (it should report 'even', since 0 % 2 == 0) and a negative number like -3 (should report 'odd'). Testing these unusual inputs confirms the logic works beyond the obvious cases.

Presenting and reflecting on the capstone with documentation

Documentation explains what a program does, how to use it, and how it works, through comments and a written description. Presenting your project means demonstrating it, explaining your design choices, and reflecting on challenges and what you would improve. Good documentation lets others use and build on your work. Reflection turns the experience into lasting learning.

Finishing a project well means documenting, presenting, and reflecting on it. Documentation explains what the program does, how to run it, and how it works — through code comments and a short written description (often a README). Good documentation lets other people use and build on your work, and reminds you how your own code functions months later. Presenting means demonstrating the program, walking through your design choices, and explaining how it meets the goal. Reflection is looking back honestly: what was challenging, what bugs you fixed, and what you would improve next time. Reflection is what turns a one-time project into lasting learning — it cements the skills and lessons so you carry them into the next project. Together, documentation and reflection complete the professional development cycle.

Worked Example 1

Problem. Write a short README outline for a tip-calculator capstone.

  1. Title and one-line purpose: 'Tip Calculator — finds tip and total'
  2. How to run: 'Run python tip.py and enter the bill and tip percent'
  3. How it works: 'Reads inputs, computes bill * pct / 100, prints total'
  4. Known limits / future ideas: 'Add bill-splitting next'

Answer. A README with purpose, usage, how-it-works, and future ideas.

Worked Example 2

Problem. Write two reflection sentences about a project where a loop kept crashing.

  1. State the challenge: the while loop ran forever at first
  2. State the fix and lesson: I added the counter update and learned to ensure loops can end
  3. Note an improvement: next time I'll trace loops on paper before running

Answer. A reflection naming the challenge, the fix/lesson, and a future improvement.

Common mistakes
  • Skipping documentation so no one (including future you) can run or understand the code. Fix: add comments and a short README.
  • Treating reflection as filler. Fix: honestly note what was hard and what you'd improve — that's where the learning sticks.
✎ Try it yourself

Problem. For an even/odd checker capstone, write a brief documentation note (purpose + how to use) and one honest reflection sentence.

Solution. Documentation: 'Even-Odd Checker — tells you whether a whole number is even or odd. To use it, run the program, type a whole number when prompted, and read the result. It works by computing the remainder n % 2: a remainder of 0 means even, otherwise odd.'
Reflection: 'At first I forgot that input() returns text, so the math failed; converting it with int() fixed the bug, and next time I'll remember to convert input early.' The documentation lets others run it, and the reflection captures a lasting lesson about input types.

Key terms
  • Tradeoff — a balance in which gaining one benefit means accepting a cost
  • Digital citizenship — responsible, ethical, and safe use of technology
  • Intellectual property — creative work owned by its creator, often protected by copyright
  • Copyright — legal protection giving creators rights over their work
  • Accessibility — designing technology usable by people with diverse abilities
  • Inclusive design — designing from the start to meet diverse user needs
  • Documentation — written explanation of how a program works and is used
  • Capstone project — a culminating project applying learned skills
Assignment · Capstone Build and Reflect

Plan and build a small Python program that solves a problem you care about, using variables, conditionals, loops, lists, and at least one function. Document your code with comments and write a short reflection on one tradeoff or accessibility choice you considered.

Deliverable · A working, commented Python capstone program plus a short written reflection on its design, one tradeoff or accessibility consideration, and what you would improve.

Quiz · 5 questions
  1. 1. A tradeoff in computing means:

  2. 2. Intellectual property refers to:

  3. 3. Accessibility in design means:

  4. 4. Why document your code?

  5. 5. A good first step in a capstone project is to:

You'll be able to

I can describe how computing has affected society and weigh its tradeoffs.

I can apply responsible and ethical practices when creating and sharing software.

I can plan, build, test, and present a working Python program that solves a problem.

Assessment · Hands-on coding labs graded on correctness and style, algorithm-design and tracing quizzes, a data-analysis investigation with a written interpretation, a networks-and-security concept check, peer code reviews, and a documented end-of-year capstone Python project with a presentation.

Where this leads

Year-end milestones

Reason proportionally and operate fluently with all rational numbers, applying these skills to solve multi-step percent, geometry, and probability problems.
Write clear, evidence-based arguments, explanatory pieces, and a researched paper that cite multiple sources and address counterclaims.
Construct three-dimensional NGSS explanations and arguments about cells, body systems, ecosystems, heredity, and evolution from data and models.
Analyze how geography, trade, and belief systems shaped world civilizations from 500 to 1789 CE and defend a claim with primary and secondary sources.
Design algorithms and write, test, and present a working text-based Python program that uses variables, conditionals, loops, lists, and functions.

Learn it free. Build it for real.

Crunch Academy is open and free. Pair this grade with Code Crunch hackathons, mentorship, and our advanced developer tracks when you're ready to go beyond the classroom.

Join Code Crunch See all grades 6–12