document.write( "Question 805950: Find the value of a, given that the maximum value of f(x)=ax^2 +3x-4 is 5.\r
\n" );
document.write( "\n" );
document.write( "I'm very confused on how to do this problem. Please help! \n" );
document.write( "
Algebra.Com's Answer #485671 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the value of a, given that the maximum value of f(x)=ax^2 +3x-4 is 5. \n" ); document.write( "This equation is that of a parabola with a maxmum value of 5(parabola opens down) \n" ); document.write( "Its standard(vertex) form of equation: y=-a(x-h)^2+k, (h,k)=(x,y) coordinates of the vertex, with k=maximum. \n" ); document.write( ".. \n" ); document.write( "convert given equation to vertex form: \n" ); document.write( "Complete the square: \n" ); document.write( "y=ax^2 +3x-4 \n" ); document.write( "y=a(x^2+3x/a+(9/4a^2)-9/4a-4 \n" ); document.write( "y=a(x+3x/2a)^2-9/4a-4 \n" ); document.write( "(-9/4a-4)=k=5=maximum \n" ); document.write( "-9/4a-4=5 \n" ); document.write( "-9/4a=9 \n" ); document.write( "-1/4a=1 \n" ); document.write( "4a=-1 \n" ); document.write( "a=-1/4 \n" ); document.write( " \n" ); document.write( " |