document.write( "Question 333262: Cool Treats sold 60 ice cream cones. Single dip cones sold for $2.50 each and double dip for $4.15 each. In all $179.70 was taken in for the cones. How many of each were sold? \n" ); document.write( "
Algebra.Com's Answer #238795 by nyc_function(2741) You can put this solution on YOUR website! Let x = single dip cones\r \n" ); document.write( "\n" ); document.write( "Let y = double dip cones\r \n" ); document.write( "\n" ); document.write( "x + y = 60 \n" ); document.write( "2.50x + 4.15y = 179.70\r \n" ); document.write( "\n" ); document.write( "You have two equations in two variables.\r \n" ); document.write( "\n" ); document.write( "I'll let you take it from here.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |