document.write( "Question 193239: what is the function (y=)
\n" );
document.write( "if x is 0,1,2,3,-1
\n" );
document.write( "if y is 0,-1,0,3,-1
\n" );
document.write( "thanks in advance : P \n" );
document.write( "
Algebra.Com's Answer #145066 by stanbon(75887) ![]() You can put this solution on YOUR website! what is the function (y=) \n" ); document.write( "if x is 0,1,2,3,-1 \n" ); document.write( "if y is 0,-1,0,3,-1 \n" ); document.write( "------------------------- \n" ); document.write( "y = -0.16667x^4 + x^3 + -0.83333x^2 -x +0.00000000000054 \n" ); document.write( "------------------ \n" ); document.write( "I got this by running q quartic regression program. \n" ); document.write( "It works but I don't think it is what you are looking \n" ); document.write( "for. Check your post ; you may have made a typo. \n" ); document.write( "======================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |