document.write( "Question 447133: During the 1998-1999 Little League season, the Tigers played 52 games. They won 12 more games than they lost. How many games did they win that season?\r
\n" );
document.write( "\n" );
document.write( "I figured if you divided 52 by 2 and you get 26 then add 12 then you get the answer of 38 but not sure how to put it into an equation . Or am I even close ? \n" );
document.write( "
Algebra.Com's Answer #307865 by chriswen(106)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the number of games they won. \n" ); document.write( "Let x-12 be the number of games they lost. \n" ); document.write( "... \n" ); document.write( "x+x-12=52 \n" ); document.write( "2x-12=52 \n" ); document.write( "2x=52+12 \n" ); document.write( "2x=64 \n" ); document.write( "x=32 \n" ); document.write( "Therefore, the Tigers won 32 games that season. \n" ); document.write( " |