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)![]() ![]() 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( "
|