221k views
5 votes
Using the same algorithm:

. Start with a number and add 2 to it.
• Double the result.
• Subtract 3 from that quantity.
Which of the following is a function that models the above algorithm for any number, n?

1 Answer

7 votes

Answer:

2(n+2-3)

Explanation:

I hope this helps

User Nicholaz
by
7.7k points