document.write( "Question 201347: Spencer makes 9 out of 13 shots in the first half of a basketball game.
\n" );
document.write( "How many consecutive shots must he make in the second half of the game to
\n" );
document.write( "raise his percentage to 96%? \n" );
document.write( "
Algebra.Com's Answer #151568 by stanbon(75887) ![]() You can put this solution on YOUR website! Spencer makes 9 out of 13 shots in the first half of a basketball game. \n" ); document.write( "How many consecutive shots must he make in the second half of the game to \n" ); document.write( "raise his percentage to 96%? \n" ); document.write( "---------------------------------- \n" ); document.write( "Let \"x\" be the number of consecutive shots he need to make. \n" ); document.write( "Equation: \n" ); document.write( "(9+x)/(13+x) = 0.96 \n" ); document.write( "9+x = 0.96(13+x) \n" ); document.write( "900 + 100x = 96(13+x) \n" ); document.write( "900 + 100x = 1248 + 96x \n" ); document.write( "4x = 348 \n" ); document.write( "x = 87 (# of consecutive shots he must make to get to 96%) \n" ); document.write( "============================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |