document.write( "Question 1030931: A minor league baseball team plays 96 games in a season if the team won 16 more than three times as many games as they lost how many wins and losses did the team have? \n" ); document.write( "
Algebra.Com's Answer #645706 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the number of games they won and lost, x and y. Then we write
\n" ); document.write( "x + y = 96 and
\n" ); document.write( "x = 3y + 16
\n" ); document.write( "we can substitute the second into the first and get
\n" ); document.write( "(3y+16) + y = 96
\n" ); document.write( "4y + 16 = 96
\n" ); document.write( "4y = 80
\n" ); document.write( "y = 20
\n" ); document.write( "which means they won
\n" ); document.write( "x = 76
\n" ); document.write( "Not a bad season, really...76-20...
\n" ); document.write( "
\n" );