document.write( "Question 230652: Translate the problem into a pair of linear equations in two variables. Solve the equations using either elimination or substitution. State answer for both variables.\r
\n" );
document.write( "\n" );
document.write( "There were 500 people at a play. The admission price was $2.00 for adults and $1.00 for children. The admission receipts were $690.00. How many adults and children attended? \n" );
document.write( "
Algebra.Com's Answer #170820 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! \"There were 500 people at a play\" ___ a + c = 500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"$2.00 for adults and $1.00 for children. The admission receipts were $690.00\" ___ 2a + c = 690\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting 1st eqn from 2nd eqn ___ a = 190\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ 190 + c = 500 ___ c = 310 \n" ); document.write( " |