document.write( "Question 1069962: \"A total of 2500 tickets to a football game were sold. Prices were $2 for children, $3 for students, and $5 for adults. Twice as many tickets were sold to students as to children, and ticket revenues were 7250. Use a system of linear equations to determine how many of each type of ticket were sold.\"\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "my 3 equations I got were:
\n" );
document.write( "2x+3y+5z=7250
\n" );
document.write( "x=2y
\n" );
document.write( "x+y+z=2500
\n" );
document.write( "And when i tried to solve it didn't add up right i also tried another way but i got a negative for one answer and that didn't seem right at all. \n" );
document.write( "
Algebra.Com's Answer #685059 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! \"Students(y) = 2 * Children(x)\" but you have x=2y. \n" ); document.write( "Fix it and try that. \n" ); document.write( " |