IDNLearn.com: Your trusted source for finding accurate and reliable answers. Discover reliable answers to your questions with our extensive database of expert knowledge.

4. Write the function of a linear equation that includes the
points (1,3) and (2,9).


Sagot :

Answer:

y = 6x - 3

Step-by-step explanation:

the equation of a line in slope- intercept form ( linear function ) is

y = mx + c ( m is the slope and c the y- intercept )

calculate m using the slope formula

m = [tex]\frac{y_{2}-y_{1} }{x_{2}-x_{1} }[/tex]

with (x₁, y₁ ) = (1, 3 ) and (x₂, y₂ ) = (2, 9 )

m = [tex]\frac{9-3}{2-1}[/tex] = [tex]\frac{6}{1}[/tex] = 6 , then

y = 6x + c ← is the partial equation

to find c substitute either of the 2 points into the partial equation

using (1, 3 ) , then

3 = 6 + c ⇒ c = 3 - 6 = - 3

y = 6x - 3 ← equation of linear function