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 #307863 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! During the 1998-1999 Little League season, the Tigers played 52 games. \n" ); document.write( " They won 12 more games than they lost. \n" ); document.write( " How many games did they win that season? \n" ); document.write( ": \n" ); document.write( "Here's how they probably want you to do this: \n" ); document.write( ": \n" ); document.write( "Let x = no. of games won \n" ); document.write( "then since the total no. of game is 52, we know: \n" ); document.write( "(52-x) = no. of games lost \n" ); document.write( ": \n" ); document.write( "Write an equation for: \n" ); document.write( "\"They won 12 more games than they lost.\" \n" ); document.write( "or \n" ); document.write( "Games won = Games lost + 12 games \n" ); document.write( "x = (52-x) + 12 \n" ); document.write( "Add x to both sides \n" ); document.write( "x + x = 52 + 12 \n" ); document.write( "2x = 64 \n" ); document.write( "divide both sides by 2 \n" ); document.write( "x = \n" ); document.write( "x = 32 games won \n" ); document.write( " |