document.write( "Question 1172512: : A bakery discovers that if it decreases the price of its birthday cakes by $1, it sells 12 more
\n" );
document.write( "cakes each month.
\n" );
document.write( "(a) Assuming that monthly sales, M, are related to prices, P, by a linear model, M = aP + b, state
\n" );
document.write( "the value of a.
\n" );
document.write( "(b) If the bakery sells 240 cakes in a month when the price of the cake is $14, work out the value
\n" );
document.write( "of b.
\n" );
document.write( "(c) Use this model to estimate monthly sales when the price is $9.
\n" );
document.write( "(d) If the bakery can make only 168 cakes in a month, work out the price that it needs to charge
\n" );
document.write( "to sell them all \n" );
document.write( "
Algebra.Com's Answer #797571 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The slope is -12, which is a in the equation m=aP+b. Every decrease of cost by $1 is an increase in sales by 12. \n" ); document.write( "- \n" ); document.write( "240=-12(14)+b \n" ); document.write( "$408=b \n" ); document.write( "------ \n" ); document.write( "price is $9 \n" ); document.write( "M=-12*9+408 \n" ); document.write( "M=$300 \n" ); document.write( "---- \n" ); document.write( "168=-12P+408 \n" ); document.write( "-240=-12P \n" ); document.write( "P=$20 \n" ); document.write( " |