How Many Songbirds vs Birds of Prey Photographed?

Systems of Equations 9th-10th Grade
PROBLEM
A birding club holds an annual photography contest. Contestants receive 4 points for photos of songbirds and 20 points for photos of birds of prey. Last year's winner had a total of 200 points from 38 photos of individual birds. How many of each type of bird did the winner photograph?

Let's Draw It

Before diving into equations, let's visualize what we know about the contest scoring system:

A birding club holds an annual photography contest. Contestants receive 4 points for photos of songbirds and 20...

This diagram shows our two unknowns (s songbirds and p birds of prey) combining to give us our two known totals. Each constraint will give us one equation.

What This Problem Teaches

  • Setting up systems of linear equations from real-world constraints
  • Recognizing when two different "totals" create two separate equations
  • Using substitution method to solve systems efficiently
  • Interpreting solutions in context (whole numbers of photos make sense)
  • Checking answers by verifying both original conditions

Solution: Method 1 — The Substitution Approach

Step 1 — Define variables

Let s = number of songbird photos and p = number of birds of prey photos.

Step 2 — Write the constraint equations

We have two pieces of information that give us two equations:

s + p = 38 (total number of photos)
4s + 20p = 200 (total points scored)

Step 3 — Solve the first equation for one variable

From the first equation: s + p = 38

Solve for s: s = 38 - p

Step 4 — Substitute into the second equation

Replace s with (38 - p) in the points equation:

4(38 - p) + 20p = 200

Step 5 — Solve for p

Distribute: 152 - 4p + 20p = 200

Combine like terms: 152 + 16p = 200

Subtract 152: 16p = 48

Divide by 16: p = 3

Step 6 — Find s

Substitute back: s = 38 - p = 38 - 3 = 35

Solution: Method 2 — Strategic Point Analysis

Step 1 — Consider the point difference

Notice that birds of prey are worth 20 - 4 = 16 more points than songbirds. This means every time we "trade" a songbird photo for a bird of prey photo, we gain 16 points.

Step 2 — Find the baseline

If all 38 photos were songbirds: 38 × 4 = 152 points

But we actually have 200 points, so we're 200 - 152 = 48 points above this baseline.

Step 3 — Calculate the trades needed

Since each songbird-to-prey trade gains us 16 points, we need:

48 ÷ 16 = 3 birds of prey

Step 4 — Find the songbird count

If 3 photos are birds of prey, then 38 - 3 = 35 are songbirds.

The winner photographed 35 songbirds and 3 birds of prey.

Verification

Let's check both constraints with our answer:

Total photos:35 + 3 = 38

Total points:35(4) + 3(20) = 140 + 60 = 200

Both conditions are satisfied, confirming our solution is correct.

Watch Out For These

✗ Setting up the wrong point equation

Writing 4s + 20p = 38 or s + p = 200. Always match the units: photos equation gets the photo total, points equation gets the points total.

✗ Arithmetic errors in substitution

Getting 4(38 - p) = 152 + 4p instead of 152 - 4p. When distributing 4 across (38 - p), the result is 4(38) - 4(p) = 152 - 4p.

✗ Forgetting to find both variables

Solving for p = 3 but not calculating s, or forgetting which variable represents which type of bird in the final answer.

How to Spot This Problem Type

Look for these telltale signs that signal a two-variable system:

  • "Two types of..." items with different values or properties
  • "Total of X items" plus "total value of Y" — two different ways to count
  • Point systems, scoring systems, or value-per-item scenarios
  • "Combined" or "altogether" suggesting multiple constraints

Similar problems appear as coin collections (pennies vs. nickels), ticket sales (adult vs. child), or mixture problems (two ingredients). The structure is always: count constraint + value constraint.

The Pattern Behind This

Every problem of this type follows the same general structure:

General Form:

x + y = total_items

value₁ × x + value₂ × y = total_value

Where x and y are quantities of two different types, value₁ and value₂ are the points (or cost, or worth) per item of each type.

The substitution method works particularly well because the first equation always gives you a simple relationship like x = total_items - y, which substitutes cleanly into the more complex second equation.

Where This Shows Up in Real Life

  • Event planning: Budgeting for different ticket types with varying prices and seating limits
  • Manufacturing: Production quotas where different products require different amounts of resources but contribute different profit margins
  • Investment portfolios: Allocating money between two asset types with different risk profiles and return rates

Try These Variations

1
Point Values Reversed
Suppose the scoring was reversed: songbirds worth 20 points each and birds of prey worth 4 points each. A contestant has 38 photos and 200 total points. How many of each type?
Step 1 — Set up the system

Let s = songbirds, p = birds of prey. We have s + p = 38 and 20s + 4p = 200.

Step 2 — Substitute

From the first equation: p = 38 - s. Substitute: 20s + 4(38 - s) = 200

Step 3 — Solve

20s + 152 - 4s = 200, so 16s = 48, giving s = 3

Step 4 — Find p

p = 38 - 3 = 35

Verification

Answer: 3 songbirds, 35 birds of prey. Check: 3 + 35 = 38 ✓ and 3(20) + 35(4) = 60 + 140 = 200

2
Different Photo Count
A contestant took 45 photos (songbirds at 4 points, birds of prey at 20 points) and scored 240 points total. How many of each type?
Step 1 — Set up equations

s + p = 45 and 4s + 20p = 240

Step 2 — Substitute

s = 45 - p, so 4(45 - p) + 20p = 240

Step 3 — Simplify

180 - 4p + 20p = 240, giving 16p = 60

Step 4 — Solve

p = 60/16 = 3.75 birds of prey

Find songbirds

s = 45 - 3.75 = 41.25 songbirds

Reality Check

Answer: 41.25 songbirds, 3.75 birds of prey. Note: Fractional photos suggest this specific contest scenario might not be realistic with whole photos!

3
Adding a Third Category
The contest adds waterfowl photos worth 12 points each. A winner has 40 photos total, 220 points, with twice as many songbird photos as birds of prey photos. Find all three quantities.
Step 1 — Define variables

Let s = songbirds, p = birds of prey, w = waterfowl

Step 2 — Write three equations

s + p + w = 40, 4s + 20p + 12w = 220, and s = 2p

Step 3 — Substitute s = 2p

2p + p + w = 40 gives w = 40 - 3p

Step 4 — Use the points equation

4(2p) + 20p + 12(40 - 3p) = 220

8p + 20p + 480 - 36p = 220

-8p = -260, so p = 32.5

Step 5 — This gives fractional photos

With p = 32.5, we'd have s = 65 and w = -57.5 (impossible!). This constraint set has no valid solution with whole photos.

4
Reverse Engineering
A photographer took 30 songbird photos and 8 bird of prey photos, scoring 200 points total. If songbirds are worth a points each and birds of prey worth b points each, and you know b = 2a + 4, find the point values a and b.
Step 1 — Set up the points equation

30a + 8b = 200 (total points)

Step 2 — Substitute b = 2a + 4

30a + 8(2a + 4) = 200

Step 3 — Expand and solve

30a + 16a + 32 = 200

46a = 168

a = 168/46 ≈ 3.65

Step 4 — Find b

b = 2(3.65) + 4 = 11.3

Verification

Answer: a ≈ 3.65, b ≈ 11.3. Check: 30(3.65) + 8(11.3) = 109.5 + 90.4 ≈ 200

Frequently Asked Questions

How do you solve a system of equations with two variables?

+
Write two equations representing different constraints, then use substitution or elimination to solve. In this example, s + p = 38 (total photos) and 4s + 20p = 200 (total points). Solving the first for s = 38 - p, then substituting gives 4(38 - p) + 20p = 200.

When do you set up a system of equations in word problems?

+
Set up a system when you have two unknowns and two separate constraints. Look for phrases like "total of," "combined," or "altogether" that give you different ways to count or measure the same items. Here we have a total count constraint (38 photos) and a total value constraint (200 points).

How do you know which method to use for systems of equations?

+
Substitution works well when one equation can be easily solved for one variable, like s = 38 - p. Elimination works when coefficients can be made equal through multiplication. For contest problems like this one, substitution is often cleaner since the counting constraint gives you a simple relationship.
DN

Dr. Neven Jurkovic

Mathematics educator with expertise in algebra and systems thinking. Passionate about making complex problems accessible through clear visual explanations.

NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-08-08