document.write( "Question 1060415: I need your assistance to help find the quadratic function that models the data below please.\r
\n" );
document.write( "\n" );
document.write( "xI -3 -2 -1 0 1 2 3 4 5 6 7 8 9
\n" );
document.write( "-----------------------------------------------------------------------
\n" );
document.write( "yI 54 26 -8 0 2 14 36 68 110 162 224 296 378\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I need help with this please. When I look at this all i'm seeing is a chart I don't know how I would work this out \n" );
document.write( "
Algebra.Com's Answer #675469 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We know that we have an x^2 term since this is a quadratic \n" ); document.write( ": \n" ); document.write( "the general form is \n" ); document.write( ": \n" ); document.write( "ax^2 + bx +c = 0, where a, b, c are constants \n" ); document.write( ": \n" ); document.write( "we need just three points to find the function \n" ); document.write( ": \n" ); document.write( "take the first three point (-3, 54), (-2, 26), (-1, 8), then \n" ); document.write( ": \n" ); document.write( "f(-3) = 54 \n" ); document.write( "f(-2) = 26 \n" ); document.write( "f(-1) = 8 \n" ); document.write( ": \n" ); document.write( "9a -3b +c = 54 \n" ); document.write( "4a -2b +c = 26 \n" ); document.write( "1a -1b +c = 8 \n" ); document.write( ": \n" ); document.write( "we use Cramer's rule calculator to find a, b and c \n" ); document.write( ": \n" ); document.write( "a = 5, b = -3, c = 0 \n" ); document.write( ": \n" ); document.write( "*************** \n" ); document.write( "f(x) = 5x^2 -3x \n" ); document.write( "*************** \n" ); document.write( " |