document.write( "Question 1028048: Whats an equation in slope intercept form for a line that satisfies these conditions?\r
\n" );
document.write( "\n" );
document.write( "passes through (6, 15), parallel to the graph of 3x + 2y = 1 \n" );
document.write( "
Algebra.Com's Answer #643226 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! For 3x + 2y = 1, we can find the slope directly as -A/B = -3/2. \n" ); document.write( "Now plug into y = mx + b to get b... \n" ); document.write( "15 = (-3/2)(6) + b \n" ); document.write( "15 = -9 + b \n" ); document.write( "b = 24 and then \n" ); document.write( "y = (-3/2)x + 24 \n" ); document.write( "is the line you want... \n" ); document.write( " |