document.write( "Question 430705: Three burritos and two tacos cost $11.50, and two burritos and three tacos cost $11. How much does one taco cost? \n" ); document.write( "
Algebra.Com's Answer #299060 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let's call burritos X, and tacos Y. Then\r
\n" ); document.write( "\n" ); document.write( "3X+2Y=11.50
\n" ); document.write( "2X+3Y=11.00\r
\n" ); document.write( "\n" ); document.write( "Let's multiply the first equation by 3, and the second by 2:\r
\n" ); document.write( "\n" ); document.write( "9X+6Y=34.50
\n" ); document.write( "4X+6Y=22.00\r
\n" ); document.write( "\n" ); document.write( "Subtract the 2nd equation from the 1st:\r
\n" ); document.write( "\n" ); document.write( "5X=12.50
\n" ); document.write( "X=2.50
\n" ); document.write( "Y=2.00
\n" ); document.write( "
\n" );