document.write( "Question 1097441: Alice and Buster are buying baseball cards. Alice buys 5 packs and 3 individual cards; Buster buys 3 packs and gives his sister 2 cards, he has exactly one half the number of cards as Alice. Hoe many cards are in each pack? \n" ); document.write( "
Algebra.Com's Answer #711902 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Alice and Buster are buying baseball cards. Alice buys 5 packs and 3 individual cards; Buster buys 3 packs and gives his sister 2 cards, he has exactly one half the number of cards as Alice. Hoe many cards are in each pack? \n" ); document.write( "----- \n" ); document.write( "Let the number of cards in each pack be \"p\" \n" ); document.write( "Alice has 5p+3 cards \n" ); document.write( "Buster has 3p-2 cards \n" ); document.write( "---- \n" ); document.write( "Equation:: \n" ); document.write( "3p-2 = (1/2)(5p+3) \n" ); document.write( "6p-4 = 5p+3 \n" ); document.write( "p = 7 cards (# in each pack) \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |