document.write( "Question 534331: what is the slope and y intercept of the following:
\n" );
document.write( "y=6x+11
\n" );
document.write( "y=1/4x-2/7
\n" );
document.write( "what is an equation of a line with the following given slope:
\n" );
document.write( "m=1,b=-4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #351473 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! y = 6x + 11 \n" ); document.write( "slope = 6 \n" ); document.write( "y-intercept = (0,11) \n" ); document.write( ". \n" ); document.write( "y = 1/4x -2/7 \n" ); document.write( "slope = 1/4 \n" ); document.write( "y-intercept = (0,-2/7) \n" ); document.write( ". \n" ); document.write( "m=1, b=-4 \n" ); document.write( "y = x -4 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |