document.write( "Question 154852: complete the table of values below for the equation y = 3x - 2\r
\n" );
document.write( "\n" );
document.write( "X| y
\n" );
document.write( "-1|
\n" );
document.write( "0 |
\n" );
document.write( "1 |
\n" );
document.write( "2 |
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #114013 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! y = 3x-2 \n" ); document.write( "If x = -1, then y = 3(-1)-2 = -3-2 = -5 \n" ); document.write( "If x = 0, then y = 3(0)-2 = 0-2 = -2 \n" ); document.write( "If x = 1, the y = 3(1)-2 = 3-2 = 1 \n" ); document.write( "If x = 2, then y = 3(2)-2 = 6-2 = 4 \n" ); document.write( " |