Answer:
Input --- Output
1 ------------ 4
6 ------------9
8--------------11
Explanation:
Given
Rule:
Output = Input + 3
Required
Complete the table
Represent the input with x and the output, y
So, the rule becomes
When Input = 1
This means:
Output = 4
When Input = 6
This means:
Output = 6
When output = 11
This means
Input = 8
So, the complete table is:
Input --- Output
1 ------------ 4
6 ------------9
8--------------11