Show that the following alternative definition is equivalent to the definition of an FPRAS given in the chapter: A fully polynomial randomized approximation scheme (FPRAS) for a problem is a randomized algorithm for which, given an input $x$ and any parameter $\varepsilon$ with $0<\varepsilon<1$, the algorithm outputs an $(\varepsilon, 1 / 4)$-approximation in time that is polynomial in $1 / \varepsilon$ and the size of the input $x$. (Hint: To boost the probability of success from $3 / 4$ to $1-\delta$, consider the median of several independent runs of the algorithm. Why is the median a better choice than the mean?)