Fill in the output that goes with a given input.

input
Input Output Arrow
subtract 8,
then divide by 2
Input Output Arrow
output

Input Output
18
24
10
14

1 answer

To solve the problem, we need to understand the operations described in the input. The operations are "subtract 8" and then "divide by 2".

Let's apply these operations to each of the given input values:

  1. For the input 18:

    • Subtract 8: \( 18 - 8 = 10 \)
    • Divide by 2: \( 10 / 2 = 5 \)
    • Output: 5
  2. For the input 24:

    • Subtract 8: \( 24 - 8 = 16 \)
    • Divide by 2: \( 16 / 2 = 8 \)
    • Output: 8
  3. For the input 10:

    • Subtract 8: \( 10 - 8 = 2 \)
    • Divide by 2: \( 2 / 2 = 1 \)
    • Output: 1
  4. For the input 14:

    • Subtract 8: \( 14 - 8 = 6 \)
    • Divide by 2: \( 6 / 2 = 3 \)
    • Output: 3

Now we will fill in the outputs in the table format:

| Input | Output | |-------|--------| | 18 | 5 | | 24 | 8 | | 10 | 1 | | 14 | 3 |

These are the outputs corresponding to the inputs provided with the specified operations applied.