document.write( "Question 646229: What is the function rule for this function table:
\n" );
document.write( "Input. 0,4,8,12
\n" );
document.write( "Output 5,7,9,11 \n" );
document.write( "
Algebra.Com's Answer #405788 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the function rule for this function table: \n" ); document.write( "Input. 0,4,8,12 \n" ); document.write( "Output 5,7,9,11 \n" ); document.write( "-------------------- \n" ); document.write( "y = mx + b \n" ); document.write( "m = slope = (7-5)/(4-0) = 2/4 = 1/2 \n" ); document.write( "b = f(0) = 5 \n" ); document.write( "----- \n" ); document.write( "y = (1/2)x + 5 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |