document.write( "Question 1128496: I am beyond frustrated and failing to solve this, can anyone help please?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A company has determined that when x hundred dulcimers are built, the average cost per dulcimer can be estimated by C(x)=0.3x^2−2.7x+7.475, where C(x) is in hundreds of dollars. What is the minimum average cost per dulcimer and how many dulcimers should be built to achieve that minimum?
\n" );
document.write( "The minimum average cost per dulcimer is $____.
\n" );
document.write( "The company should build ____dulcimers to achieve the minimum.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #744965 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "For the general quadratic equation \n" ); document.write( "f(x) = ax^2 + bx + c \n" ); document.write( "the vertex point is (h,k) where h = -b/(2*a) and k = f(h) \n" ); document.write( "The min cost will occur at the vertex as the vertex is the lowest point when a > 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Based on that general form above, we see that \n" ); document.write( "C(x) = 0.3x^2 - 2.7x + 7.475 \n" ); document.write( "leads to these three coefficients: \n" ); document.write( "a = 0.3 \n" ); document.write( "b = -2.7 \n" ); document.write( "c = 7.475\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug in the values of 'a' and 'b' to find h \n" ); document.write( "h = -b/(2*a) \n" ); document.write( "h = -(-2.7)/(2*0.3) \n" ); document.write( "h = 2.7/0.6 \n" ); document.write( "h = 4.5 \n" ); document.write( "This is the x coordinate of the vertex\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now plug in x = 4.5 to find the value of k \n" ); document.write( "C(x) = 0.3x^2 - 2.7x + 7.475 \n" ); document.write( "C(4.5) = 0.3(4.5)^2 - 2.7(4.5) + 7.475 \n" ); document.write( "C(4.5) = 0.3(20.25) - 2.7(4.5) + 7.475 \n" ); document.write( "C(4.5) = 6.075 - 12.15 + 7.475 \n" ); document.write( "C(4.5) = 1.4 \n" ); document.write( "k = C(h) = C(4.5) = 1.4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, the vertex point is (h,k) = (4.5, 1.4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The minimum average cost per dulcimer is $__1.40__. \n" ); document.write( "The company should build __450__dulcimers to achieve the minimum.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "note: x is the number of dulcimers built and this number is in hundreds. So x = 4.5 indicates 4.5 hundred or 4.5*100 = 450 units are built. \n" ); document.write( " \n" ); document.write( " |