document.write( "Question 911352: Average movie prices in the United States are, in general, lower than in other countries. It would cost $81.15 to buy three tickets in Japan plus two tickets in Switzerland. Three tickets in Switzerland plus two tickets in Japan would cost $77.20. How much does an average movie ticket cost in each of these countries. \n" ); document.write( "
Algebra.Com's Answer #553047 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Average movie prices in the United States are, in general, lower than in other countries. It would cost $81.15 to buy three tickets in Japan plus two tickets in Switzerland. Three tickets in Switzerland plus two tickets in Japan would cost $77.20. How much does an average movie ticket cost in each of these countries.
\n" ); document.write( "***
\n" ); document.write( "let x= cost of average movie ticket in Switzerland
\n" ); document.write( "let y= cost of average movie ticket in Japan
\n" ); document.write( "..
\n" ); document.write( "2x+3y=81.15
\n" ); document.write( "3x+2y=77.20
\n" ); document.write( "..
\n" ); document.write( "6x+9y=243.45 (mult. eq. 1 by 3)
\n" ); document.write( "6x+4y=154.40 (mult. eq. 2 by 2)
\n" ); document.write( "subtract:
\n" ); document.write( "5y=89.05
\n" ); document.write( "y=17.81
\n" ); document.write( "2x=81.15-3y=27.72
\n" ); document.write( "x=13.86
\n" ); document.write( "cost of average movie ticket in Switzerland=$13.86
\n" ); document.write( "cost of average movie ticket in Japan=$17.81
\n" ); document.write( "
\n" ); document.write( "
\n" );