document.write( "Question 75923: How do you plot y=4x+4? \n" ); document.write( "
Algebra.Com's Answer #54497 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! Y=4X+4 \n" ); document.write( "setx=0 & solve for y \n" ); document.write( "y=4*0+4 \n" ); document.write( "y=4 (0,4) \n" ); document.write( "now set y=0 & solve for x \n" ); document.write( "0=4x+4 \n" ); document.write( "4x=-4 \n" ); document.write( "x=-4/4 \n" ); document.write( "x=-1 (-1,0) \n" ); document.write( " |