document.write( "Question 1076025: A basketball player scored 27
\n" );
document.write( "
\n" );
document.write( "times during one game. He
\n" );
document.write( "
\n" );
document.write( "scored a total of 49
\n" );
document.write( "
\n" );
document.write( "points, two for each two-point shot and one for each free throw. How many two-point shots did he
\n" );
document.write( "
\n" );
document.write( "make? How many free throws? \n" );
document.write( "
Algebra.Com's Answer #690702 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x=2 point shots \n" ); document.write( "y=free throws \n" ); document.write( "x+y=27 \n" ); document.write( "2x+y=49 \n" ); document.write( "y=-2x+49 \n" ); document.write( "substitute into first \n" ); document.write( "x-2x+49=27 \n" ); document.write( "-x=-22 \n" ); document.write( "x=22 two point shots (44 points) \n" ); document.write( "y=5 free throws (5 shots) \n" ); document.write( "27 times scoring for 49 points. \n" ); document.write( " |