document.write( "Question 1122583: Ben and Jerry's sells 4 times more ice cream cones ($3) than shakes ($8). If last month's sales totaled $4,800, how many of each were sold? \n" ); document.write( "
Algebra.Com's Answer #738719 by Alan3354(69443) You can put this solution on YOUR website! Ben and Jerry's sells 4 times more ice cream cones ($3) than shakes ($8). If last month's sales totaled $4,800, how many of each were sold? \n" ); document.write( "--------- \n" ); document.write( "c = cones sold \n" ); document.write( "s = shakes sold \n" ); document.write( "--- \n" ); document.write( "c = s + 4s = 5s \n" ); document.write( "$8s + $3*5s + $4800 \n" ); document.write( "23s = 4800 \n" ); document.write( "No integer solution.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |