document.write( "Question 150239: I need help graphing a line that goes through (2,3) and haas a slope of 1/2 on a rectangular coordinate system. I have been trying and trying this one for a while. I am using m=y2-y1/x2-x1. Is this correct. \r
\n" );
document.write( "\n" );
document.write( "My next question is writing 2 linear equations written in the slope intercept form that are 1 parallel and perpendicular. I know that parallel forms a 90 degree angle.\r
\n" );
document.write( "\n" );
document.write( "My last question is to find the slope of the line that goes through the points (-1,3),(5,-2) It would be greatly appreciated if you could help.. \n" );
document.write( "
Algebra.Com's Answer #110244 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I need help graphing a line that goes through (2,3) and has a slope of 1/2 on a rectangular coordinate system. I have been trying and trying this one for a while. I am using m=y2-y1/x2-x1. Is this correct. \n" ); document.write( "----------------- \n" ); document.write( "The formula is y2-y1 = m(x2-x1) \n" ); document.write( "But that is the two-point formula and you have only one point. \n" ); document.write( "------------------- \n" ); document.write( "Use the point-slope formula sense you are given the slope and a point. \n" ); document.write( "y = mx + b \n" ); document.write( "You know m= 1/2 and y = 3 when x = 2; so solve for \"b\": \n" ); document.write( "3 = (1/2)2 + b \n" ); document.write( "3 = 1 + b \n" ); document.write( "b = 2 \n" ); document.write( "---------- \n" ); document.write( "EQUATION: \n" ); document.write( "y = (1/2)x + 2 \n" ); document.write( "=================================\r \n" ); document.write( "\n" ); document.write( "My next question is writing 2 linear equations written in the slope intercept form that are 1 parallel and perpendicular. I know that parallel forms a 90 degree angle. \n" ); document.write( "If two lines are parallel their slopes are the same. \n" ); document.write( "Example: y = 2x +3 is parallel to y = 2x + 5 \n" ); document.write( "------------------------------ \n" ); document.write( "If two lines are perpendicular the product of their slopes is -1. \n" ); document.write( "Example: y = 2x + 3 is perpendicular to y = (-1/2)x + 3 \n" ); document.write( "==================================== \n" ); document.write( " \n" ); document.write( "My last question is to find the slope of the line that goes through the points (-1,3),(5,-2) \n" ); document.write( "slope = (y2-y1)/(x2-x1) = (-2-3)/(5--1) = -5/6 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |