document.write( "Question 707058: A basketball player scored 25 times during one game. He scored a total of 48 points, two for each two-point shot and one for each free throw. How many two-point shots did he make? How many free throws?\r
\n" );
document.write( "\n" );
document.write( "___ two point shots
\n" );
document.write( "____ free throws
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #435482 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! let x mean how many two-point shots \n" ); document.write( "let y mean how many one-point free throw \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+y=25 accounts only for how many scorings this player made \n" ); document.write( "x*2+y*1=48 accounts for number of points scored\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "System to solve: \n" ); document.write( "2x+y=48 \n" ); document.write( "x+y=25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Subtract second from first, \n" ); document.write( "x+0=48-25 \n" ); document.write( "x=23 \n" ); document.write( "....y=2 \n" ); document.write( " |