document.write( "Question 1173088: A line passes through the point
\n" );
document.write( "8, 4
\n" );
document.write( "and has a slope of
\n" );
document.write( "3/4
\n" );
document.write( "Write an equation in slope-intercept form for this line. \n" );
document.write( "
Algebra.Com's Answer #798242 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Using formula y - b = m(x - a) \n" ); document.write( "a = 8 \n" ); document.write( "b = 4 \n" ); document.write( "m = 3/4 \n" ); document.write( "y - 4 = 3/4(x - 8) \n" ); document.write( "y - 4 = 3/4x - 6 \n" ); document.write( "y = 3/4x - 6 + 4 \n" ); document.write( "y = 3/4x - 2 \n" ); document.write( "or you can multiply throughout by 4 \n" ); document.write( "4y = 3x - 8 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |