Input-Output View Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
Think of f(x)=3xโˆ’7f(x) = 3x - 7 as a machine. Describe the sequence of operations applied to input xx, then evaluate f(5)f(5) and find the input that gives output 1414.

Solution

  1. 1
    Machine description: take input xx โ†’ multiply by 33 โ†’ subtract 77 โ†’ output.
  2. 2
    Evaluate: f(5)=3(5)โˆ’7=15โˆ’7=8f(5) = 3(5)-7 = 15-7 = 8.
  3. 3
    Find input for output 1414: solve 3xโˆ’7=14โ‡’3x=21โ‡’x=73x-7=14 \Rightarrow 3x=21 \Rightarrow x=7.

Answer

f(5)=8f(5)=8; input x=7x=7 gives output 1414
The input-output view treats a function as a process or machine. This perspective makes it natural to evaluate forward (given input, find output) and backward (given output, find input), building intuition for inverse operations.

About Input-Output View

The input-output view of a function treats it as a black box: put in a value (input), get out a uniquely determined value (output), without worrying about the internal mechanism.

Learn more about Input-Output View โ†’

More Input-Output View Examples