document.write( "Question 311240: A ski chalet offers 2 weekend packages. One package provides 2 nights and 3 meals for $280. The other package provides 2 nights 5 meals for $320. Write and solve a system of equations to find the cost per night and meal. Using the variable n to define the number of nights and the variable m to define the number of meals, write the 2 equations that represent the 2 weekend packages that the ski chalet has to offer \n" ); document.write( "
Algebra.Com's Answer #222584 by OmniMaestra(21)![]() ![]() You can put this solution on YOUR website! The price is determined by adding--> \n" ); document.write( "cost of meals + cost of hotel = cost of trip \n" ); document.write( "option #1: 2n + 3m = 280 \n" ); document.write( "option #2: 2n + 5m = 320\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |