document.write( "Question 462157: James scored 19 times during one basketball. He scored a total of 28 points, two for each field goal and one for each free-throw. How many field goals did he make? How many free-throws?
\n" ); document.write( " a) define one variable for the number of field goals made. another variable for the free-throws.
\n" ); document.write( " b) write an expression that represents the total points made from field goals. another one for free-throws.
\n" ); document.write( " c) write an equation that describes the number of times that James scored during the game. write an equation for the total score.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #316881 by graphmatics(170)\"\" \"About 
You can put this solution on YOUR website!
a) Let x be the number of field goals and y be the number of free-throws.\r
\n" ); document.write( "\n" ); document.write( "b) The total points from field goals is 2*x.
\n" ); document.write( " The total points from free-throws is y
\n" ); document.write( "c) The number of times that James scored during the game is x+y = 19.
\n" ); document.write( " Because he scored a total of 28 points 2*x+y = 28
\n" ); document.write( "So we will need to solve the linear system of equations
\n" ); document.write( "x+y = 19
\n" ); document.write( "2*x+y = 28\r
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: Linear System solver (using determinant)
Solve:
\n" ); document.write( " \"+system%28+%0D%0A++++1%5Cx+%2B+1%5Cy+=+19%2C%0D%0A++++2%5Cx+%2B+1%5Cy+=+28+%29%0D%0A++\"
\n" ); document.write( "
\n" ); document.write( " Any system of equations:
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " has solution
\n" ); document.write( "
\n" ); document.write( " or
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " (x=9, y=10}
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );