205k views
3 votes
Anyone can help ? I’m so confused

Anyone can help ? I’m so confused-example-1

2 Answers

3 votes
8: 9, 9: 1, 10: -15


F(n)= 10 - n^2

n=1
n=3
n=5

Question #8:

Start with the n=1 so

F(n)= 10 - 1^2, than solve…

1^2 is 1 so 10-1= 9, there for the answer is 9

Question #9:

Now do n=3

F(n)= 10 - 3^2

3^2 is 9

10-9 is 1 so f(n)=1

Question #10:

n=5

F(n)=10-5^2

5^2= 25

10-25= -15

F(n)= -15


User Chris Winters
by
7.7k points
7 votes

Step-by-step explanation: It says that you use 10-n^2 so just do it like 10-1^2 (aka 1x1) for each question

User Piotr Podraza
by
8.7k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.