document.write( "Question 313703: During a publicity campaign, a cycle shop gave away 5000 miniature cycles and bumper stickets. The cycles cost $0.21 each and the bumper stickers cost $0.14 each. The cycle stop spent $826 on the gifts. How many of each gift did they buy? \n" ); document.write( "
Algebra.Com's Answer #224327 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! m+b=5000 b=5000-m \n" ); document.write( ".21m+.14b=826 \n" ); document.write( ".21m+.14(5000-m)=826 \n" ); document.write( ".21m+700+.14m=826 \n" ); document.write( ".07m=126 \n" ); document.write( "m=1800 \n" ); document.write( "---------------- \n" ); document.write( "b=5000-1800 \n" ); document.write( "b=3200 \n" ); document.write( " |