document.write( "Question 1138059: Lincoln High School's basketball team won the regional playoffs scoring a total of 60 points not including free throws. The team made a total of 26 basket; some were 2-points shots and the rest were 3-points shots. How many 2-points shots did the team make? \n" ); document.write( "
Algebra.Com's Answer #755966 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the number of 2 point baskets made and y be the number of 3 point baskets made \n" ); document.write( ": \n" ); document.write( "1) x + y = 26 \n" ); document.write( ": \n" ); document.write( "2) 2x + 3y = 60 \n" ); document.write( ": \n" ); document.write( "solve equation 1 for x and substitute in equation 2 \n" ); document.write( ": \n" ); document.write( "x = 26 - y \n" ); document.write( ": \n" ); document.write( "2(26 - y) +3y = 60 \n" ); document.write( ": \n" ); document.write( "52 -2y +3y = 60 \n" ); document.write( ": \n" ); document.write( "y = 8 \n" ); document.write( ": \n" ); document.write( "x = 26 - 8 = 18 \n" ); document.write( ": \n" ); document.write( "****************************** \n" ); document.write( "The team made 18 2-point shots \n" ); document.write( "****************************** \n" ); document.write( ": \n" ); document.write( " |