Assume that the number of adult-size shirts is x and the number of child-size shirts is y.
We are given that:
(1) Total number of T-shirts sold is 220, this means that:
x + y = 220
This can be rewritten as:
x = 220-y ..........> equation I
(2) Adult-sized shirts cost $20, child-sized shirts cost $15 and the total collected money was $3550, this means that:
20x + 15y = 3550 ........> equation II
Substitute with equation I in equation II as follows:
20x + 15y = 3550
20 (220-y) + 15y = 3550
4400 - 20y + 15y = 3550
4400 - 3550 = 20y - 15y
850 = 5y
y = 850/5
y = 170
Substitute with y in equation I to get x as follows:
x = 220-y
x = 220-170 = 50
Based on the above calculations,
number of adult-sized T-shirts = x = 50 T-shirts
number of child-sized T-shirts = y = 170 T-shirts