document.write( "Question 335175: Translate the problem into a pair of linear equations in two variables. Solve the equations using either elimination or substitution. State your answer for both variables.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "In a basketball game, Will scored 26 points, consisting only of three-point shots and two-point shots. He made a total of 11 shots. How many shots of each type did he make?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #240398 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! n = number of 2-point baskets \n" ); document.write( "m = number of 3-point baskets \n" ); document.write( "n + m = 11 >>>>> n = 11 – m \n" ); document.write( "2n + 3m = 26 \n" ); document.write( "2(11 – m) + 3m = 26 \n" ); document.write( "22 – 2m + 3m = 26 \n" ); document.write( "22 + m = 26 \n" ); document.write( "m = 26 – 22 = 4, so n = 11 – 4 = 7 \n" ); document.write( "Will made 4 2-point baskets and 7 3-point baskets for 26 points \n" ); document.write( "Check this result in the original equation(s), I did! \n" ); document.write( " \n" ); document.write( " |