document.write( "Question 1093324: Matthew made 26 baskets during basketball game. The number of 3-point shots was 2 more than half the number of 2-point shots. How many of each type shot did he make? How many total points did he score? \n" ); document.write( "
Algebra.Com's Answer #707948 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x are 2 pointers \n" ); document.write( "26-x are 3 pointers \n" ); document.write( "but 3 pointers are also (1/2)x+2 \n" ); document.write( "therefore, (1/2)x+2=26-x \n" ); document.write( "multiply everything by 2 to clear the fraction \n" ); document.write( "x+4=52-2x \n" ); document.write( "3x=48 \n" ); document.write( "x=16--2 pt \n" ); document.write( "26-x=10--3 pt, which is 2 more than half (8) of the 2 pointers. \n" ); document.write( " \n" ); document.write( " |