document.write( "Question 365913: I can't seem to determine the x and y intercepts of the following linear equations. What are the x and y intercepts?\r
\n" ); document.write( "\n" ); document.write( "y-3x=9\r
\n" ); document.write( "\n" ); document.write( "5-y=10x\r
\n" ); document.write( "\n" ); document.write( "y-2x=y-4\r
\n" ); document.write( "\n" ); document.write( "3y=9
\n" ); document.write( "

Algebra.Com's Answer #260778 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
For y - 3x = 9: This can be written as \"x%2F%28-3%29%2By%2F9+=+1\". Therefore x-int is (-3,0) and y-int is (0,9).
\n" ); document.write( "for 5-y = 10x: This can be written as \"x%2F%281%2F2%29%2By%2F5+=+1\". Therefore x-int is (1/2, 0) and y-int is (0,5).
\n" ); document.write( "for y-2x = y-4: This is the same as x = 2. There is no y-int as it is a vertical line, while the x-int is (2,0).
\n" ); document.write( "for 3y = 9: This is the same as y = 3. There is no x-int as it is a horizontal line, while the y-int is (0,3).
\n" ); document.write( "
\n" );