document.write( "Question 65669: What is the linear equation that created the following input/output table:
\n" );
document.write( "x= -3,-2,-1,0,1, 2, 3
\n" );
document.write( "y=-11,-6,-1,4,9,14,19 \n" );
document.write( "
Algebra.Com's Answer #46363 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the linear equation that created the following input/output table: \n" ); document.write( "x= -3,-2,-1,0,1, 2, 3 \n" ); document.write( "y=-11,-6,-1,4,9,14,19 \n" ); document.write( "--------- \n" ); document.write( "When x=0, y=4 so the y-intercept is 4 \n" ); document.write( "When x increases one the change in y is 5 so the slope is 5. \n" ); document.write( "EQUATION: \n" ); document.write( "y=5x+4 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |