228k views
2 votes
F(n) = 8n + 5. What does f(0) and f(11) equal?

Step by step explanation please.

User Plinio
by
4.2k points

2 Answers

3 votes
f(0) = 8(0) + 5
f(0) = 5
f(11) = 8(11) + 5
f(11) = 93
User UrLicht
by
3.5k points
5 votes

Answer:

f(0)=5; f(11)=93

Explanation:

Fill in 0 for n.

f(0) = 8n+5

= 8(0)+5

=0+5

=5

f(11) = 8n+5

=8(11)+5

=88+5

=93

User Wehnsdaefflae
by
4.5k points