document.write( "Question 1005919: Anne plays tennis for her school. In April, she won 12/20 matches and calculated her winning percentage by dividing the total of wins over the total number of games. Her winning percentage is therefore 60%. In the next 2.5 months she played many more games, winning every single one. Her winning percentage improved to 90%. Her goal was to end the season with a winning percentage of 75% to beat the current school record. How many matches can she now lose in a row and still achieve her goal? \n" ); document.write( "
Algebra.Com's Answer #622063 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Well, to reach 90% after playing x more games, we write
\n" ); document.write( "(12 + x)/(20 + x) = .9
\n" ); document.write( "12 + x = 18 + .9x
\n" ); document.write( ".1x = 6
\n" ); document.write( "x = 60 games
\n" ); document.write( "so that her record is 72 out of 80.
\n" ); document.write( "Now we need to find the number of y games she can lose...
\n" ); document.write( "72 / (80 + y) = .75
\n" ); document.write( "so that
\n" ); document.write( "72 = 60 + .75y
\n" ); document.write( "12 = .75y
\n" ); document.write( "y = 16 games she can lose and still have a 75% winning percentage.
\n" ); document.write( "
\n" ); document.write( "
\n" );