document.write( "Question 1180529: at a basketball game, a team made 54 successful shots. they were a combination of 1- and 2- point shots team scored 90 points in all. write and solve a system of equations to find the number of each shot. \n" ); document.write( "
Algebra.Com's Answer #810223 by mananth(16946)![]() ![]() You can put this solution on YOUR website! a team made 54 successful shots. they were a combination of 1- and 2- point shots team scored 90 points in all\r \n" ); document.write( "\n" ); document.write( "Let one point shots be x numbers \n" ); document.write( "and 2 point shots be y\r \n" ); document.write( "\n" ); document.write( "x+y =54------------------------(1)\r \n" ); document.write( "\n" ); document.write( "x+2y =90-----------------------(2)\r \n" ); document.write( "\n" ); document.write( "subtract (1) from (2)\r \n" ); document.write( "\n" ); document.write( "y=36 \n" ); document.write( "x=18 \n" ); document.write( " |