document.write( "Question 33778: Write an equation in the form y=ax^2 + bx + c for the quadratic function whose graph passes through the points (8,0) (0,8) (-2,0). Thanks \n" ); document.write( "
Algebra.Com's Answer #20221 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! AX^2+BX+C=Y...IS SATISFIED BY (8,0);(0,8);(-2,0)..SO SUBSTITUTING WE GET.. \n" ); document.write( "A*8^2+B*8+C=0...OR...64A+8B+C=0......................................I \n" ); document.write( "A*0^2+B*0+C=8....................OR...........C=8.................II \n" ); document.write( "A*(-2)^2+B*(-2)+C=0.....OR.......4A-2B+C=0...................III \n" ); document.write( "SUBSTITUTING C=8 IN EQN.I AND EQN.III WEW GET \n" ); document.write( "64A+8B+8=0....OR.....8A+B+1=0................................IV \n" ); document.write( "4A-2B+8=0.......OR....2A-B+4=0............................V \n" ); document.write( "EQN.IV+EQN.V...GIVES \n" ); document.write( "10A+5=0...OR....A=-5/10=-1/2 \n" ); document.write( "SO 2*(-1/2)-B+4=0 \n" ); document.write( "-1-B+4=0 \n" ); document.write( "B=3 \n" ); document.write( "SO THE QUADRATIC IS \n" ); document.write( "Y=-X^2/2+3X+8 \n" ); document.write( " |