document.write( "Question 171926: A bakery sells cheesecakes having diameters 6 in, 8 in, 10 in; all the same height. Suppose that they cost $8, $12, and $20 respectively.\r
\n" );
document.write( "\n" );
document.write( "A. Which size gives you the most cheesecake per dollar?
\n" );
document.write( "please explain.\r
\n" );
document.write( "\n" );
document.write( "B. Find a quadratic equation that models how the ocst of a cheesecake varies with diameter.\r
\n" );
document.write( "\n" );
document.write( "I would appreciate any help I can get.
\n" );
document.write( "Please help soon! \n" );
document.write( "
Algebra.Com's Answer #127027 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bakery sells cheesecakes having diameters 6 in, 8 in, 10 in; all the same height. Suppose that they cost $8, $12, and $20 respectively. \n" ); document.write( "A. Which size gives you the most cheesecake per dollar? \n" ); document.write( "please explain. \n" ); document.write( "--- \n" ); document.write( "The volume of each pie is (pi)r^2h; pi and h are the same for each pie \n" ); document.write( "so the volume depends on r^2 for each pie \n" ); document.write( "----------- \n" ); document.write( "The 6\" has r^2 = 9 and the cost is (9/8)pih = 1.125 pih/dollar \n" ); document.write( "The 8\" has r^2 = 16 and the cost is (16/12)pih = 1.3333..pih/dollar \n" ); document.write( "The 10\" has r^2 = 25 and the cost is (25/20pih = 1.25 pih/dollar \n" ); document.write( "-------------------------- \n" ); document.write( "So the best buy is the 8\" pie which gives you more volume per dollar \n" ); document.write( "============================================================================ \n" ); document.write( "B. Find a quadratic equation that models how the cost of a cheesecake varies \n" ); document.write( "You have three points: (6,8), (8,12), (10,20) \n" ); document.write( "The quadratic form is ax^2 + bx + c = y \n" ); document.write( "Substitute to get three equations in a,b, and c \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "36a + 6b + c = 8 \n" ); document.write( "64a + 8b + c = 12 \n" ); document.write( "100a + 10b +c = 20 \n" ); document.write( "---------------------- \n" ); document.write( "Solve by any method you know to get: \n" ); document.write( "a = 1/2 \n" ); document.write( "b = -5 \n" ); document.write( "c = 20 \n" ); document.write( "----------------- \n" ); document.write( "Equations: \n" ); document.write( "y = (1/2)x^2 -5x + 20 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |