document.write( "Question 357114: A basketball team played 32 games and won 4 more games than it lost. Find the number of games the team won. \n" ); document.write( "
Algebra.Com's Answer #255012 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let w=number of won games and L=number of lost games. \n" ); document.write( "w+L=32 \n" ); document.write( "L=w-4 \n" ); document.write( ". \n" ); document.write( "w+w-4=32 \n" ); document.write( "2w-4=32 \n" ); document.write( "2w=36 \n" ); document.write( "w=18 \n" ); document.write( "L=14 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |