document.write( "Question 812652: A group of people bought movie tickets at the AMC Century City. They bought a total of 7 tickets, some adult and some kid tickets. They spent a total of $72. If adult tickets cost $12 and kid tickets cost $9, how much of each were purchased?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #489317 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! a + k = 7 \n" ); document.write( "a = 7 - k \n" ); document.write( "12a + 9k = 72 \n" ); document.write( "--- \n" ); document.write( "12a + 9k = 72 \n" ); document.write( "12(7 - k) + 9k = 72 \n" ); document.write( "84 - 3k = 72 \n" ); document.write( "84 - 3k = 72 \n" ); document.write( "3k = 12 \n" ); document.write( "--- \n" ); document.write( "k = 4 \n" ); document.write( "a = 3 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |