document.write( "Question 1004273: A baseball team has home games on Thursday and Saturday. The two games together earn $4226.00 for the team. Thursday's game generates $274.00 less than Saturday's game. How much money was taken in at each game? \r
\n" );
document.write( "\n" );
document.write( "How much money did Thursday's game generate?
\n" );
document.write( "How much money did Saturday's game generate? \n" );
document.write( "
Algebra.Com's Answer #620776 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the money for each game, t and s. \n" ); document.write( "From the facts we have \n" ); document.write( "t + s = 4226 \n" ); document.write( "and \n" ); document.write( "t = s - 274 \n" ); document.write( "Now substitute this into the first equation...we get \n" ); document.write( "s - 274 + s = 4226 \n" ); document.write( "2s - 274 = 4226 \n" ); document.write( "2s = 4500 \n" ); document.write( "s = $2250 \n" ); document.write( "t is $274 less or \n" ); document.write( "t = $1976 \n" ); document.write( " |