document.write( "Question 1050979: A particular movie theater charges $7.00 per adult and $3.50 per child. Suppose 400 people attended a movie and the total revenue from ticket sales was $2275.\r
\n" );
document.write( "\n" );
document.write( "Write linear equations for the two constraints, where
\n" );
document.write( "x represents the number of adults attending the movie and
\n" );
document.write( "y represents the number of children attending the movie:\r
\n" );
document.write( "\n" );
document.write( "1.)______________
\n" );
document.write( "2.)______________ \n" );
document.write( "
Algebra.Com's Answer #666580 by ikleyn(52794)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "A particular movie theater charges $7.00 per adult and $3.50 per child. \r \n" ); document.write( "\n" ); document.write( "Suppose 400 people attended a movie and the total revenue from ticket sales was $2275.\r \n" ); document.write( "\n" ); document.write( "Write linear equations for the two constraints, where \n" ); document.write( "x represents the number of adults attending the movie and \n" ); document.write( "y represents the number of children attending the movie:\r \n" ); document.write( "\n" ); document.write( "1.)______________ \n" ); document.write( "2.)______________ \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "7*x + 3.50*y = 2275, (1)\r\n" ); document.write( " x + y = 400. (2)\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |