document.write( "Question 391708: If x is 2,3,4 and Y is 11,49,123 what is the rule? \r
\n" ); document.write( "\n" ); document.write( "I have tried everything and am stumped. I do believe that exponents is the way to answer this equation, but still can not figure it out. Please Help!?
\n" ); document.write( "

Algebra.Com's Answer #277889 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Try a quadratic equation  y = ax²+ bx + c\r\n" );
document.write( "\r\n" );
document.write( "Substitute x = 2 and y = 11\r\n" );
document.write( "\r\n" );
document.write( "  y = ax²+ bx + c\r\n" );
document.write( " 11 = a(2)²+ b(2) + c\r\n" );
document.write( " 49 = a(3)²+ b(3) + c\r\n" );
document.write( "123 = a(4)²+ b(4) + c\r\n" );
document.write( "\r\n" );
document.write( "Simplify:\r\n" );
document.write( "\r\n" );
document.write( " 11 =  4a + 2b + c\r\n" );
document.write( " 49 =  9a + 3b + c\r\n" );
document.write( "123 = 16a + 4b + c\r\n" );
document.write( "\r\n" );
document.write( "Solve that system of equations and get\r\n" );
document.write( "\r\n" );
document.write( "a = 18, b = -52, c = 43\r\n" );
document.write( "\r\n" );
document.write( "So an equation that fits the given data is:\r\n" );
document.write( "\r\n" );
document.write( " y = ax²+ bx + c\r\n" );
document.write( " y = 18x²- 52x + 43\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );