document.write( "Question 815550: [ Three times as many children as adults attended a concert on Saturday. An adult ticket cost $7 and a child ticket cost $3. The theater collected a total of $6000.00. How many people bought tickets? ] \n" ); document.write( "
Algebra.Com's Answer #491035 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! c = 3a \n" ); document.write( "--- \n" ); document.write( "7a + 3c = 6000 \n" ); document.write( "7a + 3*3a = 6000 \n" ); document.write( "7a + 9a = 6000 \n" ); document.write( "16a = 6000 \n" ); document.write( "--- \n" ); document.write( "a = 375 \n" ); document.write( "c = 1125 \n" ); document.write( "--- \n" ); document.write( "total attendance: \n" ); document.write( "a + c = 1500 \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( " |