document.write( "Question 966068: What is the y-intercept of the graph of the equation 17x+2y=42? \n" ); document.write( "
Algebra.Com's Answer #590473 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Plug in x = 0 and solve for y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "17x+2y=42 \n" ); document.write( "17*0+2y=42 ... replace x with 0 \n" ); document.write( "0+2y=42 \n" ); document.write( "2y=42 \n" ); document.write( "2y/2=42/2 ... divide both sides by 2 \n" ); document.write( "y=21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the y-intercept is 21. This represents the ordered pair (0,21) \n" ); document.write( " |