document.write( "Question 1012744: There are a total of 23 students and adults going to the zoo. Adult tickets cost $7.25 and student tickets cost $5.50 to attend the zoo. The total cost for this group would be $137.
\n" );
document.write( "Requirements:
\n" );
document.write( "Write two equations and put them into a matrix, then solve by using determinants.
\n" );
document.write( "What is the system determinant, x determinant, and y determinant?
\n" );
document.write( "When writing your equations, let x = number of adult tickets and y = number of student tickets.
\n" );
document.write( "How many students went? How many adults went? \n" );
document.write( "
Algebra.Com's Answer #628839 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Adults: x \n" ); document.write( "Students: y \n" ); document.write( "----------------------------- \n" ); document.write( "x+y = 23 and therefore the adults are 23-y, so \n" ); document.write( "x = 23-y (if you want to express it algebraically, \"subtract y, both sides) \n" ); document.write( "7.25x+5.50y = 137 Let's substitute for x \n" ); document.write( "7.25(23-y)+5.50y = 137 Multiply on left to eliminate parenthesis: \n" ); document.write( "166.75-7.25y+5.50y = 137 Add/subtract y on left and subtract 166.75 on both sides: \n" ); document.write( "-1.75y = -29.75 Divide both sides by -1.75 (and remember that -/- = +) \n" ); document.write( "y = 17 This is how many students went. And we said that: \n" ); document.write( "x= 23-y \n" ); document.write( "x= 23-17 \n" ); document.write( "x= 6 adults also went \n" ); document.write( "J \n" ); document.write( " |