looks like you are just dividing your input by 10
y = x/10
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
3 answers
out = in / 10
Right in equation to show the relationship between the input and output