Model answer
Best case is one comparison when the first element matches; worst case is n comparisons when the target is last or absent. For a successful target equally likely at any position, the average is (n+1)/2 comparisons.
Use the key terms, then explain the reasoning.