document.write( "Question 1204236: A group of friends went out for lunch. 2 people ordered soup. 4 people ordered sandwiches. Each sandwich costs twice as much as a bowl of soup. 4 people ordered burgers. Each burger costs three times as much as a bowl of soup. The total cost for their lunch was less than $59.62. What was the price of a bowl of soup?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #840360 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = cost of one soup \n" ); document.write( "2x = cost of one sandwich \n" ); document.write( "3x = cost of one burger\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2 people ordered soup ---> cost = 2x \n" ); document.write( "4 people ordered sandwiches ---> cost = 4*2x = 8x \n" ); document.write( "4 people ordered burgers ---> cost = 4*3x = 12x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total cost = 2x+8x+12x = 22x \n" ); document.write( "The total cost is less than $59.62 \n" ); document.write( "22x < 59.62 \n" ); document.write( "x < 59.62/22 \n" ); document.write( "x < 2.71\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The exact price of one soup is unknown, but it's somewhere in the interval 0 < x < 2.71 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |