document.write( "Question 103274: Regular marbles sell at 100 for $2.00. Large marbles (shooters) sell at 25 for $2.00. To the nearest whole marble, how many of each kind should be used to make a package of 100 marbles selling for $3? \n" ); document.write( "
Algebra.Com's Answer #75096 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Regular marbles sell at 100 for $2.00. Large marbles (shooters) sell at 25 for $2.00. To the nearest whole marble, how many of each kind should be used to make a package of 100 marbles selling for $3? \n" ); document.write( "--------------------------- \n" ); document.write( "Regular marbles cost $0.02 a piece. \n" ); document.write( "Shooters cost $0.08 a piece. \n" ); document.write( "-------------------------- \n" ); document.write( "Let # of regular marbles be \"x\" ; value of these is 0.02x dollars \n" ); document.write( "--------------------------- \n" ); document.write( "# of shooters is \"100-x\" ; value of these is 0.08(100-x)= 8-0.08x dollars \n" ); document.write( "---------------------------- \n" ); document.write( "# in mixture is 100 ; value = $3 \n" ); document.write( "---------------------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "value + value = value \n" ); document.write( "0.02x + 8-0.08x = 3 \n" ); document.write( "-0.06x = -5 \n" ); document.write( "x = 83 1/3 (number of regular marbles) \n" ); document.write( "100-x = 16 2/3 ( number of shooters) \n" ); document.write( "---------------------------------------- \n" ); document.write( "Comment: The value of x and 100-x should turn out to be whole numbers. \n" ); document.write( "Check your problem statement to see if you have the correct data. \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |