document.write( "Question 535303: Find the maximum or minimum value of the function.
\n" );
document.write( "f(t) = 14t2 + 112t + 295 \n" );
document.write( "
Algebra.Com's Answer #351870 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the maximum or minimum value of the function. \n" ); document.write( "f(t) = 14t2 + 112t + 295 \n" ); document.write( "------ \n" ); document.write( "The max or min is on the Line of Symmetry \n" ); document.write( "The LOS is t = -b/2a = -112/28 \n" ); document.write( "t = -4 \n" ); document.write( "-------- \n" ); document.write( "f(-4) = 14*16 + 112*(-4) + 295 \n" ); document.write( "f(-4) = 71 \n" ); document.write( "---------- \n" ); document.write( "The minimum is 71 \n" ); document.write( "It's a minimum since a is positive. \n" ); document.write( " \n" ); document.write( " |