But you wrote:
= (Δh/h) + (Δt/t)
= h/t ((Δh/h) + (Δt/t))
which says (literally): (Δh/h) + (Δt/t) = h/t ((Δh/h) + (Δt/t))
which is false.
It should have been:
(Δv/v) = (Δh/h) + (Δt/t)
=> Δv= h/t ((Δh/h) + (Δt/t))
... which is correct.
Leaving off the bit before the equals sign is the lazy part of the notation... you seemed to be jotting noted to keep track of your reasoning rather than doing math.
Just saying: in general, it is not a good idea to do that even if it does lead you to the right answer. It won't be too long before you have to deal with problems where nobody knows the right answer and the disciplines you learn now will determine how good you get.
This was just multi-choice, so you are not marked on your working.
But you are also communicating your understanding in a multi-national forum.
What do you mean by overestimating the uncertainties? Does that mean it's wrong?
Yes - basically. I think you are being given a simple model of uncertainties while you are still coming to grips with the basics.
The theory of uncertainties is the theory of statistics and hypothesis testing.
We model a measurement as representing the mean of a sampled normal distribution with a standard deviation equal to the "absolute error".
When we say that some length was 5cm ±0.2cm we are saying that we don't know what the actual length was, but we are 95% confident that it will be somewhere between 4.6cm and 5.4cm ... see what I mean?
When you add two distributions, the result is a new one with mean equal to the sum of the individual means and a
variance equal to the sum of the individual variances. This is provided the measurements don't depend on each other... which I gather is the case here.
So if I measure two things and one is 5cm and the other 5.7cm, I can ask if these two things are actually the same length and the difference is just a result of having an inaccurate measuring method.
That "these two things are the same length" is the hypothesis H we are testing.
The difference between them is 0.7m ± 0.3m, so we can be 95% confident that these two lengths are actually different (rejecting H because 0m lies outside 2sd of the mean). However, if we use the method you've been given the difference becomes 0.7m ± 0.4m, putting the 0m mark inside the confidence interval, causing us to accept H, perhaps, too easily.
I suspect you'll be covering this stuff later.