document.write( "Question 551459: A family goes to an amusement park. adult tickets cost $21. children under 10 years of pay $15. write and algebraic expression for the total cost. Then find the total cost of 4 adult tickets and 3 children's tickets \n" ); document.write( "
Algebra.Com's Answer #359734 by TutorDelphia(193)\"\" \"About 
You can put this solution on YOUR website!
Lets use a for adult and c for children. \r
\n" ); document.write( "\n" ); document.write( "We have to multiply 21 by the number of adults and 15 by the number of children.\r
\n" ); document.write( "\n" ); document.write( "t=21*a+15*c
\n" ); document.write( "For 4 adults and 3 children we'd just plug those values in\r
\n" ); document.write( "\n" ); document.write( "t=21*4+15*3\r
\n" ); document.write( "\n" ); document.write( "t=84+45\r
\n" ); document.write( "\n" ); document.write( "t=129
\n" ); document.write( "So the total cost is $129
\n" ); document.write( "
\n" );