document.write( "Question 231618: solve the following problem using a sytem of two eqaution iin two variables. Hockey teams recive 2 pints for win, and 1 for tie. the wildcats once won a chapionship with 60 points. they won 9 more games than they tied. how many wins and how many ties did the wildcats win?? \n" ); document.write( "
Algebra.Com's Answer #171434 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! solve the following problem using a system of two equation in two variables. \n" ); document.write( "Hockey teams receive 2 points for win, and 1 for tie. the wildcats once won a championship with 60 points. \n" ); document.write( " they won 9 more games than they tied. \n" ); document.write( " how many wins and how many ties did the wildcats win?? \n" ); document.write( ": \n" ); document.write( "Let t = no. of ties \n" ); document.write( "Let w = no. of wins \n" ); document.write( ": \n" ); document.write( "2w + t = 60 \n" ); document.write( ": \n" ); document.write( "w = t + 9 \n" ); document.write( ": \n" ); document.write( "Replace w with (t+9) in the 1st equation \n" ); document.write( "2(t+9) + t = 60 \n" ); document.write( "2t + 18 + t = 60 \n" ); document.write( "3t = 60 - 18 \n" ); document.write( "3t = 42 \n" ); document.write( "t = \n" ); document.write( "t = 14 ties \n" ); document.write( "then \n" ); document.write( "w = t + 9 \n" ); document.write( "w = 14 + 9 \n" ); document.write( "w = 23 wins \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution \n" ); document.write( "2(23) + 14 = \n" ); document.write( "46 + 14 = 60 \n" ); document.write( " |