document.write( "Question 668979: A BASKETBALL PLAYER SCORED 5 TIMES DURING ONE GAME. HE SCORED A TOTAL OF 7 POINTS, 2 FOR EACH FIELD GOAL AND 1 FOR EACH FREE THROW. HOW MANY FIELD GOALS DID HE MAKE AND HOW MANY FREE THROWS? \r
\n" ); document.write( "\n" ); document.write( "USE (X,Y)
\n" ); document.write( "_=5
\n" ); document.write( "_=7
\n" ); document.write( "

Algebra.Com's Answer #415978 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let b be the baskets (field goals) and f be the free throws. You are told
\n" ); document.write( "baskets arew worth 2 points, free throws are worth 1 point. He scored a total of 7 points with a total of 5 shots. So
\n" ); document.write( "\"b+%2B+f+=+5\"
\n" ); document.write( "\"2b+%2B+f+=+7\"
\n" ); document.write( "You can use substitution or elimination to solve.
\n" ); document.write( "Using elimination to subtract the second equation form the first
\n" ); document.write( "\"b+%2B+f+=+5\"
\n" ); document.write( "\"2b+%2B+f+=+7\"
\n" ); document.write( "---------------
\n" ); document.write( "\"-b+%2B+0+=+-2\"
\n" ); document.write( "\"-b+=+-2\"
\n" ); document.write( "\"b+=+2\" so he scored 2 baskets.
\n" ); document.write( "That means he must has scored 3 free throws
\n" ); document.write( "
\n" ); document.write( "
\n" );