document.write( "Question 162426: There are balls packaged in twos and threes. If I have 38 packages adding up to 100 balls, how many of each package did I use? \n" ); document.write( "
Algebra.Com's Answer #119701 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are balls packaged in twos and threes. If I have 38 packages adding up to 100 balls, how many of each package did I use? \n" ); document.write( "------------------ \n" ); document.write( "Let \"x\" be the number of 2-ball packages: # of balls in them = 2x \n" ); document.write( "The number of 3-ball packages is \"38-x\": # of balls in them = 3(38-x) \n" ); document.write( "------------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "balls + balls = balls \n" ); document.write( "2x + 3(38-x) = 100 \n" ); document.write( "-x + 114 = 100 \n" ); document.write( "x = 14 (# of 2-ball packages) \n" ); document.write( "38-x = 24 (# of 3-ball packages) \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |