document.write( "Question 489817: Consider the function f(x) = 3x^2 - 30x - 1
\n" );
document.write( "a. determine without graphing, does the function have a minimum or maximum value?
\n" );
document.write( "b. Find the minimum or maximum value and determine where it occurs.
\n" );
document.write( "c. Identify the functions domain and range \n" );
document.write( "
Algebra.Com's Answer #334111 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Consider the function f(x) = 3x^2 - 30x - 1 \n" ); document.write( "a. determine without graphing, does the function have a minimum or maximum value? \n" ); document.write( "b. Find the minimum or maximum value and determine where it occurs. \n" ); document.write( "c. Identify the functions domain and range \n" ); document.write( "** \n" ); document.write( "y=3x^2-30x-1 \n" ); document.write( "a. Because the lead coefficient is >0, this parabola opens upwards which means function has a minimum. \n" ); document.write( ".. \n" ); document.write( "b.completing the square \n" ); document.write( "y=3(x^2-10x+25)-1-75 \n" ); document.write( "y=3(x-5)^2-76 \n" ); document.write( "This is an equation of a parabola of the standard form: y=A(x-h)^2+k, with (h,k) being the (x,y) coordinates of the vertex. \n" ); document.write( "coordinates of the vertex:(5,-76) \n" ); document.write( "minimum value=-76 at x=5 \n" ); document.write( ".. \n" ); document.write( "c. Domain (-∞,∞), Range [-76,∞) \n" ); document.write( " |