document.write( "Question 174037: write an equation to model the situation. solve and check the reasonableness of your solution.
\n" );
document.write( "two students are going to the sandwich shop for lunch. they pay $1.25 for a soda and buy one whole turkey sandwich and one half turkey sandwich. the total bill is $9.50. what is the price of the whole sandwich? \n" );
document.write( "
Algebra.Com's Answer #128935 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 1.25+x+2x=9.50 This assumes the whole turkey sandwich is twice thw price of the half turkey sandwich. \n" ); document.write( "3x=9.50-1.25 \n" ); document.write( "3x=8.25 \n" ); document.write( "x=8.25/3 \n" ); document.write( "x=2.75 for the half turkey sandwich. \n" ); document.write( "2*2.75=5.50 for the whole turkey sandwich \n" ); document.write( "Proof: \n" ); document.write( "1.25+2.75+5.50=9.50 \n" ); document.write( "9.50=9.50 \n" ); document.write( " |