document.write( "Question 1026404: I need help with this problem, Santo paid $16.25 to buy 5 children tickets and 1 adult ticket. Hulda paid $24.00 to buy 4 children tickets and 3 adult tickets. If both people paid the same price per ticket, what was the price of an adult ticket? \n" ); document.write( "
Algebra.Com's Answer #641642 by ikleyn(53751)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "I need help with this problem, Santo paid $16.25 to buy 5 children tickets and 1 adult ticket.
\n" ); document.write( "Hulda paid $24.00 to buy 4 children tickets and 3 adult tickets.
\n" ); document.write( "If both people paid the same price per ticket, what was the price of an adult ticket?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "5*c + 1*a = 1625,     (1)      (Santo paid)\r\n" );
document.write( "4*c + 3*a = 2400.     (2)      (Hulda paid)\r\n" );
document.write( "\r\n" );
document.write( "where \"c\" is for children ticket price and \"a\" is for the adult ticket price.\r\n" );
document.write( "\r\n" );
document.write( "Now, from (1) express a = 1625 - 5c, and substitute it into (2). You will get\r\n" );
document.write( "\r\n" );
document.write( "4c + 3*(1625 -5c) = 2400.\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve for c:\r\n" );
document.write( "\r\n" );
document.write( "4c + 4875 - 15c = 2400,\r\n" );
document.write( "\r\n" );
document.write( "-11c = 2400 - 4875,\r\n" );
document.write( "\r\n" );
document.write( "-11c = -2475,\r\n" );
document.write( "\r\n" );
document.write( "c = \"%28%28-2475%29%2F%28-11%29%29\" = 225.\r\n" );
document.write( "\r\n" );
document.write( "So the children ticket is 225 cents = $2.25.\r\n" );
document.write( "\r\n" );
document.write( "The adult ticket is (from (1)) a = 1625 - 5*c = 1625 - 5*225 = 500 cents = $5.\r\n" );
document.write( "

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