document.write( "Question 792919: Use the given information to write the equation of each quadratic equation. The intercepts of the parabola are (-1,0), (5,0) and (0,15).
\n" );
document.write( "My work,
\n" );
document.write( "-1 and 5 are the roots
\n" );
document.write( "while 15 is the y-int.
\n" );
document.write( "(x+1)(x-5)
\n" );
document.write( "x^2-4x-5
\n" );
document.write( "-3(x^2-4x-5) = -3x^2+12x+15 \n" );
document.write( "
Algebra.Com's Answer #480720 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Use the given information to write the equation of each quadratic equation. The intercepts of the parabola are (-1,0), (5,0) and (0,15). \n" ); document.write( "My work, \n" ); document.write( "-1 and 5 are the roots \n" ); document.write( "while 15 is the y-int. \n" ); document.write( "(x+1)(x-5) \n" ); document.write( "x^2-4x-5 \n" ); document.write( "-3(x^2-4x-5) = -3x^2+12x+15 \n" ); document.write( "*** \n" ); document.write( "here is another way you can do it: \n" ); document.write( "........y=ax^2+bx+c \n" ); document.write( "(-1,0)..0=a-b+c \n" ); document.write( "(5,0)...0=25a+5b+c \n" ); document.write( "(0,15)..15=0+0+c \n" ); document.write( ".. \n" ); document.write( "c=15 \n" ); document.write( "a-b=15 \n" ); document.write( "25a+5b+15=0 \n" ); document.write( ".. \n" ); document.write( "5a-5b+75=0 \n" ); document.write( "25a+5b+15=0 \n" ); document.write( "add \n" ); document.write( "30a+90=0 \n" ); document.write( "30a=-90 \n" ); document.write( "a=-3 \n" ); document.write( "b=a+15=-3+15=12 \n" ); document.write( ".. \n" ); document.write( "a=-3, b=12, c=15 \n" ); document.write( "Equation: -3x^2+12x+15 \n" ); document.write( " |