document.write( "Question 1036464: Clara bought 1 sandwich and 2 sodas for $6.25. A sandwhich cost $1 more than a soda. How much does one sandwhich cost? \n" ); document.write( "
Algebra.Com's Answer #651135 by Aldorozos(172)![]() ![]() ![]() You can put this solution on YOUR website! Let's say price of a sandwich is S and price of a soda is a \n" ); document.write( "S+2a = 6.25 \n" ); document.write( "S=1+a\r \n" ); document.write( "\n" ); document.write( "We replace S in the first equation with 1+a \n" ); document.write( "1+a +2a = 6.25 therefore 3a = 5.25 this means a = soda = 1.75 \n" ); document.write( "Sandwish is a dollar more which is 2.75 \n" ); document.write( " \n" ); document.write( " |