The problem asks us to find the input of a function machine, given that the machine performs the operations "subtract 3" and "add 2" sequentially, and the output is -13. We need to reverse the operations to find the original input.
2025/4/22
1. Problem Description
The problem asks us to find the input of a function machine, given that the machine performs the operations "subtract 3" and "add 2" sequentially, and the output is -
1
3. We need to reverse the operations to find the original input.
2. Solution Steps
Let the input be . The function machine performs the following operations:
First, subtract 3:
Then, add 2:
The output is -13, so we have the equation:
Simplify the left side of the equation:
To solve for , add 1 to both sides of the equation:
3. Final Answer
The input is -12.