Find the table that follows this rule: multiply by 11 and add 5.
A.
Input 4 5 6 7 8 9
Output 49 60 71 82 95 106
B.
Input 4 5 6 7 8 9
Output 49 60 71 82 93 104
C.
Input 4 5 6 7 8 9
Output 49 60 71 72 83 94
D.
Input 4 5 6 7 8 9
Output 44 55 66 77 88 99
3 answers
A. Input 4, 5, 6, 7, 8, 9 outputs 49, 60, 71, 82, 95, 106.
Study the table below.
INPUT OUTPUT
85
69
79
63
66
50
54
?
45
29
35
19
What number goes in the empty box?
INPUT OUTPUT
85
69
79
63
66
50
54
?
45
29
35
19
What number goes in the empty box?
The rule that generates the output is not given, so we cannot determine the number that goes in the empty box.