205k views
1 vote
Write a linear function f with f(0) = 7 and f(3) = 1.
f(x) = 0

User Petero
by
6.3k points

1 Answer

6 votes
Start with

y = mx + b

Now use the 2 given points to find m and b.

7 = m(0) + b
b = 7
1 = m(3) + 7
m = -2

f(x) = -2x + 7
User Matt Denwood
by
7.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.