document.write( "Question 569737: a basketball player scored 19 times during one game. She scored a total of 37 points ,two for each two-point shot and one for each free throw. How many two-point shots did she make? How many free throws? \n" ); document.write( "
Algebra.Com's Answer #367439 by JBarnum(2146)\"\" \"About 
You can put this solution on YOUR website!
(t) two point shot
\n" ); document.write( "(f) free throw
\n" ); document.write( "\"t%2Bf=19\"
\n" ); document.write( "\"2t%2Bf=37\"
\n" ); document.write( "\"t=19-f\"
\n" ); document.write( "\"2%2819-f%29%2Bf=37\"
\n" ); document.write( "\"38-f=37\"
\n" ); document.write( "\"f=1\"
\n" ); document.write( "\"t=18\"
\n" ); document.write( "check
\n" ); document.write( "18+1=19
\n" ); document.write( "correct
\n" ); document.write( "36+1=38
\n" ); document.write( "correct
\n" ); document.write( "
\n" );