document.write( "Question 940053: An An ice cream parlor, ice cream cones cost $1.10 & sundaes cost $2.35. One day, the receipts for a total 172 cones and sundaes were $294.20. How much cones were sold? \n" ); document.write( "
Algebra.Com's Answer #572854 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! An An ice cream parlor, ice cream cones cost $1.10 & sundaes cost $2.35. One day, the receipts for a total 172 cones and sundaes were $294.20. How much cones were sold? \n" ); document.write( "*** \n" ); document.write( "let x=number of cones sold \n" ); document.write( "172-x=number of sundaes sold \n" ); document.write( "1.10x+2.35(172-x)=294.20 \n" ); document.write( "1.10x+404.20-2.35x=294.20 \n" ); document.write( "1.25x=110.00 \n" ); document.write( "x=88 \n" ); document.write( "number of cones sold=88 \n" ); document.write( " |