Concept:Find the total number of goals by multiplying each goal count by the number of teams that scored it, then adding all the products.Explanation:For each goal value x, use its frequency f and calculate fx.0×4=01×3=32×15=303×16=484×1=45×0=06×1=6Add all the fx values to get the total goals:0+3+30+48+4+0+6=91The frequencies sum to 40 teams, so the recorded data is consistent.Answer:The total number of goals scored is 91, which is option C.