document.write( "Question 1018571: What is the equation of a line passing through (-3, 7) and having a slope of -1/5?\r
\n" );
document.write( "\n" );
document.write( "A:y=-5x+22
\n" );
document.write( "B:y=5x+22
\n" );
document.write( "C:y-1/5x+32/5
\n" );
document.write( "D:y=-1/5x+32/5
\n" );
document.write( "E:y=-1/5x+22\r
\n" );
document.write( "\n" );
document.write( "Thanks guys for your help! \n" );
document.write( "
Algebra.Com's Answer #634646 by Alan3354(69443) You can put this solution on YOUR website! What is the equation of a line passing through (-3, 7) and having a slope of -1/5? \n" ); document.write( "----------- \n" ); document.write( "Use y-y1 = m*(x-x1) where m = slope & (x1,y1) is the point \n" ); document.write( "---- \n" ); document.write( "y-7 = (-1/5)(x+3) \n" ); document.write( " \n" ); document.write( " |