document.write( "Question 1034164: The quadratic function which takes the value 41 when x=-2 and the value 20 at x=5 is y=ax^2-bx+c.Need help in finding values for a,b,c \n" ); document.write( "
Algebra.Com's Answer #648778 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! I would use ax^2+bx+c as the function, which will allow the b to be both positive or negative. \n" ); document.write( "4a-2b+c=41 \n" ); document.write( "25a+5b+c=20 \n" ); document.write( "subtract the second from the first \n" ); document.write( "-21a-7b=21 \n" ); document.write( "divide by 7, both sides \n" ); document.write( "-3a-b=3 \n" ); document.write( "b=-3a-3=-3(a+1) \n" ); document.write( "go back to original equations \n" ); document.write( "4a+6(a+1)+c=41 \n" ); document.write( "25a-15(a+1)+c=20 \n" ); document.write( "subtract again \n" ); document.write( "-21a+9(a+1)=21 \n" ); document.write( "-21a+9a+9=21 \n" ); document.write( "-12a=12 \n" ); document.write( "a=-1 \n" ); document.write( "b=0 \n" ); document.write( "c=45 \n" ); document.write( "y=-x^2+45 \n" ); document.write( " \n" ); document.write( " |