document.write( "Question 6357: Find x and y-intercepts for the equation. Then graph the eguation.\r
\n" );
document.write( "\n" );
document.write( "15y-3x=-9 \n" );
document.write( "
Algebra.Com's Answer #3412 by Abbey(339)![]() ![]() ![]() You can put this solution on YOUR website! First put this into y=mx+b format: \n" ); document.write( "add 3x to both sides: \n" ); document.write( "15y=3x-9 \n" ); document.write( "divide by 15: \n" ); document.write( "y=(3/15)x-(9/15) \n" ); document.write( "reduce fractions: \n" ); document.write( "y=(1/5)x-(3/5) \n" ); document.write( "your y intercept occurs when x=0: \n" ); document.write( "y=-3/5, so the y-intercept is (0,-3/5) \n" ); document.write( "the x intercept will be when y=0 \n" ); document.write( "0=(1/5)x-(3/5) \n" ); document.write( "add 3/5 to both sides: \n" ); document.write( "3/5=1/5x \n" ); document.write( "multiply both sides by 5: \n" ); document.write( "3=x, so the x intercept occurs at (3,0) \n" ); document.write( " |