document.write( "Question 487841: Find the vertex of -0.2x^2+12x+11
\n" );
document.write( "I have used two different methods and came up with two different answers. I have solved for the x= 30 but when I went to do the maximum value I used two solutions and that is where I came up with different answers. The first I substituted the 30 in to the equation -0.2(30)^2+12(30)+11= 191; on the second I used the formula 4ac-b^2 /4a with a= -0.2 b= 12 c=11 I got 4(-0.2)(11)-12^2 divided by 4(-0.2) and came to the answer 169. \n" );
document.write( "
Algebra.Com's Answer #333151 by John10(297)![]() ![]() You can put this solution on YOUR website! y =191 is the correct result. \n" ); document.write( "For the second formula, you used the wrong formula for y: \n" ); document.write( "The correct one is y = c - (b^2)/4a = 11 - (12^2)/4(-0.2) = 11 - (-180) = 11 + 180 = 191 which is what you are looking for. \n" ); document.write( "John10:) \n" ); document.write( " |