document.write( "Question 204312: Hi everyone, I have had some trouble with the following graphing problem.
\n" );
document.write( "If someone could show me how to do it I would be really grateful.
\n" );
document.write( "I need to Find the y-intercept of the straight line passing through points (-3,1) and (-1,-2).
\n" );
document.write( "I really want to learn how to solve these types of equations, so steps and explanations would be nice.
\n" );
document.write( "Thnaks, -Nick. \n" );
document.write( "
Algebra.Com's Answer #154247 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the y-intercept of the straight line passing through points \n" ); document.write( "(-3,1) and (-1,-2) \n" ); document.write( "-------------- \n" ); document.write( "First you have to find the slope: \n" ); document.write( "slope = (-2-1)/(-1--3) = -3/2 \n" ); document.write( "----------------- \n" ); document.write( "Then you use the form y = mx + b to find b, which is the y-intercept. \n" ); document.write( "You know y = 1 when x = -3 and you know m = -3/2 \n" ); document.write( "So solve for \"b\": \n" ); document.write( "1 = (-3/2)-3 + b \n" ); document.write( "1 = 9/2 + b \n" ); document.write( "b = -7/2 \n" ); document.write( "The y-intercept is -7/2 or (0,-7/2). \n" ); document.write( "====================================== \n" ); document.write( " \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |