document.write( "Question 498906: Find the true conjecture for the following table.
\n" );
document.write( "under x is 0,1,2,3
\n" );
document.write( "under y is -1,1,3,5\r
\n" );
document.write( "\n" );
document.write( "how do i find the pattern \n" );
document.write( "
Algebra.Com's Answer #337244 by chessace(471)![]() ![]() You can put this solution on YOUR website! By taking differences. \n" ); document.write( "All the Y diffs are 2. \n" ); document.write( "y = 2*x -1 \n" ); document.write( " \n" ); document.write( " |