document.write( "Question 663267: The seating capacity of a hockey arena is 18,000. With the ticket price set at $100, attendance at recent games has been 12,000. A market survey indicates that for every dollar the ticket price is lowered, the average attendance will increase by 130. \r
\n" );
document.write( "\n" );
document.write( "Write a quadratic formula to indicate this change. \n" );
document.write( "
Algebra.Com's Answer #412695 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The seating capacity of a hockey arena is 18,000. With the ticket price set at $100, attendance at recent games has been 12,000. A market survey indicates that for every dollar the ticket price is lowered, the average attendance will increase by 130. \n" ); document.write( "Write a quadratic formula to indicate this change. \n" ); document.write( "** \n" ); document.write( "let x=number of $1 reductions in ticket price \n" ); document.write( "100-x=reduced price \n" ); document.write( "130x=increase in attendance \n" ); document.write( "12000+130x=new attendance \n" ); document.write( "revenue=price*attendance \n" ); document.write( "revenue=(100-x)(12000+130x) \n" ); document.write( " \n" ); document.write( " |