The wording of the problem seems a little strange to me; not surprised you're confused.
I'm betting you have just started to learn about the normal distribution and that you are expected to assume that the 'terms' are normally distributed. And then I guess you are supposed
to use printed tables of the standard normal distribution to get the 'percentages' (probabilities).
I will leave it to you do work out the exact problem, but I will
give you some clues how to get started. Then maybe you can edit at least some
first steps toward the exact problem into your Question, and ask for further help as needed.
Suppose the mean is 270 and the standard deviation is 85. That is, the
data come from the distribution $X \sim Norm(\mu = 270,\, \sigma = 85).$ But you won't
find a table for that distribution in your book. You have to change this to
a problem for the standard normal distribution $Z \sim Norm(\mu - 0,\, \sigma =
1).$ The conversion for $X$ to $Z$ is done with the 'standardization' formula
$$Z = \frac{X - \mu}{\sigma},$$
which you should try to find in your book. (The material nearby the equation may help you with this and similar problems.)
Now for the question, what percentage is over 180 sec.
$$P(X > 180) = P\left(\frac{X - \mu}{\sigma} > \frac{180 - 270}{85} \right)
= P(Z > -1.06).$$
I don't know how the standard normal table in your book is organized. This
distribution is symmetrical about $0,$ so $P(Z > -1.06) = P(Z < 1.06).$
Follow the directions and examples in your book to get $P(Z > -1.06) = 0.8554.$
So almost 86% of the 'terms' exceed 180.
Below is a sketch of the standard normal density function. The total probability
beneath the density curve is $1.$ The probability $0.8554$ is the area to the right
of the red line and beneath the curve. [The area between the vertical red line
and the vertical green line is 0.3554. Exactly half (0.5000) of the area
under the curve lies on either side of the vertical green line.]

Now try using the actual numbers in your first question as posted. Let us know what result
you get when you transform $X = 180$ to the z-scale (instead of my -1.06), and
what final answer you get (something like 87%), and describe any difficulties you have using the printed standard normal table. If you show some details, maybe
we can give more help as required.