document.write( "Question 434344: How do you get the equation off this word problem \"At an ice cream parlor, ice cream cones cost $1.10 and sundaes cost $2.35. One day, the receipts for a total of 172 cones and sundaes were $294.20. How many cones were sold?\" \n" ); document.write( "
Algebra.Com's Answer #300931 by robertb(5830)![]() ![]() You can put this solution on YOUR website! let x = number of ice cream cones sold. \n" ); document.write( "Then 1.10x + 2.35(172 - x) = 294.20. \n" ); document.write( " |