document.write( "Question 1089979: Mr. K and Mr. C go see MacGruber. Together they paid $26 for two tickets and two sodas. If a ticket costs $5 more than a soda, how much does a ticket cost? \n" ); document.write( "
Algebra.Com's Answer #704381 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! ticket=t \n" ); document.write( "soda=s \n" ); document.write( "2t+2s=26 \n" ); document.write( "t-5=s \n" ); document.write( "2t+2(t-5)=26 \n" ); document.write( "2t+2t-10=26 \n" ); document.write( "4t=36 \n" ); document.write( "t=$9 ANSWER \n" ); document.write( "s=$4 \n" ); document.write( " \n" ); document.write( " |