document.write( "Question 1149821: Jen Butler has been pricing​ Speed-Pass train fares for a group trip to New York. Three adults and four children must pay $ 79.  Two adults and three children must pay $ 56.  Find the price of the​ adult's ticket and the price of a​ child's ticket. \n" ); document.write( "
Algebra.Com's Answer #771232 by greenestamps(13334)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Three adults and four children must pay $ 79.  Two adults and three children must pay $ 56.

\n" ); document.write( "(1) A standard algebraic solution....
\r\n" );
document.write( "   3a+4c = 79\r\n" );
document.write( "   2a+3c = 56\r\n" );
document.write( "\r\n" );
document.write( "Multiply both equations by appropriate numbers so the number of children is the same in both (or you could make the numbers of adults the same).  Then subtract the two equations to find the cost of each adult ticket.\r\n" );
document.write( "\r\n" );
document.write( "   9a+12c = 237\r\n" );
document.write( "   8a+12c = 224\r\n" );
document.write( "   ------------\r\n" );
document.write( "    a     =  13\r\n" );
document.write( "\r\n" );
document.write( "The cost of each adult ticket is $13.\r\n" );
document.write( "\r\n" );
document.write( "Substitute a=13 in either original equation to find c, the cost of each children's ticket.\r\n" );
document.write( "\r\n" );
document.write( "  2(13)+3c = 56\r\n" );
document.write( "  26+3c = 56\r\n" );
document.write( "  3c = 30\r\n" );
document.write( "  c = 10\r\n" );
document.write( "\r\n" );
document.write( "The cost of each children's ticket is $10.

\n" ); document.write( "(2) An informal solution, using logical reasoning....

\n" ); document.write( "(a) The difference between the two purchases is 1 adult and 1 children's ticket for a total of $23.
\n" ); document.write( "(b) Double that: 2 adults and 2 children cost $46.
\n" ); document.write( "(c) The given information is that 2 adults and 3 children cost $56.
\n" ); document.write( "(d) Compare (b) and (c) to find the cost of one children's ticket is $10.
\n" ); document.write( "(e) Compare (a) and (d) to find the cost of one adult ticket is $13.

\n" ); document.write( "(3) A non-standard algebraic solution, using the path shown in the informal solution (2)....
\r\n" );
document.write( "Find the difference between the two original equations:\r\n" );
document.write( "\r\n" );
document.write( "   3a+4c = 79 [1]\r\n" );
document.write( "   2a+3c = 56 [2]\r\n" );
document.write( "   ----------\r\n" );
document.write( "    a+ c = 23 [3]\r\n" );
document.write( "\r\n" );
document.write( "Double that:\r\n" );
document.write( "\r\n" );
document.write( "   2a+2c = 46 [4]\r\n" );
document.write( "\r\n" );
document.write( "Compare [2] and [4]\r\n" );
document.write( "\r\n" );
document.write( "  2a+3c = 56\r\n" );
document.write( "  2a+2c = 46\r\n" );
document.write( "  ----------\r\n" );
document.write( "      c = 10 [5]\r\n" );
document.write( "\r\n" );
document.write( "Use [3] and [5] to find a\r\n" );
document.write( "\r\n" );
document.write( "    a + c = 23\r\n" );
document.write( "        c = 10\r\n" );
document.write( "    ----------\r\n" );
document.write( "    a     = 13

\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );