document.write( "Question 255511: you buy 25 boxes of candy and spend $28.00. a box of peppermint cost $1.00 a box and candy canes cost $1.30 a box. how many of each type of candy did you buy? \n" ); document.write( "
Algebra.Com's Answer #187747 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! I only buy spearmint candy canes now. \n" ); document.write( "p+c=25 \n" ); document.write( "p*1+c*1.3=28\r \n" ); document.write( "\n" ); document.write( "c=10 p=15 \n" ); document.write( "15+13=28 \n" ); document.write( " |