document.write( "Question 934344: If you have an input of 1 2 3 4 and an output of 0 4 8 12 what is the next output when the input is n? \n" ); document.write( "
Algebra.Com's Answer #567481 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! input of 1 2 3 4 and an output of 0 4 8 12, then \n" ); document.write( "f(n) = 4n - 4\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |