Question 5

   Change line 12 of the pseudo-code 
   from
       return FindPeak(a_k+1, ...,a_n)
   to
       return k + FindPeak(a_k+1, ...,a_n)