document.write( "Question 268774: a minor league baseball team plays 130 games in a season. if the team won 14 more than three times as many games as they lost, how many wins and losses did the team have? \n" ); document.write( "
Algebra.Com's Answer #196933 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the number of games won = x \n" ); document.write( "Let the number of games lost = y \n" ); document.write( "Given, x+y = 130 ...(1) \n" ); document.write( "Next, x = 3y+14 \n" ); document.write( " x-3y = 14 ...(2) \n" ); document.write( "(1)-(2)=> 4y=116 \n" ); document.write( " y = 116/4 \n" ); document.write( " y = 29 \n" ); document.write( "(1)=> x+29 = 130 \n" ); document.write( " x=130-29 \n" ); document.write( " x=101 \n" ); document.write( " |