document.write( "Question 254423: the school canteen sold 120 candies and bubble gums to the amount of 35 pesos. if a candy costs 35 cents and a bubble gum costs 25 cents,how many of each did the canteen sell? \n" ); document.write( "
Algebra.Com's Answer #186773 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 120=b+c \n" ); document.write( "c*.35+b*.25=35 \n" ); document.write( "divide by 5 \n" ); document.write( "c*.07+b*.05=7 \n" ); document.write( "120=b+c \n" ); document.write( "b=70 bubble gum\r \n" ); document.write( "\n" ); document.write( "c=50 candy \n" ); document.write( " |