a.) The maximal relative error of the volume of a ball is allowed within $1\%$. What is the maximal relative error measuring the radius of the ball?
b.) Given the equation $x^2-40x+1=0$, find its roots to five significant digits using $\sqrt{399} = 19.975$, correctly rounded to five digits.
What I did and know for a is that the volume of a sphere is $V = 4/3\pi * R^3$ and the only term that can have a relative error is the R term. So, I let $dV$ be the relative error of the volume and $dR$ the relative error of the radius then
$dV = dR + dR + dR = 3dR$
$dV/3 = dR$
$1\%/3 = dR$
and I am completely lost in b.