document.write( "Question 1054791: At a store, ice cream cones cost $0.90 and sundaes cost $1.65. One day a total of 142 cones and sundaes were sold and the receipts totalled $173.55. How many cones were sold? \n" ); document.write( "
Algebra.Com's Answer #670005 by addingup(3677)![]() ![]() You can put this solution on YOUR website! c+s = 142 subtract s on both sides \n" ); document.write( "s = 142-c we'll use this value for s below \n" ); document.write( ": \n" ); document.write( "0.90c+1.65s = 173.55 substitute for s \n" ); document.write( "0.90c+1.65(142-c) = 173.55 \n" ); document.write( "0.90c+234.30-1.65c = 173.55 \n" ); document.write( "-0.75c = -60.75 divide both sides by -0.75, remember that -/- = + \n" ); document.write( "c = 81 this is how many cones were sold. \n" ); document.write( " |