Answer:
see explanation
Explanation:
The rule explains what happens to the input value in order to obtain the output.
input = 4 , then divide by 4
4 ÷ 4 = 1 , then add 2
1 + 2 = 3
---------------------------------------
input = 6 , divide by 4
6 ÷ 4 = 1,5 . now add 2
1.5 + 2 = 3.5
-----------------------------------------
input = 8 , divide by 4
8 ÷ 4 = 2 , now add 2
2 + 2 = 4
-------------------------------------------
input = 10 , divide by 4
10 ÷ 4 = 2.5 , now add 2
2.5 + 2 = 4.5
--------------------------------------------
input | 0 | 2 | 4 | 6 | 8 | 10
------------------------------------------
output| 0 | 2.5 | 3 | 3.5 | 4 | 4.5