document.write( "Question 462174: a minor league baseball team plays 98 games in a season. if the team won 14 more than three times as many games they lost, how many wins and losses did the team have? \n" ); document.write( "
Algebra.Com's Answer #316886 by graphmatics(170)![]() ![]() You can put this solution on YOUR website! Let x be the number of games the team won. Let y be the number of games the team lost. Then x+y = 98 \n" ); document.write( "Because the team won 14 more than three times as many games they lost \n" ); document.write( "x = 14 + 3*y\r \n" ); document.write( "\n" ); document.write( "Substitute the value of x from the second equation into the first equation to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(14 + 3*y) + y = 98 \n" ); document.write( "4*y = 98 -14 \n" ); document.write( "4*y = 84 \n" ); document.write( "y = 84/4 \n" ); document.write( "y = 21\r \n" ); document.write( "\n" ); document.write( "so to get x we substitute y = 21 into the first equation to get \n" ); document.write( "x + 21 = 98 \n" ); document.write( "x = 98 -21 \n" ); document.write( "x = 77 \n" ); document.write( " |