document.write( "Question 1130795: Use two equations in two variables to solve the application. \r
\n" );
document.write( "\n" );
document.write( "At a store, ice cream cones cost $1.90 and sundaes cost $2.65. One day, the receipts for a total of 142 cones and sundaes were $312.55. How many cones were sold? \n" );
document.write( "
Algebra.Com's Answer #747403 by addingup(3677)![]() ![]() You can put this solution on YOUR website! I already did one. I'm going to do this one, you should try to do the others because we already know math and you are just now learning \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "ice cream cones: i \n" ); document.write( "sundaes: s \n" ); document.write( "i + s = 142 therefore i = 142 - s \n" ); document.write( "1.90i + 2.65s = 312.55 \n" ); document.write( "1.90(142-s) + 2.65s = 312.55 \n" ); document.write( "269.80 - 1.90s + 2.65s = 312.55 \n" ); document.write( "0.75s = 42.75 \n" ); document.write( "s = 57 \n" ); document.write( "A total of 57 sundaes were sold \n" ); document.write( "And 142-57 = 85 cones \n" ); document.write( " \n" ); document.write( " |