Respuesta :
For this case we propose a system of equations:
x: Variable representing the anticipated tickets
y: Variable representing the same day tickets
So:
[tex]x + y = 45\\25x + 35y = 1375[/tex]
We clear x from the first equation:
[tex]x = 45-y[/tex]
We substitute in the second equation:
[tex]25 (45-y) + 35y = 1375\\1125-25y + 35y = 1375\\10y = 1375-1125\\10y = 250\\y = 25[/tex]
We look for the value of x:
[tex]x = 45-25\\x = 20[/tex]
Thus, 20 of anticipated type and 25 of same day type were sold.
Answer:
20 of anticipated type and 25 of same day type were sold.
Answer: 20 advance tickets and 25 same-day tickets.
Step-by-step explanation:
Set up a system of equations.
Let be "a" the number of advance tickets and "s" the number of same-day tickets.
Then:
[tex]\left \{ {{25a+35s=1375} \atop {a+s=45}} \right.[/tex]
You can use the Elimination method. Multiply the second equation by -25, then add both equations and solve for "s":
[tex]\left \{ {{25a+35s=1,375} \atop {-25a-25s=-1,125}} \right.\\.............................\\10s=250\\\\s=\frac{250}{10}\\\\s=25[/tex]
Substitute [tex]s=25[/tex] into an original equation and solve for "a":
[tex]a+(25)=45\\\\a=45-25\\\\a=20[/tex]