document.write( "Question 1022096: Jen Butler has been pricing Speed-Pass train fares for a group trip to New York. Three adults and four children must pay $ 136.
\n" );
document.write( "
\n" );
document.write( "Two adults and three children must pay $ 97.
\n" );
document.write( "
\n" );
document.write( "Find the price of the adult's ticket and the price of a child's ticket. \n" );
document.write( "
Algebra.Com's Answer #637806 by rothauserc(4718) You can put this solution on YOUR website! we have two equations in two unknowns \n" ); document.write( ": \n" ); document.write( "1) 3a + 4c = 136 \n" ); document.write( "2) 2a + 3c = 97 \n" ); document.write( ": \n" ); document.write( "solve equation 1 for c \n" ); document.write( "4c = 136 -3a \n" ); document.write( "c = 34 -3a/4 \n" ); document.write( ": \n" ); document.write( "substitute for c in equation 2 \n" ); document.write( ": \n" ); document.write( "2a +3(34 -3a/4) = 97 \n" ); document.write( "2a +102 -9a/4 = 97 \n" ); document.write( "-a/4 = -5 \n" ); document.write( "a = 20 \n" ); document.write( ": \n" ); document.write( "60 + 4c = 136 \n" ); document.write( "4c = 76 \n" ); document.write( "c = 19 \n" ); document.write( ": \n" ); document.write( "**************************** \n" ); document.write( "adult's ticket costs $20 \n" ); document.write( "child's ticket costs $19 \n" ); document.write( "**************************** \n" ); document.write( " |