document.write( "Question 158858: In a basketball league the Falcons won 15 out of 20 games. If they win only half the time from now on, how many games will they have to pla in order towin 60% of the total games?\r
\n" );
document.write( "\n" );
document.write( "What i have so far is 15 out of 20 games equals 75%. \n" );
document.write( "
Algebra.Com's Answer #116997 by edjones(8007)![]() ![]() You can put this solution on YOUR website! If they win 1/2 their games from now on they must lose one for every one they win. \n" ); document.write( "Formula: wins/total games=% \n" ); document.write( "let w=number of wins > 15 \n" ); document.write( "(15+w)/(20+2w)=.6 \n" ); document.write( "15+w=.6(20+2w) Multiply each side by 20+2w to eliminate the fraction. \n" ); document.write( "15+w=12+1.2w \n" ); document.write( ".2w=3 \n" ); document.write( "w=3/.2 \n" ); document.write( "=15 \n" ); document.write( "So they have to play 15*2=30 more games to have a 60% record. \n" ); document.write( ". \n" ); document.write( "Check: \n" ); document.write( "(15+15)/(20+30) \n" ); document.write( "=30/50 \n" ); document.write( "=.6 \n" ); document.write( ". \n" ); document.write( "Ed\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |