document.write( "Question 604444: you order 2 tacos and 2 enchiladas for $4.80. you friend order 3 tacos and 1 enchiladas for $4. how much does each cost \n" ); document.write( "
Algebra.Com's Answer #381161 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! you order 2 tacos and 2 enchiladas for $4.80. you friend order 3 tacos and 1 enchiladas for $4. how much does each cost \n" ); document.write( ". \n" ); document.write( "Let t = cost of a taco \n" ); document.write( "and e = cost of an enchilada \n" ); document.write( ". \n" ); document.write( "2t + 2e = 4.80 \n" ); document.write( "3t + e = 4.00 \n" ); document.write( ". \n" ); document.write( "multiply bottom equation by -2 and add both equations together: \n" ); document.write( " 2t + 2e = 4.80 \n" ); document.write( "-6t - 2e = -8.00 \n" ); document.write( "------------------- \n" ); document.write( "-4t = -3.20 \n" ); document.write( "t = -3.20/(-4) \n" ); document.write( "t = $0.80 (or 80 cents for a taco) \n" ); document.write( ". \n" ); document.write( "enchilada: \n" ); document.write( "3t + e = 4.00 \n" ); document.write( "3(0.80) + e = 4.00 \n" ); document.write( "2.40 + e = 4.00 \n" ); document.write( "e = 4.00 - 2.40 \n" ); document.write( "e = $1.60 \n" ); document.write( " \n" ); document.write( " |