216k views
0 votes
Write a function that models the data.

j k
0 3
5 28
10 53
15 78
20 103
k=[

User Holt
by
7.2k points

1 Answer

6 votes

Final answer:

To model the data, we can use a linear function in the form y = mx + b, where y represents the variable k and x represents the variable j. We need to find the values of m and b that best fit the data given.

Step-by-step explanation:

To model the data, we can use a linear function in the form y = mx + b, where y represents the variable k and x represents the variable j. We need to find the values of m and b that best fit the data given.

Using the given data, we can pick two points (j, k) to form a linear equation. Let's use the points (0, 3) and (20, 103).

Solving the equation, we get k = 5j + 3. Therefore, the function that models the data is k = 5j + 3.

User SWilk
by
7.2k points