document.write( "Question 1033759: A printing facility prints and packages baseball cards. In April, they package the cards
\n" );
document.write( "so that each pack has 20% star players and 80% journeymen. In May, each pack contains
\n" );
document.write( "35% star players. A national retailer places an order for 10,000 packs, and wants them to
\n" );
document.write( "average 26% star players. How many packs from each month should the printing
\n" );
document.write( "facility include? \n" );
document.write( "
Algebra.Com's Answer #648408 by Theo(13342)![]() ![]() You can put this solution on YOUR website! order for 10,000 packs. \n" ); document.write( "some packs will have 20% star players. \n" ); document.write( "some packs will have 35% star players. \n" ); document.write( "average for the 10,000 packs needs to be 26% star players.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "each pack will have 20% or 35%. \n" ); document.write( "the overall average of star players has to be 26% star players. \n" ); document.write( "this means that the order of 10,000 players has to contain 2600 star players.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x equal the number of 20% packs. \n" ); document.write( "let y equal the number of 35% packs.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 10,000 \n" ); document.write( "this tells you that the order must contain 10,000 packs, of which x will be packs with 20% players and y will be packs with 35% players.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".20x + .35y = 2600 \n" ); document.write( "this tells you that when you add the number of star players from the 20% packs and the number of star players from the 35% packs, the total number of star players has to be 2600, because 2600 is 26% of 10,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equations that need to be solved simultaneously are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 10,000 \n" ); document.write( ".20x + .35y = 2600\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply the both sides of the second equation by 5 and leave the first equation as is to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 10,000 \n" ); document.write( "x + 1.75y = 13,000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract the first equation from the second equation to get: \n" ); document.write( ".75y = 3,000 \n" ); document.write( "divide both sides of that equation by .75 to get: \n" ); document.write( "y = 4000. \n" ); document.write( "since y = 4000, x has to be 6000, because x + y = 10,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have x = 6000 and y = 4000. \n" ); document.write( "x + y = 10,000 is ok. \n" ); document.write( ".20x + .35y = .20*6000 + .35*4000 = 1200 + 1400 = 2600 is ok.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of packs with 20% star players is 6000. \n" ); document.write( "number of packs with 35% star players is 4000. \n" ); document.write( "the total number of star players is .2*6000 + .35*4000 = 2600. \n" ); document.write( "2600 is 26% of 10,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "everything looks good.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |