document.write( "Question 137987: I have one more word problem that I cannot do correctly. I need some serious hlp.
\n" );
document.write( "The hockey team receives 2 points when they win and 1 point when they tie. One season a team won the championship with 69 points. They won 12 more games than they tied. How many wins and how many ties did the team have?
\n" );
document.write( "Help please, I still do not get how to do these........ \n" );
document.write( "
Algebra.Com's Answer #100828 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The hockey team receives 2 points when they win and 1 point when they tie. One season a team won the championship with 69 points. They won 12 more games than they tied. How many wins and how many ties did the team have? \n" ); document.write( "---------- \n" ); document.write( "Let # of wins be \"w\"; Let # of ties be \"t\" \n" ); document.write( "--------------------- \n" ); document.write( "Games equation: w = t+12 \n" ); document.write( "-------------------------------- \n" ); document.write( "Points equation: 2w + t = 69 \n" ); document.write( "--------------------- \n" ); document.write( "Substitute w=t+12 into the 2nd equation to solve for \"t\": \n" ); document.write( "2(t+12) + t = 69 \n" ); document.write( "2t+24 + t = 69 \n" ); document.write( "3t = 45 \n" ); document.write( "t = 15 (# of ties) \n" ); document.write( "w = t+12 = 27 (# of wins) \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |