Fill in the output that goes with a given input.

input
Input Output Arrow
subtract 5,
then divide by 4
Input Output Arrow
output

Input Output
21
17
9
29

1 answer

To find the output value based on the given input, we need to follow the two operations specified: subtract 5, then divide by 4.

We will apply the operations to each input in the table:

  1. Input: 21

    • Subtract 5: 21 - 5 = 16
    • Divide by 4: 16 / 4 = 4
    • Output: 4
  2. Input: 17

    • Subtract 5: 17 - 5 = 12
    • Divide by 4: 12 / 4 = 3
    • Output: 3
  3. Input: 9

    • Subtract 5: 9 - 5 = 4
    • Divide by 4: 4 / 4 = 1
    • Output: 1
  4. Input: 29

    • Subtract 5: 29 - 5 = 24
    • Divide by 4: 24 / 4 = 6
    • Output: 6

Now, we can summarize the results:

| Input | Output | |-------|--------| | 21 | 4 | | 17 | 3 | | 9 | 1 | | 29 | 6 |

So the final output table would be:

 Input     Output 
 21           4  
 17           3  
 9            1  
 29           6