CEMC Banner

Problem of the Week
Problem A and Solution
Tents Situation

Problem

Two years ago, Range Lake North Public School took its grade 3 and grade 4 classes on a camping trip. There were 41 students going on the trip. They took 9 tents with them.

Each tent slept either 3 campers or 5 campers. Every tent was completely filled and every camper was in a tent. How many 5-person tents did they bring with them?

Solution

Since 41 is neither a multiple of 3 nor a multiple of 5, the students must have taken at least one of each type of tent.

Now we can consider all combinations of 3-person tents and 5-person tents where there is a total of 9 tents, and where we have at least 1 and at most 8 tents that sleep 5 campers. We can create a table to keep track of the numbers:

Number of 5-person tents Total campers in 5-person tents Number of 3-person tents Total campers in 3-person tents Total campers (sum)
1 \(1 \times 5 = 5\) 8 \(8 \times 3 = 24\) \(5 + 24 = 29\)
2 \(2 \times 5 = 10\) 7 \(7 \times 3 = 21\) \(10 + 21 = 31\)
3 \(3 \times 5 = 15\) 6 \(6 \times 3 = 18\) \(15 + 18 = 33\)
4 \(4 \times 5 = 20\) 5 \(5 \times 3 = 15\) \(20 + 15 = 35\)
5 \(5 \times 5 = 25\) 4 \(4 \times 3 = 12\) \(25 + 12 = 37\)
6 \(6 \times 5 = 30\) 3 \(3 \times 3 = 9\) \(30 + 9 = 39\)
7 \(7 \times 5 = 35\) 2 \(2 \times 3 = 6\) \(35 + 6 = 41\)
8 \(8 \times 5 = 40\) 1 \(1 \times 3 = 3\) \(40 + 3 = 43\)

From the table, we can see that the only possible combination that meets the requirements is to take 7 tents that sleep 5 campers and 2 tents that sleep 3 campers.

Alternatively, if we only had tents that sleep 3 campers we could accommodate \(3 \times 9 = 27\) people. However, we have 41 people, so we need space for \(41 - 27 = 14\) more campers. The bigger tents sleep 2 more people each, so we need \(14 \div 2 = 7\) tents that sleep 5 campers each. With a total of 9 tents, we need 2 tents that sleep 3 campers.

Teacher’s Notes

For many of these kinds of problems, we can also use an algebraic method to solve it.

We can write an equation to represent this problem.

Let \(x\) represent the number of 3-person tents required.

Let \(y\) represent the number of 5-person tents required.

Then we know, \(3x + 5y = 41\).

Without any further restrictions on \(x\) and \(y\), there are an infinite number of possible pairs of values for \(x\) and \(y\) that satisfy this equation.

However, we have extra information that reduces the number of possible answers. This information is implicit rather explicitly stated in the problem. For example, we know that it is not possible for there to be a negative number of tents. We also know that we cannot have a fractional number of tents. This will lead us to single values for \(x\) and \(y\) that satisfy the equation \(3x + 5y = 41\).

In general, we have to be careful when using algebra to solve equations that represent a real-life situation. It is important to make sure that the answers we generate from our algebraic manipulations make sense, and that they take into consideration any implicit restrictions.