document.write( "Question 277749: Find the x- and y- intercepts
\n" );
document.write( "5x+y=15 \n" );
document.write( "
Algebra.Com's Answer #202165 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! The equation of the line is 5x+y = 15 ..(1) \n" ); document.write( "To find the x-intercept, put y=0 in (1) \n" ); document.write( "We get 5x=15 \n" ); document.write( " x=15/5 \n" ); document.write( "x=3 \n" ); document.write( "So, the x-intercept is (3,0) \n" ); document.write( "To find the y-intercept, put x=0 in (1) \n" ); document.write( "We get y=15 \n" ); document.write( " So, the y-intercept is (0,15) \n" ); document.write( " |