document.write( "Question 360149: What is the x-intercept of the line 2y=3x-6? \n" ); document.write( "
\n" ); document.write( "Hi,\n" ); document.write( "*Note: the x intercept is when y = 0\n" ); document.write( "2y = 3x-6\n" ); document.write( "y = (3/2)x - 3\n" ); document.write( "substituting y = 0\n" ); document.write( "0 = (3/2)x - 3\n" ); document.write( "3 = (3/2)x \n" ); document.write( "2 = x\n" ); document.write( "the point the line crosses the x axis is (2,0)\n" ); document.write( "\n" ); document.write( "