Mental Model
We want to find how many words start with a certain beginning part. We look through all words and count those that begin with that prefix.
Analogy: Imagine a library where you want to find how many books start with the letter 'A'. You scan the titles and count each one starting with 'A'.
Words: [apple, ape, april, bat, ball] Prefix: ap Count: ?