document.write( "Question 44430: A college basketball team made 40 field goals in a recent game, some 2 pointers and the rest 3 pointers. Altogether the 40 baskets counted for 89 points. How many of each type of field goal was made? \n" ); document.write( "
Algebra.Com's Answer #29345 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A college basketball team made 40 field goals in a recent game, some 2 pointers and the rest 3 pointers. Altogether the 40 baskets counted for 89 points. How many of each type of field goal was made?\r \n" ); document.write( "\n" ); document.write( "Let number of 3 pointers be \"x\" \n" ); document.write( "Then number of 2 pointers must be \"40-x\" \n" ); document.write( "Number of points from 3 pointers = 3x \n" ); document.write( "Number of points from 2 pointers = 2(40-x)=80-2x\r \n" ); document.write( "\n" ); document.write( "EQUATION: \n" ); document.write( "pts. + pts. = 89 \n" ); document.write( "3x+80-2x = 89 \n" ); document.write( "x=9 (number of 3 pointers) \n" ); document.write( "40-x=31 (number of 2 pointers)\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |