document.write( "Question 172735: Hockey Teams receive 2 points when they win and 1 point when they tie. One season, a team won a 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( "How many wins __
\n" );
document.write( "How many ties __\r
\n" );
document.write( "\n" );
document.write( "I'm sorry, but i am just drawing a total blank today. Thank you all. \n" );
document.write( "
Algebra.Com's Answer #127580 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Hockey Teams receive 2 points when they win and 1 point when they tie. \n" ); document.write( "One season, a team won a championship with 69 points. \n" ); document.write( "They won 12 more games than they tied. \n" ); document.write( "How many wins and how many ties did the team have? \n" ); document.write( "------------------------------------ \n" ); document.write( "Equations: \n" ); document.write( "Quantity Equation: w = t + 12 \n" ); document.write( "Points Equation..: 2w + 1t = 69 \n" ); document.write( "----------------------------------- \n" ); document.write( "Substitute to solve for \"t\": \n" ); document.write( "2(t+12) + t = 69 \n" ); document.write( "3t + 24 = 69 \n" ); document.write( "3t = 45 \n" ); document.write( "t = 15 (# of ties) \n" ); document.write( "Since w = t+12,w = 15+12 = 27 (# of wins) \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |