document.write( "Question 819473: For a school play, Rocco bought 3 adult tickets and 5 child tickets for $40. Sasha bought 1 adult
\n" );
document.write( "ticket and 5 child tickets for $25. Find the cost of an adult ticket and the cost of a child ticket.
\n" );
document.write( "Then find how much Julia will pay for 5 adult tickets and 3 child tickets \n" );
document.write( "
Algebra.Com's Answer #493114 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! 3a + 5c = 40 \n" ); document.write( "a + 5c = 25 \n" ); document.write( "a = 25 - 5c \n" ); document.write( "--- \n" ); document.write( "3a + 5c = 40 \n" ); document.write( "3(25 - 5c) + 5c = 40 \n" ); document.write( "75 - 15c + 5c = 40 \n" ); document.write( "10c = 35 \n" ); document.write( "--- \n" ); document.write( "c = 3.50 \n" ); document.write( "a = 7.50 \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( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |