document.write( "Question 507952: i'm having trouble putting this into an equation, thank you in advance!! i really need help...\r
\n" );
document.write( "\n" );
document.write( "In 1962, Wilt Chamberlain set an NBA single-game scoring record. He scored 64 times for a total of 100 points. He made no 3-point shots, but he made several free throws worth 1 point each and several regular shots worth 2 points each. how many free throws did he make? How many 2-point shots did he make? \n" );
document.write( "
Algebra.Com's Answer #340904 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! In 1962, Wilt Chamberlain set an NBA single-game scoring record. \n" ); document.write( " He scored 64 times for a total of 100 points. He made no 3-point shots, but he made several free throws worth 1 point each and several regular shots worth 2 points each. \n" ); document.write( " how many free throws did he make? \n" ); document.write( " How many 2-point shots did he make? \n" ); document.write( ": \n" ); document.write( "let x = no. of free throws \n" ); document.write( "let y = no. of two point basket \n" ); document.write( ": \n" ); document.write( "x + y = 64 \n" ); document.write( "x = (64-y) \n" ); document.write( ": \n" ); document.write( "1x + 2y = 100 \n" ); document.write( "now substitute (64-y) for x, you should be able to solve this now \n" ); document.write( " |