document.write( "Question 949090: Jack and Jill are trying to figure out how much each movie ticket costs. Jack knows that the adult tickets are 2 times plus 1 more than the children tickets. Jill knows that they sold 45 adult tickets and 70 children tickets and made $525. How much is each ticket?\r
\n" );
document.write( "\n" );
document.write( "I need to solve this with the systems of substitution. I need to know how to write 2 equations out so I can solve for x and y. \n" );
document.write( "
Algebra.Com's Answer #579358 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Jack and Jill are trying to figure out how much each movie ticket costs. Jack knows that the adult tickets are 2 times plus 1 more than the children tickets. Jill knows that they sold 45 adult tickets and 70 children tickets and made $525. How much is each ticket? \n" ); document.write( " I need to solve this with the systems of substitution. I need to know how to write 2 equations out so I can solve for x and y. \n" ); document.write( "------ \n" ); document.write( "a = 2c+1 \n" ); document.write( "45a + 70c = 525 \n" ); document.write( "------ \n" ); document.write( "Substitute for \"a\" and solve for \"c\":: \n" ); document.write( "45(2c+1) + 70c = 525 \n" ); document.write( "90c+45 + 70c = 525 \n" ); document.write( "160c = 480 \n" ); document.write( "c = 3 dollars (price of one child ticket) \n" ); document.write( "---- \n" ); document.write( "Solve for \"a\" \n" ); document.write( "a = 2c + 1 \n" ); document.write( "a = 6+1 \n" ); document.write( "a = 7 dollars (price of one adult ticket) \n" ); document.write( "---------------------- \n" ); document.write( "Note: You could use x and y but your problem lends \n" ); document.write( "itself better to using \"a\" and \"c\". \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |