document.write( "Question 1112773: Pete Zarilla sells 10-inch pizzas for $4.30, 12 inch pizzas for 5.88, and 14 inch pizzas for 7.78. Assume that the price is a quadratic function of the diameter.\r
\n" );
document.write( "\n" );
document.write( "a) Write the particular equation expressing price in terms of diameter.
\n" );
document.write( "b)predict the price of a 5 inch pizza.
\n" );
document.write( "c) If a pizza sells for $20, what would you expect the diameter to be?
\n" );
document.write( "d) what is the significance of the fact that the price- intercept is greater than zero? Suggest what it might represent.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #727803 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 4.30=ax^2+bx+c \n" ); document.write( "x=5 \n" ); document.write( "4.30=25a+5b+c \n" ); document.write( "5.88=36a+6b+c \n" ); document.write( "7.78=49a+7b+c\r \n" ); document.write( "\n" ); document.write( "1.58=11a+b \n" ); document.write( "1.90=13a+b \n" ); document.write( "0.32=2a \n" ); document.write( "a=0.16 \n" ); document.write( "b=-0.18 \n" ); document.write( "c=1.2\r \n" ); document.write( "\n" ); document.write( "C=0.16x^2-0.18x+1.2, in dollars, with x= radius. \n" ); document.write( "when diameter is 5, x=2.5 \n" ); document.write( "C=1-0.45+1.20=$1.75 \n" ); document.write( "--- \n" ); document.write( "20=0.16x^2-0.18x+1.2 \n" ); document.write( "0=0.16x^2-0.18x-18.8 \n" ); document.write( "x=(1/0.32)(0.18+/- sqrt(0.0324+12.032); sqrt term=3.47 \n" ); document.write( "x=3.125*3.65, only positive root \n" ); document.write( "=11.41 \n" ); document.write( "diameter is 22.82 inches. \n" ); document.write( "Can do a rough check by using C=Kx^2, and K is about 0.15 for simple cost is a function of radius squared function (a little larger for smaller). That would be $19.52, which is a reasonable check. \r \n" ); document.write( "\n" ); document.write( "The price intercept >0 could be considered the contribution of the overhead for making a pizza, having the ingredients there, the building, etc.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |