We're not certain about some of the measurements given in this question - we only know the rounded values. This means that the true value could be lower or higher than the given measurement.
We can find upper and lower bounds for the given measurements. Any values we go on to calculate will also be uncertain and have upper and lower bounds.
To find bounds for a given measurement, we divide the degree of accuracy by 2 and subtract or add this to our estimate to get lower and upper bounds respectively.
For example, $52$ rounded to the nearest integer has a lower bound of $51.5$ and an upper bound of $52.5$.
a)
The distance travelled is given by
\[ d = \text{Average speed} \times \text{Time taken} \]
We find bounds for speed and time first.
Lower bound for speed: $\var{speed} - 0.5 = \var{speed - 0.5} \text{ km/h}$
Upper bound for speed: $\var{speed} + 0.5 = \var{speed + 0.5} \text{ km/h}$
First, note that the speed is given in km/h and we want to find the distance in km. We will convert the given time into hours.
Lower bound for time taken:
\begin{align} \var{atime} - 0.5 &= \var{atime - 0.5} \text{ min} \\[0.5em]
&= \frac{\var{atime - 0.5}}{60} \text{ h}
\end{align}
Upper bound for time taken:
\begin{align} \var{atime} + 0.5 &= \var{atime + 0.5} \text{ min} \\[0.5em]
&= \frac{\var{atime + 0.5}}{60} \text{ h}
\end{align}
Since we're multiplying the speed and time together, the lower bound for distance is the slowest speed multiplied by the shortest time:
\begin{align}
\text{Lower bound} &= \text{lower bound for speed} \times \text{lower bound for time}\\
&= \var{speed - 0.5} \times \frac{\var{(atime - 0.5)}}{60} \\
&= \var{precround((speed-0.5)*(atime - 0.5)/60, 2 )} \text{ km} \quad \text{(rounded to 2 decimal places).}
\end{align}
The upper bound for distance is the fastest speed multiplied by the longest time:
\begin{align}
\text{Upper bound} &= \text{upper bound for speed} \times \text{upper bound for time} \\
&= \var{speed + 0.5} \times \frac{\var{atime + 0.5}}{60} \\
&= \var{precround((speed+0.5)*(atime + 0.5)/60, 2 )} \text{ km} \quad \text{(rounded to 2 decimal places).}
\end{align}
Hence,
\[\var{precround((speed-0.5)*(atime - 0.5)/60, 2 )} \leq d \lt \var{precround((speed+0.5)*(atime + 0.5)/60, 2 )} \text{.}\]
b)
We're told the speed and the distance travelled, so the time taken is given by
\[ t = \frac{\text{Distance travelled}}{\text{Average speed}} \]
We found upper and lower bounds for Tia's average speed above.
The distance of the evening run is given to the nearest kilometre, so we can compute bounds as follows:
Lower bound for distance: $\var{distance} - 0.5 = \var{distance - 0.5} \mathrm{km}$
Upper bound for distance: $\var{distance} + 0.5 = \var{distance + 0.5} \mathrm{km}$
The upper bound for the time taken is the longest distance divided by the slowest speed:
\begin{align}
\text{Upper bound} &= \text{upper bound for distance} \div \text{lower bound for speed} \\
&= \var{distance + 0.5} \div \var{speed - 0.5} \\
&= \var{(distance + 0.5)/(speed - 0.5)} \text{ hours.}
\end{align}
We're asked for the answer in minutes, to two decimal places.
\begin{align}
\var{(distance + 0.5)/(speed - 0.5)} \text{ hours} &= \var{(distance + 0.5)/(speed - 0.5)}\times 60 \text{ min} \\
&= \var{precround((distance + 0.5)/(speed - 0.5)*60, 2)} \text{ minutes} \quad \text{(rounded to 2 decimal places)}
\end{align}
The lower bound for time is the shortest distance divided by the fastest speed:
\begin{align}
\text{Lower bound} &= \text{lower bound for distance} \div \text{upper bound for speed} \\
&= \var{distance - 0.5} \div \var{speed + 0.5} \\
&= \var{(distance - 0.5)/(speed + 0.5)} \text{ hours.}
\end{align}
Converting into minutes, to two decimal places:
\begin{align}
\var{(distance - 0.5)/(speed + 0.5)} \text{ hours} &= \var{(distance - 0.5)/(speed + 0.5)}\times 60 \text{ min} \\
&= \var{precround((distance - 0.5)/(speed + 0.5)*60, 2)} \text{ min.}
\end{align}
Therefore, we cannot confidently say Tia's time was less than 61 minutes as the upper bound for her time, $\var{precround((distance + 0.5)/(speed - 0.5)*60, 2)}$ minutes, is above this threshold.