Using the same algorithm:
• Start with a number and add 2 to it.
• Double the result.
• Subtract 3 from that quantity.
If an input to this function is n = 3, what is the output?