Fill in the output that goes with a given input using this new rule.

input
Input Output Arrow
add 5
Input Output Arrow
output

Input Output
7
5
13
12

1 answer

To determine the output based on the given input and implied rule, we need to identify how the inputs relate to the outputs under the specified operation of "add 5".

The input-output pairs provided are:

  1. Input: 7 → Output: ?
  2. Input: 5 → Output: ?
  3. Input: 13 → Output: ?
  4. Input: 12 → Output: ?

Based on the operation "add 5", we will add 5 to each input and find the corresponding outputs:

  1. Input: 7 → Output: 7 + 5 = 12
  2. Input: 5 → Output: 5 + 5 = 10
  3. Input: 13 → Output: 13 + 5 = 18
  4. Input: 12 → Output: 12 + 5 = 17

So, the completed output table will be:

| Input | Output | |-------|--------| | 7 | 12 | | 5 | 10 | | 13 | 18 | | 12 | 17 |