document.write( "Question 998299: Tickets are $4 for students and $6 for adults. The council wants to raise $1600. If 100 adults attend, how many students must attend?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #616100 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number of student tickets, x. \n" ); document.write( "The total value equation is then \n" ); document.write( "4x + 6(100) = 1600 \n" ); document.write( "4x + 600 = 1600 \n" ); document.write( "4x = 1000 \n" ); document.write( "x = 250 student tickets\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |