document.write( "Question 508801:  helllo, I need help with my project!\r
\n" );
document.write( "\n" );
document.write( "I need to graph this equationThe admission fee at a small fair is $1.50 for children and $4.00 for adults. On a certain day 2,200 people enter the fair and $5050 is collected. How many children and how many adults attended? i am not sure how to do it at first i tried doing the box with the equation in the middle and then you give x like for example\r
\n" );
document.write( "\n" );
document.write( "x       4a+1.5c=5050        y
\n" );
document.write( "1       4(1)+1.5c=5050\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "can you help me solve this? \r
\n" );
document.write( "\n" );
document.write( "Thanks, Genesis\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #341119 by oberobic(2304)      You can put this solution on YOUR website! a = number of adults \n" ); document.write( "400a = sales of adult tickets in cents (I'm using cents to avoid the decimals later) \n" ); document.write( "c = number of children \n" ); document.write( "150c = sales of children's tickets in cents \n" ); document.write( ". \n" ); document.write( "a + c = 2200 \n" ); document.write( "so \n" ); document.write( "a = 2200 -c \n" ); document.write( ". \n" ); document.write( "400a + 150c = 505000 cents \n" ); document.write( ". \n" ); document.write( "substitute \n" ); document.write( ". \n" ); document.write( "400(2200-c) + 150c = 505000 \n" ); document.write( ". \n" ); document.write( "880000 -400c + 150c 505000 \n" ); document.write( ". \n" ); document.write( "-250c = -375000 \n" ); document.write( ". \n" ); document.write( "c = 1500 \n" ); document.write( ". \n" ); document.write( "a = 2200-c \n" ); document.write( "a = 700 \n" ); document.write( ". \n" ); document.write( "check the receipts to see if this is correct \n" ); document.write( ". \n" ); document.write( "4*700 = 2800 \n" ); document.write( "1.50*1500 = 2250 \n" ); document.write( "2800 + 2250 = 5050 \n" ); document.write( "correct \n" ); document.write( ". \n" ); document.write( "Answer: They sold 700 adult and 1500 children tickets. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |