document.write( "Question 938005: An organization is planning a dance. The band will cost $400 and advertising costs will be $100. Food will be supplied at $2 per person.\r
\n" );
document.write( "\n" );
document.write( "a. How many people need to attend the dance in order for the organization to break even if tickets are sold at $7 each?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. How many people need to attend the dance in order for the organization to break even if tickets are sold at $6 each? \r
\n" );
document.write( "\n" );
document.write( "c. How many people need to attend the dance if the organization wants to earn $400 profit and sells tickets for $6 each?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #571379 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The band will cost $400 and advertising costs will be $100. \r \n" ); document.write( "\n" ); document.write( "Fixed cost = $500\r \n" ); document.write( "\n" ); document.write( "Food will be supplied at $2 per person. \n" ); document.write( "let the number of people to attend be x \n" ); document.write( "Total cost = 500+2x\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a. How many people need to attend the dance in order for the organization to break even if tickets are sold at $7 each? \n" ); document.write( "Receipts = 7x\r \n" ); document.write( "\n" ); document.write( "500+2x=7x \n" ); document.write( "5x= 500 \n" ); document.write( "x= 100 people\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b. How many people need to attend the dance in order for the organization to break even if tickets are sold at $6 each? \r \n" ); document.write( "\n" ); document.write( "500+2x=6x \n" ); document.write( "500=4x \n" ); document.write( "x=125 people\r \n" ); document.write( "\n" ); document.write( "c. How many people need to attend the dance if the organization wants to earn $400 profit and sells tickets for $6 each? \n" ); document.write( "6x-(500+2x)= 400 \n" ); document.write( "6x-500-2x=400\r \n" ); document.write( "\n" ); document.write( "4x=900 \n" ); document.write( "x=225 people\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |