document.write( "Question 901191: Josiah found three types of chocolates on special at the local supermarket. A packet of miniature Mars Bars cost $2, extra large Cherry Ripes cost $3 and a box of Cadbury Favourites cost $6. Josiah spent exactly $42. He bought at least one of each of the Chocolate specials. Find all the possible selections he could have made. \n" ); document.write( "
Algebra.Com's Answer #546683 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! m=Mars Bars \n" ); document.write( "r=Cherry Ripes \n" ); document.write( "f=Cadbury Favourites \n" ); document.write( "3m 2r 5f \n" ); document.write( "3m 4r 4f \n" ); document.write( "3m 6r 3f \n" ); document.write( "3m 8r 2f \n" ); document.write( "3m 10r 1f \n" ); document.write( "6m 2r 4f \n" ); document.write( "6m 4r 3f \n" ); document.write( "6m 6r 2f \n" ); document.write( "6m 8r 1f \n" ); document.write( "9m 2r 3f \n" ); document.write( "9m 4r 2f \n" ); document.write( "9m 6r 1f \n" ); document.write( "12m 2r 2f \n" ); document.write( "12m 4r 1f \n" ); document.write( "15m 2r 1f \n" ); document.write( " \n" ); document.write( " |