document.write( "Question 1081256: A minor league baseball team plays 129
\n" );
document.write( "
\n" );
document.write( "games in a season. If the team won 17
\n" );
document.write( "
\n" );
document.write( "more than three times
\n" );
document.write( "
\n" );
document.write( "as many games as they lost, how many wins and losses did the team have? \n" );
document.write( "
Algebra.Com's Answer #695288 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Games they lost: x \n" ); document.write( "Games they won: 3x + 17 \n" ); document.write( "Total games played: 129 \n" ); document.write( "So if we add games lost and games won we should total 129: \n" ); document.write( "x + 3x + 17 = 129 \n" ); document.write( "4x = 112 \n" ); document.write( "x = 28 <--these are the losses, and the wins: \n" ); document.write( "3x + 17 = 3(28)+17 = 84+17 = 101 wins \n" ); document.write( " \n" ); document.write( " |