document.write( "Question 1067113:
\n" );
document.write( "A pool company has learned that, by pricing a newly released noodle at $3,
\n" );
document.write( "sales will reach 15,000 noodles per day during the summer. Raising the price to $5 will cause the sales to fall to 13,000 noodles per day. [Hint: The line must pass through (3,15000) and (5,13000).]\r
\n" );
document.write( "\n" );
document.write( "a. Assume that the relationship between sales price and number of noodles sold is linear and write an equation describing this relationship.\r
\n" );
document.write( "\n" );
document.write( "B. Predict the daily sales of noodles if the price is $3.50. \n" );
document.write( "
Algebra.Com's Answer #682305 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! slope is (13000-15000)/(5-3)=-2000/2=-1000 \n" ); document.write( "point slope formula: y-y1=m(x-x1), m slope and (x1,y1) a point \n" ); document.write( "y-15000=-1000(x-3) \n" ); document.write( "y-15000=-1000x+3000 \n" ); document.write( "y=-1000x+18000 \n" ); document.write( "when x=$3.50 \n" ); document.write( "y=-3500+18000=14,500 noodles predicted to be sold. \n" ); document.write( " |