What is thelinear function whose graph has the points (-4,0) and (1,3)?
- print Print
- list Cite
Expert Answers

calendarEducator since 2010
write12,544 answers
starTop subjects are Math, Science, and Business
The linear function whose graph passes through (-4 , 0) and (1, 3) is the equation of the line passing through the two points.
(The entire section contains 69 words.)
Unlock This Answer Now
Start your 48-hour free trial to unlock this answer and thousands more. Enjoy eNotes ad-free and cancel anytime.
Related Questions
If a point it is located on the graph of a function, it's coordinates verify the expression of the function.
The expression of a linear function is:
f(x) = mx + n
We'll substitute the coordinates of the first point in the equation of the linear function:
f(x)=y
f(-4)=a*(-4)+b
But f(-4)=0,
a*(-4)+b = 0
-4a + b = 0
4a = b (1)
We'll do the same for the point (1,3):
f(1)=a*(1)+b
But f(1)=3,
a*(1)+b=3
a + b = 3 (2)
We'll substitute (1) in (2):
a + 4a = 3
5a = 3
a = 3/5
We'll multiply by 4:
4a = b = 12/5
The linear function is:
f(x)=3x/5 + 12/5
Student Answers