Find the average case complexity of sequential search in an array if the probability of accessing the last cell equals 1/2, the probability of the next to the last cell equals 1/4 , the probability of the locating a number in array of the remaining cells is the same and equal to 1/(4*(n-2))