document.write( "Question 941770: a busload of campers stopped at a dairy stand for ice cream. They ordered 90 cones, some soft-serve at $1.25 each and the rest hard-pack at $1.00 each. If the total bill was $99.25, how many of each type of cone were ordered? \n" ); document.write( "
Algebra.Com's Answer #574104 by macston(5194)![]() ![]() You can put this solution on YOUR website! S=soft serve H=hard-pack \n" ); document.write( "S+H=90 \n" ); document.write( "1.25S+1.00H=99.25
\n" ); document.write( "\n" ); document.write( "So there were 37 soft serve and 53 hard-pack sold. (37+53)=90 Total cones. \n" ); document.write( " |