document.write( "Question 736146: A basketball player scored 18 times during one game. He scored a total of 30 points, which consists of 1 point free throws and 2 point baskets. How many one point free throws did he make? How many 2 point baskets did he make? \n" ); document.write( "
Algebra.Com's Answer #852639 by greenestamps(13258)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "You have received two responses showing different ways of solving the problem. Briefly summarized, here are those two methods.

\n" ); document.write( "First tutor (set up the problem using only one variable)....
\n" ); document.write( "x = # of 1-point shot, so (18-x) = # of 2-point shots.
\n" ); document.write( "The point total is 30, so x(1)+2(18-x) = 30.
\n" ); document.write( "Solve that equation to find the answer.

\n" ); document.write( "Second tutor (set up the problem using two variables and two equations and solve using substitution)....
\n" ); document.write( "x = # of 1-point shots; y = # of 2-points shots.
\n" ); document.write( "The total number of shots is 18, so x+y = 18.
\n" ); document.write( "The point total is 30, so x(1)+2(y) = 30.
\n" ); document.write( "Solve the first equation for x: x = 18-y.
\n" ); document.write( "Substitute \"18-y\" for \"x\" in the second equation, giving x(1)+2(18-x) = 30.
\n" ); document.write( "At that point the equation to solve is the same as in the solution from the first tutor, so solving the problem from there is the same.

\n" ); document.write( "A different method for solving the problem -- which a student should also know -- is using two variables and two equations and solving the pair of equations using elimination.
\n" ); document.write( "x+y = 18; x+2y = 30
\n" ); document.write( "Subtract the first equation from the second, eliminating x: y = 12
\n" ); document.write( "Substitute y=12 in either equation to find x = 6

\n" ); document.write( "ANSWER: x = 6 1-point shots and y = 12 2-point shots

\n" ); document.write( "Finally, while a student should understand and be able to use either substitution or elimination to solve the problem, it should be noted that solving the problem informally, using logical reasoning and simple arithmetic instead of formal algebra, is excellent mental exercise.

\n" ); document.write( "For this problem, the calculations are exactly those used in the above solution using elimination. Here is how the thinking can go:

\n" ); document.write( "(1) If all 18 shots were 2-point shots, the point total would be 18*2 = 36.
\n" ); document.write( "(2) The actual point total, 30, is 6 points less than that.
\n" ); document.write( "(3) Since each 1-point shot is worth 1 point less than each 2-point shot, the number of 1-point shots must have been 6.
\n" ); document.write( "ANSWERS: 6 1-point shot; so 18-6 = 12 2-point shots

\n" ); document.write( "
\n" ); document.write( "
\n" );