As a result of the execution of the query
SELECT COUNT(*) AS Ct1, AVG(Age) AS AVGAGE
FROM CUSTOMER
WHERE Resid_City = 'ERIE' OR Resid_City = 'HEMET'
Which one of the following values occurs in the column with heading Ct1?