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)\"\" \"About 
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( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: Linear System solver (using determinant)
Solve:
\n" ); document.write( " \"+system%28+%0D%0A++++1%5CS+%2B+1%5CH+=+90%2C%0D%0A++++1.25%5CS+%2B+1%5CH+=+99.25+%29%0D%0A++\"
\n" ); document.write( "
\n" ); document.write( " Any system of equations:
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " has solution
\n" ); document.write( "
\n" ); document.write( " or
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " (S=37, H=53}
\n" ); document.write( "

\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( "
\n" );