document.write( "Question 358985: A football team has won 10 games and lost 5. If the team wins the remaining games,
\n" ); document.write( "they will have won 75% of all the games. How many more games will they play?
\n" ); document.write( "

Algebra.Com's Answer #256161 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
So far they their winning ratio is \"10%2F15\". After x more games, their winning ratio would be \"%2810%2Bx%29%2F%2815%2Bx%29\", and this should be 0.75. Hence
\n" ); document.write( "\"%2810%2Bx%29%2F%2815%2Bx%29=0.75\".
\n" ); document.write( "\"10%2Bx+=+11.25%2B0.75x\",
\n" ); document.write( "\"0.25x+=+1.25\", and
\n" ); document.write( "\"x+=+5\".
\n" ); document.write( "Thus they play 5 more games.
\n" ); document.write( "
\n" );