16.0k views
3 votes
Help me pls i need it

Help me pls i need it-example-1
User GHP
by
4.8k points

1 Answer

2 votes

Answer:

y = 255x + 6559

Explanation:

Function Modeling

We have the following relationship between the minutes into the ride (x) and the elevation of the tram (y):

x={2,5,9,14}

y={7069,7834,8854,10129}

We first test if the relationship is linear or not.

A linear relationship is tested by calculating the slope from any pair of points.

Suppose we know the line passes through points A(x1,y1) and B(x2,y2). The slope can be calculated with the equation:


\displaystyle m=(y_2-y_1)/(x_2-x_1)

Selecting the first two points (2,7069) and (5,7834)


\displaystyle m=(7834-7069)/(5-2)=(765)/(3)

m = 255

Selecting the first two points (5,7834) and (9,8854)


\displaystyle m=(8854-7834)/(9-5)=(1020)/(4)

m=255

If we repeat the calculation with any pair of points, we get the same value for the slope, thus we can conclude the relationship is linear.

Using the point-slope form of the line:

y - k = m( x - h )

We select the point (2,7069)

y - 7069 = 255( x- 2 )

Operating:

y - 7069 = 255x - 510

Adding 7069:

y = 255x - 510 + 7069

y = 255x + 6559

User Remy Mellet
by
5.2k points