document.write( "Question 1127001: In one NBA basketball season, a player made 1350 baskets. Some of the baskets were free throws (worth 1 point each) and some were field goals (worth 2 points each). The number of field goals he scored was 102 more than three times the number of free throws. \r
\n" );
document.write( "\n" );
document.write( "Part 1 out of 4
\n" );
document.write( "a. How many field goals did he make?
\n" );
document.write( "He made___field goals \n" );
document.write( "
Algebra.Com's Answer #743342 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! FT=x \n" ); document.write( "FG=3x+102 \n" ); document.write( "x+3x+102=1350 \n" ); document.write( "4x=1248 \n" ); document.write( "x=312 FT \n" ); document.write( "FG=1038 \n" ); document.write( " |