document.write( "Question 206030: I'm having problems doing this can you help me.\r
\n" );
document.write( "\n" );
document.write( "Volleyball teams receive 2 points when they win and 1 point when they tie. One season a volleyball team won a championship with 57 points. the team won 12 more games than they tied. How many wins did the team have? How many ties did the team have? \n" );
document.write( "
Algebra.Com's Answer #155599 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Volleyball teams receive 2 points when they win and 1 point when they tie. One season a volleyball team won a championship with 57 points. the team won 12 more games than they tied. How many wins did the team have? How many ties did the team have? \n" ); document.write( "---------------- \n" ); document.write( "t = ties \n" ); document.write( "w = wins \n" ); document.write( "w = t+12 (won 12 more than tied) \n" ); document.write( "t + 2w = 57 \n" ); document.write( "----------- \n" ); document.write( "Sub for w \n" ); document.write( "t + 2(t+12) = 57 \n" ); document.write( "t + 2t+24 = 57 \n" ); document.write( "3t = 33 \n" ); document.write( "t = 11 \n" ); document.write( "w = 23\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |