document.write( "Question 1009765: I need to find a function that models price per ticket as a function of attendance.In the winter the zoo charges $12 per adult and they get about 1000 adult visitors per day. Their attendance drops by 100 people for every $1 they raise the price. \n" ); document.write( "
| Algebra.Com's Answer #625253 by Boreal(15235)     You can put this solution on YOUR website! cost;;visitors \n" ); document.write( "12;;1000 \n" ); document.write( "13;;900 \n" ); document.write( "14;800 \n" ); document.write( "enough to use point slope formula. \n" ); document.write( "slope is -100. \n" ); document.write( "y-1000=-100(x-12) \n" ); document.write( "y= -100x+2200, or Number=-100(cost)+2200. \n" ); document.write( " |