document.write( "Question 331907: Given the linear equation:
\n" );
document.write( "- Find the y-coordinates of the given points. Show your work.
\n" );
document.write( "- Plot those points and graph the linear equation. Submit your graph through the dropbox.
\n" );
document.write( "
\n" );
document.write( "y = 4x - 1
\n" );
document.write( "
\n" );
document.write( "(0, ), (1, ), (2, )
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #237899 by mananth(16946)![]() ![]() You can put this solution on YOUR website! y = 4x - 1 \n" ); document.write( "Plug the values of 0,1,2\r \n" ); document.write( "\n" ); document.write( "y=4*0-1 \n" ); document.write( "y=-1 \n" ); document.write( ".. \n" ); document.write( "y=4*1-1 \n" ); document.write( "y=3 \n" ); document.write( ".. \n" ); document.write( "y=4*2-1 \n" ); document.write( "y=7 \n" ); document.write( " \n" ); document.write( "(0,-1 ), (1,3 ), (2,7 ) \n" ); document.write( ".. \n" ); document.write( "plot the points on the graph \n" ); document.write( " |