document.write( "Question 812007: A zoo ticket for an adult cost twice the price of a child's ticket. A senior ticket is $2 less than the price of an adult's ticket. If the williams family spends $34 on tickets for two adults, six children, and one senior, what is the cost of a child's ticket? \n" ); document.write( "
Algebra.Com's Answer #488982 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a=2c, \n" ); document.write( "s=a-2, \n" ); document.write( "2a+6c+s=34 \n" ); document.write( "a = 6, c = 3, s = 4 \n" ); document.write( " |