document.write( "Question 327358: At a basketball game, Jerdan scored a total of 33 points on 10 field goals (worth either 2 or 3 points) and 7 free throws (worth 1 point each). How many of the field goals were worth 3 points?\r
\n" );
document.write( "\n" );
document.write( "a).8 b).7 c).6 d).5 e).4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #234494 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let him score x field goals with 3 points \n" ); document.write( "10-x is the goals he scored with 2 points \n" ); document.write( "free throws 7 with 1 point \n" ); document.write( "total points = 33 \n" ); document.write( ".. \n" ); document.write( "3x+2(10-x)+7=33 \n" ); document.write( "3x+20-2x+7=33 \n" ); document.write( "x+27=33 \n" ); document.write( "add -27 to both sides \n" ); document.write( "x+27-27=33-27 \n" ); document.write( "x=6 goals with 3 points \n" ); document.write( " \n" ); document.write( " |