Given:
Entry ticket for students = $5
Entry ticket for adults = $5 + $4 = $9
Number of people = 600
Total amount collected = $3500
Let's find the number of students and adults who visited on that day.
Let S represent the number of students and A represent the number of adults.
We hav the system of equations:
5S + 9A = 3500
S + A = 600
Let's solve the system of equations simultaneously using substitution method.
Rewrite the second equation for S:
S = 600 - A
Substitute (600 - A) for S in the first equation:
Divide both sides by 4:
Substitute 125 for A in either of the equations:
Therefore, we have the solutions:
S = 475, A = 125
Therefore, the number of students that visited is 475 while the number of adults is 125 .
ANSWER:
Students = 475; Adults = 125