document.write( "Question 398258: the Lakers scored a total of 80 points in a basketball game against the bulls, The Lakers made a total of 37 two-point and three-point baskets.How many two-points did the Lakers make? How many three-point shots did the Lakers make? \n" ); document.write( "
Algebra.Com's Answer #282276 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let x = # of 2-points made, and y = # of 3-points made.
\n" ); document.write( "Then x +y = 37,
\n" ); document.write( "2x +3y = 80.\r
\n" ); document.write( "\n" ); document.write( "From the top equation, y = 37 - x. Substitute this into the bottom equation:\r
\n" ); document.write( "\n" ); document.write( "2x + 3(37 - x) = 80
\n" ); document.write( "2x + 111 - 3x =80
\n" ); document.write( "-x = - 31
\n" ); document.write( "x = 31, # of 2-points made, and
\n" ); document.write( "37 - x = 6, the # of 3-points made.
\n" ); document.write( "
\n" );