document.write( "Question 418714: A basketball team recently scored a total of 96 points on a combination of 2-point field goals, 3-point field goals, and 1-point foul shots. Although, the team made 54 baskets and 15 more 2-pointers than foul shots. How many shots of each kind were made? \n" ); document.write( "
Algebra.Com's Answer #292967 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"a\" = number of 1-point shots made
\n" ); document.write( "Let \"b\" = number of 2-point shots made
\n" ); document.write( "Let \"c\" = number of 3-point shots made
\n" ); document.write( "given:
\n" ); document.write( "(1) \"1%2Aa+%2B+2%2Ab+%2B+3%2Ac+=+96+\"
\n" ); document.write( "(2) \"a+%2B+b+%2B+c+=+54+\"
\n" ); document.write( "(3) \"+b+=+a+%2B+15+\"
\n" ); document.write( "----------------
\n" ); document.write( "This is 3 equations and 3 unknowns, so it's solvable
\n" ); document.write( "Multiply both sides of (2) by \"3\" and
\n" ); document.write( "subtract (1) from (2)
\n" ); document.write( "(2) \"3a+%2B+3b+%2B+3c+=+162+\"
\n" ); document.write( "(1) \"-a+-+2b+-+3c+=+-96+\"
\n" ); document.write( "\"+2a+%2B+b+=+66+\"
\n" ); document.write( "Substitute from (3)
\n" ); document.write( "\"2a+%2B+a+%2B+15+=+66\"
\n" ); document.write( "\"3a+=+51\"
\n" ); document.write( "\"a+=+17\"
\n" ); document.write( "and
\n" ); document.write( "(3) \"+b+=+a+%2B+15+\"
\n" ); document.write( "\"b+=+17+%2B+15\"
\n" ); document.write( "\"b+=+32\"
\n" ); document.write( "and
\n" ); document.write( "(2) \"a+%2B+b+%2B+c+=+54+\"
\n" ); document.write( "\"17+%2B+32+%2B+c+=+54\"
\n" ); document.write( "\"+c+=+54+-+49+\"
\n" ); document.write( "\"c+=+5+\"
\n" ); document.write( "The number of 1-point shots made were 17
\n" ); document.write( "The number of 2-point shots made were 32
\n" ); document.write( "The number of 3-point shots made were 5
\n" ); document.write( "check:
\n" ); document.write( "(1) \"1%2Aa+%2B+2%2Ab+%2B+3%2Ac+=+96+\"
\n" ); document.write( "(1) \"17+%2B+64+%2B+15+=+96+\"
\n" ); document.write( "\"+96+=+96+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );