Question
Which table (A or B) matches this description: When the input is 0, the output is 0. As the input increases by 1, the output increases by 6.
Table A
Input Output
0 0
1 6
2 12
Table B
Input Output
0 0
1 6
2 36
Table A
Input Output
0 0
1 6
2 12
Table B
Input Output
0 0
1 6
2 36
Answers
Bosnian
0 + 1 = 1
0 + 6 = 6
1 + 1 = 2
6 + 6 = 12
Table A
0 + 6 = 6
1 + 1 = 2
6 + 6 = 12
Table A
Anonymous
input 1
output 2
anonymous
the input is n the numbers are 6,8,9 the output is 7n what is the output and how do you get the answer