document.write( "Question 48783: Given the equation 5x+7y=35
\n" );
document.write( "Find the x-axis intercept ( , )and the y-axis intercept ( ,) of the line through the points. \n" );
document.write( "
Algebra.Com's Answer #32301 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x-intercept: \n" ); document.write( "5x + 7y = 35 \n" ); document.write( "5x + 7(0) = 35 \n" ); document.write( "5x = 35 \n" ); document.write( "x = 7 \n" ); document.write( "P(7,0) \n" ); document.write( "y-intercept: \n" ); document.write( "5x + 7y = 35 \n" ); document.write( "5(0) + 7y = 35 \n" ); document.write( "7y = 35 \n" ); document.write( "y = 5 \n" ); document.write( "P(0,5) \n" ); document.write( " |