Question 355074
you have 3 unknowns, so you need to set up 3 seperate equations;
--
let A=number of Adult tickets sold
let C=numer of children tickets sold
let S=numbe of senior tickets sold
--
equation 1 (number of tickets):  A+C+S=222
equation 2 (revenues):  7A+5C+4S=1383
equation 3 (relationship):   2A=S+C
--
so now you have 3 equations in 3 unknowns