Inverses from Algorithms
Suppose you were given the following algorithm:
Start with a number "n"
• Add 2
• Multiply the result by 3
• Subtract 10 from that result
• Square the final number
Use this algorithm to respond to the questions.

What is the correct order?

Inverses from Algorithms Suppose you were given the following algorithm Start with a number n Add 2 Multiply the result by 3 Subtract 10 from that result Square class=