document.write( "Question 990735: I'm having a difficult time figuring out how to set up my equations in order to solve using a system of equations. The problem:\r
\n" );
document.write( "\n" );
document.write( "In winning the Western Conference finals, the San Antonia Spurs once scored 76 of their points on a combination of 36 two- and three- pointers. How many shots of each type did they make? \r
\n" );
document.write( "\n" );
document.write( "I initially set it up as:\r
\n" );
document.write( "\n" );
document.write( "x + y = 76,
\n" );
document.write( "3x + 2y = 36, \r
\n" );
document.write( "\n" );
document.write( "but that clearly didn't work out. I appreciate the help. Thank you! \n" );
document.write( "
Algebra.Com's Answer #610731 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x=2 point shots \n" ); document.write( "y=3 point shots \n" ); document.write( "x+y=36 \n" ); document.write( "2x+3y=76 \n" ); document.write( "-2x-2y=-72 \n" ); document.write( "y=4 \n" ); document.write( "x=32 \n" ); document.write( "That is 64 points from 2 point shots and 12 points from 3 point shots \n" ); document.write( " |