document.write( "Question 925235: A basketball player scored 24 times during one game, She scored a total of 43 points, two for each two-point shot and one for each free throw. How many two-point shots did she make? How many free throws? \n" ); document.write( "
Algebra.Com's Answer #565761 by ptfile(81)![]() ![]() You can put this solution on YOUR website! Let x = two-point shot \n" ); document.write( " y = free throw\r \n" ); document.write( "\n" ); document.write( "A basketball player scored 24 times during one game, She scored a total of 43 points,two for each two-point shot and one for each free throw. \n" ); document.write( "2x+y=43 \n" ); document.write( " x+y=24\r \n" ); document.write( "\n" ); document.write( "2x+y=43 \n" ); document.write( "-x-y=-24 \n" ); document.write( " x=19\r \n" ); document.write( "\n" ); document.write( "Substitute x for 19 \n" ); document.write( "19+y=24 \n" ); document.write( " y=5\r \n" ); document.write( "\n" ); document.write( "She makes 19 two-point shot and 5 free throws.\r \n" ); document.write( "\n" ); document.write( "Check \n" ); document.write( "2(19)+5 = 43 \n" ); document.write( " 38+5 = 43 \n" ); document.write( " 43 = 43 \n" ); document.write( " \n" ); document.write( " |