document.write( "Question 610395: A baseball team plays 101 games in a season. They won 14 more than twice as many as they lost. How many did they lose? How many did they win? \n" ); document.write( "
Algebra.Com's Answer #384361 by flame8855(424)\"\" \"About 
You can put this solution on YOUR website!
y = 14 +2x
\n" ); document.write( "x+y = 101
\n" ); document.write( "14+3x = 101
\n" ); document.write( "x =29 lost
\n" ); document.write( "y = 72 won
\n" ); document.write( "
\n" );