document.write( "Question 1064811: You eat 3 taco salads and drink 2 glasses of iced tea your friend eats 1 taco salad and drinks 1 glass of iced tea the place charges you 16 and your friend 6.50 what is the price of each item
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #680117 by stanbon(75887) ![]() You can put this solution on YOUR website! You eat 3 taco salads and drink 2 glasses of iced tea your friend eats 1 taco salad and drinks 1 glass of iced tea the place charges you 16 and your friend 6.50 what is the price of each item \n" ); document.write( "---- \n" ); document.write( "3s + 2t = 16 \n" ); document.write( "s + t = 6.50 \n" ); document.write( "---------------------- \n" ); document.write( "3s + 2t = 16 \n" ); document.write( "2s + 2t = 13 \n" ); document.write( "--------------------- \n" ); document.write( "Subtract and solve for \"s\": \n" ); document.write( "s = $3 (cost of a taco sasad) \n" ); document.write( "t = 6.5-3 = $3.50 (cost of one ice tea) \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------- \n" ); document.write( " \n" ); document.write( " |