document.write( "Question 854508: a minor league baseball team plays 77 games in a season. If the team won 17 more than twice as many games as they lost, how many wins and losses did the team have
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #514730 by lwsshak3(11628) ![]() You can put this solution on YOUR website! a minor league baseball team plays 77 games in a season. If the team won 17 more than twice as many games as they lost, how many wins and losses did the team have \n" ); document.write( "*** \n" ); document.write( "let x=number of games lost \n" ); document.write( "2x+17=number of games won \n" ); document.write( "x+(2x+17)=77 \n" ); document.write( "3x+17=77 \n" ); document.write( "3x=60 \n" ); document.write( "x=20 \n" ); document.write( "2x+17=57 \n" ); document.write( "number of games lost=20 \n" ); document.write( "number of games won=57 \n" ); document.write( " |