IQ Tests and scores are scaled to have a mean of 100 and a standard deviation of 15. They also are approximately normally distributed. A person scores a 125 on the IQ test. What is the percentage of people scoring higher than this person?
I'm having trouble calculating this answer. Please help. Thank you.

Given a normal distribution $f(x)$ with mean $100$ and standard deviation $15$, where $x$ is the IQ, the probability of a person having a higher IQ than $125$ is $$\int_{125}^\infty f(x)dx,$$
which is your answer. Can you fill in the details? (Note, however, that you won't get a closed form expression out of this, you'd have to use numerical methods.)
EDIT: In the comments above, you write "I am getting tripped up that $N$ (number of people) is not defined and I don't know what the maximum score of the test is?" When dealing with percentages, $N$ doesn't have to be defined; for a given $N$, $N$ times the probability you found is the expected number of people with an IQ above $125.$ Note that expected values do not have to be integers, even though it describes something that is discrete (number of people). With respect to the maximum score, it is infinity, as the range of the normal distribution is as such. This means that you, although extremely unlikely, have a non-zero chance of observing a person with an arbitrarily high IQ.