Resisters have special statistics because the tolerance is not the same as the standard error[1]
... all resisters are manufactured so their values are distributed approximately R ~ (r,r/10) ... but they have been tested and divides into groups, so the
0.1% tolerance resisters are those within 0.1% of the mean;
1% tolerance resisters are those which were between 0.1% and 1% of the mean.
Both the 1% and 0.1% can be approximated as flat - which changes the stats, but I'll use the standard normal anyway to avoid awkward math.
Example: a 100k resister at 1% tolerance would vary between 101k and 99k
A 50k resister at 1% tolerance would vary between 50k5 and 49k5.
Put them in series means the resulting resistance varies between 148k5 and 152k5 but the distribution will be approximately R ~ N(150k,5k) within those limits.[2]
But you are not adding resistors - you are dividing the: the gain is g=-r_f/r_s
This is a ratio of independent uncertain values, not a sum or difference.
The rule is different for multiplication and division ... in this case you do the sum-of-squares thing on the percentage errors :)
p_g = \sqrt{p_f^2 + p_s^2}
... the distribution would then vary by 10\sqrt{2}% of whatever the actual gain is.
... the tolerance range will be 2% (sum of tolerances) from the mean.
(recall there's a hole at the 0.1% limit though).
To summarize: manufactured resistors are special...
... for the gain found from the ratio of two 1% resistances:
effective tolerance of the gain is 2%
distribution of values within the tolerance range has standard deviation 14% of the nominal value of the gain. "Nominal value" because there is likely zero chance of finding the ratio of 1% resistors within 0.2% of this value.
... for the ratio of two 0.1% resistances:
that's 0.2% and 14%.
-----------------------
[1] I actually tested this ... different manufacturers may do this differently, but I remember buying a lot of 10% resisters and painstakingly going through them with an ohmmeter to sort of the 1% ones, only to find there weren't any :( [3]
[2] the "~" (tilde) in this context means "distributed according to", and N(m,s) is the normal distribution with a mean of m and a standard deviation of s.
[3] there is also an uncertainty in the tolerance cut-off values - but this is very much smaller than the 10% for the manufactured distribution of values. You should try this with a sample of stock resisters.