A bus carries $67$ travelers of three types:
travelers who pay the entire ticket, which costs $\$3200$.
students who have a $43$% discount.
local retirees who only pay $23$% of the ticket price.
The bus collection on that trip was $\$6,292,000$. Calculate the number of travelers in each class knowing that the number of retirees was the same as the number of other travelers.
Solution:
$x$: travelers who pay the entire ticket, $\$3200$
$y$: students who have a $43\%$ discount, that is, they pay the $57\%$ of the total ticket. ($3200*57\%=1824$)
$z$: local retirees who only pay $23$% of the ticket price. ($3200*23\%=736$)
The equations are
$$\begin{aligned} x + y +z &= 67 \\ 100x + 57y +23z &= 196625 \\ x+y-z &= 0 \nonumber \end{aligned}$$
The solutions are $x = \frac{193945}{43}$, $y = -\frac{385009}{86} $ and $z = 33.5$. However, $y$ is negative. If they ask about the number of travelers, what does it tell me in the result?
equations: 1) $x+y+z=0$
2) $3200x+1824y+736z=6292000$
3) $z=x+y$
You wrote "Yes, I am sure that the exercise data are correct" but it cannot be.
Let $n$ be the number of "normal" travelers, $s$ the number of students and $r$ the number of retirees and put numbers to have $$ 3200 n+1824 s+736 r=T\tag 1$$ $$n+s+r=P\tag 2$$ $$r=n+s\tag 3$$ where $T$ is the bus collection and $P$ the number of passengers.
Using $(2)$ and $(3)$ makes $r=\frac P 2$ so $P$ cannot be odd.
Second remark : if everyone pays the full price, it would be $3200P$ and $67\times 3200=214400$ which does not have anything to do with the $6292000$ given. To get such a collection, the bus would be bigger than a train !
Just solving the three equations would give $$n=\frac{T-1280 P}{1376}\qquad s=\frac{1968P-T}{1376}\qquad r=\frac P2$$ and each of $n,s,r$ must be an integer (again with $T \leq 3200 P$).