Asked by Nicolas
                Input: 1,2,3,4
Output: 2,5,8,11
            
        Output: 2,5,8,11
Answers
                    Answered by
            mathhelper
            
    Looks like for every change of 1 in the input, the output increases by 3
so start with y = 3x
but when x = 1, we would get 3, should be 2, so let's fix it ...
y = 3x - 1
    
so start with y = 3x
but when x = 1, we would get 3, should be 2, so let's fix it ...
y = 3x - 1
                    Answered by
            MasterBird72
            
    thanks
    
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.