person( 1 ) {had to DO|was assigned} PROBLEMS START through END for homework {{last {week|night}}|tonight}.
If person( 1 ) DID all of the PROBLEMS he( 1 ) was assigned, how many PROBLEMS did he( 1 ) DO?
ANSWER PROBLEMS
Instead of counting PROBLEMS START through
END, we can subtract
START - 1 from each number so we can count the
PROBLEMS starting from 1.
\qquad \array{
\hspace{40px} &
\hspace{40px} &
\hspace{40px} &
\hspace{40px} & \\
\color{GREEN}{START} &
\color{GREEN}{START + 1} &
\color{GREEN}{START + 2} & &
\color{GREEN}{END} \\
\color{BLUE}{\downarrow} &
\color{BLUE}{\downarrow} &
\color{BLUE}{\downarrow} & &
\color{BLUE}{\downarrow} \\
\color{BLUE}{\llap{-}START-1} &
\color{BLUE}{\llap{-}START-1} &
\color{BLUE}{\llap{-}START-1} & \cdots\hphantom{-} &
\color{BLUE}{\llap{-}START-1} \\
\color{BLUE}{\downarrow} &
\color{BLUE}{\downarrow} &
\color{BLUE}{\downarrow} & &
\color{BLUE}{\downarrow} \\
\color{PINK}{1} &
\color{PINK}{2} &
\color{PINK}{3} & &
\color{PINK}{ANSWER} \\
}
Now instead of thinking about PROBLEMS START
through END, we can think about how many PROBLEMS
person( 1 ) would have DONE if he( 1 ) were assigned
PROBLEMS 1 though ANSWER.
When we think about it this way, we can see that person( 1 ) would have DONE ANSWER PROBLEMS. Hopefully it also makes sense why we can't just subtract the first problem number from the last problem number, since if person( 1 ) were assigned PROBLEMS 1 through ANSWER, he( 1 ) was assigned ANSWER PROBLEMS, not ANSWER-1.
person( 1 ) DID ANSWER PROBLEMS.
A baker has a whole {baguette|loaf of bread}.
How many cuts must {he|she} make to have exactly NUM even slices?
NUM -1 cuts
One cut will make two slices.
Two cuts will make three slices, and so on.
Therefore, we need NUM - 1 cuts to make NUM slices.
person( 1 ) is building a straight fence, with posts one meter apart.
If the fence is LENGTH meters long, how many fence posts does he( 1 ) need?
LENGTH + 1 fence posts
If the fence is one meter long, he( 1 ) needs two posts (one for each end).
If the fence is two meters long, then he( 1 ) needs three posts, and so on.
Therefore, for his( 1 ) LENGTH meter fence, person( 1 ) needs LENGTH + 1 posts.