document.write( "Question 499368: Input. | 0 | 1 | 2 | 3 | 4 |
\n" );
document.write( "Output. |-1 | 3 | 7 | 11| 13\r
\n" );
document.write( "\n" );
document.write( "Write a rule for the function \n" );
document.write( "
Algebra.Com's Answer #337623 by chessace(471)![]() ![]() You can put this solution on YOUR website! Output differences are all 4 until the end (typo??). \n" ); document.write( "So f(x) = 4*x -1 works most of the time. \n" ); document.write( "There is no easy way to get f(4)=13, it would have to be \"for x<4 ... for x>3 ...\" kind of deal. \n" ); document.write( " \n" ); document.write( " |