1. Solve for in each of the expressions by hand. Show all of your work.

  1. Solve for in each of the expressions using any calculators or tools at your disposal (e.g. Desmos, Wolfram, etc.). Write a sentence or two on the strategy you used to solve each problem.

  1. Write pseudocode for a function that finds the smallest number in a non-empty, unsorted array of integers.

  1. Write pseudocode for a function that takes an integer as an argument and returns true if it is a power of two and false otherwise.