document.write( "Question 205361: Hockey teams receive 2 points when they win and 1 point when they tie. One season, a team won a championship with 60 points. They won 12 games than they tied,. How many wins and how many ties did the team have? \n" ); document.write( "
Algebra.Com's Answer #155020 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let T = the number of games tied and W = the number of games won, then: \n" ); document.write( "a) W = T+12 \"They won 12 games more than they tied,...\" \n" ); document.write( "b) (2)W+(1)T = 60 \"...2 points when they win (2W) and (+) 1 point when they tie ((1)T).\" \"One season...won a championship with 60 points.\" \n" ); document.write( "Substitute equation a) into equation b) and solve for T. \n" ); document.write( "c) 2(T+12)+T = 60 \n" ); document.write( "c) 3T+24 = 60 Subtract 24 from both sides. \n" ); document.write( "c) 3T = 36 Divide both sides by 3. \n" ); document.write( "c) \n" ); document.write( " \n" ); document.write( "The team had 24 wins and 12 ties. \n" ); document.write( " |