document.write( "Question 697466: James score a total of 15 points during a basketball game. During the game, he made only free throws worth 1 point each and 3-point basket. he made a total of 7 baskets. How many free throws and how many 3-point basket did james make during the game? Write a system of equation you could use to find the amount of free throws and 3-point baskets James made during the game. \n" ); document.write( "
Algebra.Com's Answer #430172 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let free throws be x \n" ); document.write( "and 3 point throws be y\r \n" ); document.write( "\n" ); document.write( "Total baskets \n" ); document.write( "x+y =7\r \n" ); document.write( "\n" ); document.write( "Points scored \n" ); document.write( "x+3y=15\r \n" ); document.write( "\n" ); document.write( "solve for x & y \n" ); document.write( " |