Input: 100 Output 10

Input: 30 Output 3
Input: 70 Output 7
Input: 40 Output 4
Input: 50 Output 5

What is the equation to show the relationship between the input and the output???? PLEASE HELP

looks like you are just dividing your input by 10

y = x/10

out = in / 10

Right in equation to show the relationship between the input and output

To determine the equation that relates the input to the output, we need to examine the pattern between the two. Looking at the provided example inputs and outputs, we can see that the output is always 1/10th of the input.

To express this relationship mathematically, we can use the equation:
Output = Input / 10

This equation states that the output value is equal to the input value divided by 10.

By applying this equation to the given examples:
For an input of 100, (100 / 10) = 10
For an input of 30, (30 / 10) = 3
For an input of 70, (70 / 10) = 7
For an input of 40, (40 / 10) = 4
For an input of 50, (50 / 10) = 5

Thus, the equation that represents the relationship between the input and output is Output = Input / 10.