document.write( "Question 811534: I currently am working on a problem I created myself to solve an augmented matrix. The rules confuse me and I always end up switching rows that should not be switched and only getting one of the answers right. Can you please help me? Here is my problem:
\n" );
document.write( "A school hosts a fun run. At this year's fun run, tickets are 25$ for adults and $15 for children. The school had 500 people attend and made a profit of $10,000. How many children and adults ran the race?
\n" );
document.write( "Thank you so much!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #488778 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! strictly speaking you didn't give enough info. You said the profit was 10000. \n" ); document.write( "But you didn't say anything about amount received nor expenses. \n" ); document.write( "You probably mean that 10,000 was taken in( received). \n" ); document.write( "a+c=500, \n" ); document.write( "25a+15c=10000\r \n" ); document.write( "\n" ); document.write( "a = 250, c = 250 \n" ); document.write( "There were 250 adults and 250 children \n" ); document.write( " |