document.write( "Question 527172: Write the equation of the line with slope 2 through the point (4,7) in the point-slope form.\r
\n" );
document.write( "\n" );
document.write( "A. y=2x-1
\n" );
document.write( "B. y=2x+7
\n" );
document.write( "C. y-4=2(x-7)
\n" );
document.write( "D. y-7=2(x-4) \n" );
document.write( "
Algebra.Com's Answer #348811 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! A line with slope = 2 will be: \n" ); document.write( "y = 2x + b \n" ); document.write( ". \n" ); document.write( "Use the given point to find 'b'. \n" ); document.write( ". \n" ); document.write( "7 = 2(4) + b \n" ); document.write( "-1 = b \n" ); document.write( "b = -1 \n" ); document.write( ". \n" ); document.write( "y = 2x -1 \n" ); document.write( ". \n" ); document.write( " |