document.write( "Question 6144: what are the coordinates of the point where each line crosses the y-axis?\r
\n" );
document.write( "\n" );
document.write( "y=3x+4 \n" );
document.write( "
Algebra.Com's Answer #3270 by Abbey(339)![]() ![]() ![]() You can put this solution on YOUR website! substitute 0 for x in your equation: \n" ); document.write( "y=3(0) + 4 \n" ); document.write( "y=4 \n" ); document.write( "so the point is (0,4) \n" ); document.write( " |