document.write( "Question 1178136: A group of Wagner students goes out to lunch. If two have burritos and five have tacos, the bill will be $19.50. If five have burritos and two have tacos, the bill will be $22.50. What is the price of a burrito, x, and the price of a taco, y? \n" ); document.write( "
Algebra.Com's Answer #807302 by mananth(16946) You can put this solution on YOUR website! x price of burrito 0.06 \n" ); document.write( " y price of taco 0.17 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "5.00 x + 2.00 y = 19.50 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "2.00 x + 5.00 y = 22.50 .............2 \n" ); document.write( "Eliminate y \n" ); document.write( "multiply (1)by -5.00 \n" ); document.write( "Multiply (2) by 2.00 \n" ); document.write( "-25.00 x -10.00 y = -97.50 \n" ); document.write( "4.00 x 10.00 y = 45.00 \n" ); document.write( "Add the two equations \n" ); document.write( "-21.00 x = -52.50 \n" ); document.write( "/ -21.00 \n" ); document.write( "x = 2.50 \n" ); document.write( "plug value of x in (1) \n" ); document.write( "5.00 x + 2.00 y = 19.50 \n" ); document.write( "12.50 + 2.00 y = 19.50 \n" ); document.write( " 2.00 y = 7.00 \n" ); document.write( " y = 3.50 \n" ); document.write( "Ans x = 2.50 \n" ); document.write( " y = 3.50 \n" ); document.write( " 2.50 price of burrito \n" ); document.write( " 3.50 price of taco \n" ); document.write( " \n" ); document.write( " |