document.write( "Question 954277: You are going to dinner and a hockey game, and you have two different plans as options. The family Pack provides 2 pizzas and 4 hockey tickets for $210. The Party Rock provides 4 pizzas and 10 hockey tickets for $516. How much does one pizza cost and how much does one hockey ticket cost?\r
\n" ); document.write( "\n" ); document.write( "Variables
\n" ); document.write( "X=
\n" ); document.write( "Y=
\n" ); document.write( "System=
\n" ); document.write( "Solution=
\n" ); document.write( "

Algebra.Com's Answer #583150 by aYummyNoodle(10)\"\" \"About 
You can put this solution on YOUR website!
let x = the cost of a pizza
\n" ); document.write( "let y = the cost of a hockey ticket
\n" ); document.write( "We can now substitute the \"x\" and \"y\" in for the pizza and hockey tickets:
\n" ); document.write( "\"2x%2B4y=210\" and
\n" ); document.write( "\"4x%2B10y=516\"
\n" ); document.write( "Of course, there are 3 different ways to solve systems of linear equations. They are graphing substitution, and elimination. For this system, I will use elimination.
\n" ); document.write( "We first multiply the first equation by 2 get both \"x\"'s with the same coefficient:
\n" ); document.write( "\"4x%2B8y=420\"
\n" ); document.write( "\"4x%2B10y=516\"
\n" ); document.write( "Now that we both equations, we can subtract them from each other to eliminate the \"x\". Subtracting the second equation from the first equation gives us
\n" ); document.write( "\"2y=94\"
\n" ); document.write( "Divide by 2 and then we get
\n" ); document.write( "\"y=47%7D%7D%0D%0ASo+a+hockey+ticket+costs+%2447%0D%0ANow+we+can+just+plug+the+%7B%7B%7By\" back into the original first equation to get:
\n" ); document.write( "\"2x%2B4%2847%29=210\"
\n" ); document.write( "\"2x%2B188=210\"
\n" ); document.write( "\"2x=22\"
\n" ); document.write( "\"x=11\"
\n" ); document.write( "So a pizza costs $11.
\n" ); document.write( "A pizza costs $11 and a hockey ticket costs $47.
\n" ); document.write( "
\n" );