The book I am reading by Trefethen and Bau defines backward statbility in the following way...
A problem is backward stable if for each x, $$ \tilde{f}(x) = f(x) $$ for some $\tilde{x}$ with $\frac{||\tilde{x} - x||}{||x||} = O(\epsilon)$.
It also explains the statement by saying "A backward stable algorithm gives exactly the right answer to nearly the right question. "
The part I dont understand is according to the definition, which part is the question and nearly the right question?