document.write( "Question 1151286: Solve this application problem using a system of equations: In a basketball game, Alan scored 30 points, consisting only of three-point shots and two-point shots. He made a total of 11 shots. How many shots of each type did he make? \n" ); document.write( "
Algebra.Com's Answer #772967 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
x = number of 2 point shots.
\n" ); document.write( "y = number of 3 point shots.
\n" ); document.write( "x + y = 11
\n" ); document.write( "2x + 3y = 30
\n" ); document.write( "multiply both sides of first equation by 2 and leave second equation alone to get:
\n" ); document.write( "2x + 2y = 22
\n" ); document.write( "2x + 3y = 30
\n" ); document.write( "subtract first equation from second to get:
\n" ); document.write( "y = 8
\n" ); document.write( "since x + y = 11, then x = 3
\n" ); document.write( "with x = 3 and y = 8, you get:
\n" ); document.write( "x + y = 3 + 8 = 11
\n" ); document.write( "2x + 3y = 6 + 24 = 30
\n" ); document.write( "solution is number of 2 point shots is 3 and number of 3 point shots is 8.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );