document.write( "Question 804949: how do I choose four values for x to make a function table for each function
\n" );
document.write( "f(x)= 5x-4 \n" );
document.write( "
Algebra.Com's Answer #485035 by erica65404(394)![]() ![]() You can put this solution on YOUR website! f(x)=5x-4 \n" ); document.write( "we will use the x values, -1, 0, 1, 2 \n" ); document.write( "plug them in to get the y value \n" ); document.write( "f(-1)=5(-1)-4 \n" ); document.write( "f(-1)=-9 \n" ); document.write( "f(0)=5(0)-4 \n" ); document.write( "f(0)=-4 \n" ); document.write( "f(1)=5(1)-4 \n" ); document.write( "f(1)=1 \n" ); document.write( "f(2)=5(2)-4 \n" ); document.write( "f(2)=6 \n" ); document.write( "make a chart (its the best chart i could make lol) \n" ); document.write( "x|-1 | 0 | 1 | 2 \n" ); document.write( "------------------ \n" ); document.write( "y|-9 |-4 | 1 | 6 \n" ); document.write( " |