1. Compute each of the following summations by hand. Show all of your work.

  1. Compute the Big-O value for . Justify your answer with a few sentences of explanation.

  1. Compute the Big- value for . Justify your answer with a few sentences of explanation.

  1. Compute the Big- value for . Justify your answer with a few sentences of explanation.

  1. Prove that the following relation is true.

  1. Prove that the number is irrational.

  1. According to this reference, the Bubble Sort algorithm has a worst case time complexity of , but a best case time complexity of . Does this mean that Bubble Sort is more performant than an algorithm like Quicksort with a worst case and best case complexity of ? Why don’t we just use Bubble Sort in large systems, all the time?