document.write( "Question 701625: I'm given a table of x and y values and I need to identify the type of function. Can you help?
\n" );
document.write( "x values - 2 3 4 5 6 7
\n" );
document.write( "y values - 5 10 17 26 37 50 \n" );
document.write( "
Algebra.Com's Answer #432485 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! jump from 5 to 10: +5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jump from 10 to 17: +7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jump from 17 to 26: +9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jump from 26 to 37: +11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jump from 37 to 50: +13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Each jump is increasing by 2 (the same amount), so this means that a quadratic equation will fit this data. \n" ); document.write( " |