document.write( "Question 997435: A group of 18 people ordered soup and sandwiches for lunch. Each person in the group had either one soup or one sandwich. The sandwiches cost $7.75 each and the soups cost $4.50 each. If the total cost of all 18 lunches was 113.50, bow many sandwiches were ordered? \n" ); document.write( "
Algebra.Com's Answer #615519 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
Let's call soup x and sandwich y:
\n" ); document.write( "x+y= 18 Subtract y from both sides and we get:
\n" ); document.write( "x= 18-y
\n" ); document.write( "-----------
\n" ); document.write( "4.50x= 7.75y= 113.50 Let's in this formula substitute the value of x per above:
\n" ); document.write( "4.50(18-y)+7.75y= 113.50
\n" ); document.write( "81-4.50y+7.75y= 113.50 Subtract 81 on both sides and add y on left
\n" ); document.write( "3.25y= 32.5 Divide both sides by 3.25
\n" ); document.write( "y= 10 They ordered 10 sandwiches
\n" ); document.write( "----------------------------------
\n" ); document.write( "Proof:
\n" ); document.write( "10*7.75= 77.5
\n" ); document.write( "18-10=8soups*4.50= 36
\n" ); document.write( "77.5+36=113.50 We have the correct answer
\n" ); document.write( "
\n" ); document.write( "
\n" );