Larry is using an online calculator to calculate the outputs f(n) for different inputs n. The ordered pairs below show Larry's inputs and the corresponding outputs displayed by the calculator:

(1, 5), (2, 9), (3, 13), (4, 17)

Which of the following functions best represents the rule that the calculator uses to display the outputs?

a
f(n) = 5n − 1

b
f(n) = 5n + 1

c
f(n) = 4n + 1

d
f(n) = 4n − 1

Respuesta :

Answer:

Option c:

[tex]f(n)=4n+1[/tex]

Step-by-step explanation:

The functional relationship between two variables can be easily found if it's represented as a line.

Larry's online calculator collects these points

(1, 5), (2, 9), (3, 13), (4, 17)

We can see there is a linear relation because every time the first component increases by 1, the second increases by 4.

The equation of a line is given by

[tex]f(n)=m.n+b[/tex]

Where m is the slope of the line and can be computed as

[tex]\displaystyle m=\frac{d-b}{c-a}[/tex]

Where (a,b), (c,d) are two known points of the line. Let's use the first two points (1, 5), (2, 9)

[tex]\displaystyle m=\frac{9-5}{2-1}=4[/tex]

We now know that

[tex]f(n)=4n+b[/tex]

To compute the value of b, we use one of the points again, for example (1,5):

[tex]5=4(1)+b => b=1[/tex]

The relation is

[tex]f(n)=4n+1[/tex]

We can test our results by using other points like (3,13)

[tex]f(3)=4(3)+1=13[/tex]

And also

[tex]f(4)=4(4)+1=17[/tex]

All points belong to the same function or rule

[tex]f(n)=4n+1[/tex]