
Ben T. answered 09/05/20
Physics and Mathematics from Someone Who Specialized in Both!
As with most algebra problems, the key to success is setting up the problem correctly.
Here, Maria picks an input value which we will call x, and after carrying out Max's instructions, she obtains an output value, which we will call y. Since the operations give a single output for each input, we can think of Max's instructions as a function y = f(x). Step-by-step,
- Add four: x + 4
- Multiply by three: 3(x + 4)
- Subtract ten: 3(x + 4) − 10
So we see that the function f(x) is given by f(x) = 3(x + 4) − 10. What Max is trying to do is to find the x-value, given the output y. In other words, Max is trying to find the inverse function f-1(y) = x. Thus, he is taking this equation and solving algebraically for x in terms of y. To do this, we just reverse the order of operations:
- Add ten: y + 10 = 3(x + 4)
- Divide by three: (y + 10)/3 = x + 4
- Subtract four: (y + 10)/3 − 4 = x.
We've found the inverse! It is f-1(y) = (y + 10)/3 − 4. To find the number Maria started with, Max needs to simply find f-1(29) using this formula. Plugging in y = 29, we see that Maria's starting number was in fact 9.