Question 1108030
.
A baseball team has home games on Friday and Sunday
The two games together earn $3268.50 for the team. 
Friday's game generates $603.50 less than Sunday's game. 
How much money was taken in at each game?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



        The solution in the post by @mananth contains several arithmetic errors that lead to wrong answer.

        So, I came to bring a correct accurate solution.



<pre>
Let Sunday's game generate $ x
Friday's game generates x - 603.50  dollars.

The two games generate 3268.50

    x + (x-603.50) = 3268.50

    2x - 603.5= 3268.50

    2x = 3268.50 + 603.50

    2x = 3872

     x = 3872/2

     x = 1936 

<U>ANSWER</U>.  Sunday's game generated  $1936.  Friday's game generated  $1936 - $603.50 = $1332.50.
</pre>

Solved correctly.