document.write( "Question 245317: what would the function rule be if the table said
\n" );
document.write( "that X f(x) and is said write the function rule??
\n" );
document.write( " -4 9
\n" );
document.write( " 0 0
\n" );
document.write( " 1 1
\n" );
document.write( " 5 25 \n" );
document.write( "
Algebra.Com's Answer #179232 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! what would the function rule be if the table said \n" ); document.write( "that X f(x) and is said write the function rule?? \n" ); document.write( " -4 9 \n" ); document.write( " 0 0 \n" ); document.write( " 1 1 \n" ); document.write( " 5 25\r \n" ); document.write( "\n" ); document.write( "============================= \n" ); document.write( "I ran a linear recursion program and got the following: \n" ); document.write( "f(x) = 0.825x^2 + 0.943x + 0.384 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |