document.write( "Question 937330: At a sandwich shop, 6 sandwiches and 2 sodas cost the same as 5 sandwiches and 5 sodas. A sandwich costs $4.50. How much does 1 drink cost? \n" ); document.write( "
Algebra.Com's Answer #570927 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
6s + 2d = 5s + 5d
\n" ); document.write( "6($4.50) - 5($4.50) = 3d
\n" ); document.write( "$4.50 = 3d
\n" ); document.write( "$1.50 = d, How much does the drink costs
\n" ); document.write( "
\n" );