document.write( "Question 1148837: Solve the following problem using two variables and a system of two equations. Solve the system by the method of your choice.
\n" );
document.write( "The City Zoo has different admission prices for adults and children. When three adults and two children went to the zoo, the bill was $78.05. If two adults and three children got in for $73.90, then what is the price of an adult's ticket and what is the price of a child's ticket? \n" );
document.write( "
Algebra.Com's Answer #770169 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x = the price of an adult ticket. \n" ); document.write( "y = the price of a child ticket.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have two equations that need to be solved simultaneously. \n" ); document.write( "they are: \n" ); document.write( "3x + 2y = 78.05 \n" ); document.write( "2x + 3y = 73.90\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply both sides of the first equation by 2 and multiply both sides of the second equation to 3 to get: \n" ); document.write( "6X + 4Y = 156.10 \n" ); document.write( "6X + 9Y = 221.70 \n" ); document.write( "subtract the first equation from the second to get: \n" ); document.write( "5y = 65.60 \n" ); document.write( "solve for y to get: \n" ); document.write( "y = 13.12 \n" ); document.write( "replace y in the first original equation of 3x + 2y = 78.05 and solve for x to get: \n" ); document.write( "x = 17.27\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have: \n" ); document.write( "x = 17.27 \n" ); document.write( "y = 13.12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "go back to the original two equations to get: \n" ); document.write( "3x + 2y = 78.05 becomes 51.81 + 26.24 = 78.05 which becomes 78.05 = 78.05, which is true. \n" ); document.write( "2x + 3y = 73.90 becomes 34.54 + 39.36 = 73.90 which becomes 73.90 = 73.90, which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "both original equations are true when x = 17.27 and y = 13.13. \n" ); document.write( "this confirms those values are good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is that the price of an adult ticket is 17.27 and the price of a child ticket is 13.12.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |