Input 16 output 2 input 24 output 4 input 40 output 6 input 52 output 8 find y if x is given. X is input

To find the value of y given the value of x, we can observe a pattern from the given inputs and outputs.

Looking at the input and output pairs, we can notice that the output value (y) is obtained by taking the square root of the input value (x) and then dividing it by 2.

Let's break it down step by step:

1. Take the square root of the input value (x): √x
2. Divide the square root by 2: (√x) / 2

By following these steps, we can find the value of y for any given x.

For example, if x = 100, we can calculate y as follows:
1. √100 = 10
2. 10 / 2 = 5

Therefore, when x = 100, y = 5.

In general, the formula for finding y is:
y = (√x) / 2

Remember to apply this formula to each value of x to find the corresponding value of y.