document.write( "Question 528574: Which equation represents the line with a slope of -1/3 that passes through the point (8,8)? \n" ); document.write( "
Algebra.Com's Answer #349335 by lmeeks54(111)![]() ![]() You can put this solution on YOUR website! The general equation for a straight line is: \n" ); document.write( "y = mx + b \n" ); document.write( "... \n" ); document.write( "where m = the slope of the line and b = the y intercept (i.e., where x = 0) \n" ); document.write( "... \n" ); document.write( "Recall, slope = rise/run. Positive slope, the line goes up to the right (y gets larger as x gets larger). Negative slope, the line goes down to the right (y gets smaller as x gets larger). \n" ); document.write( "... \n" ); document.write( "We are given the slope of - 1/3. A slope = 1 is a 45 deg line. A slope > 1 is a steeper line and a slope <1 is a shallower (flatter) line. In this case, we have a shallow, negative slope (slanting down to the right). \n" ); document.write( "... \n" ); document.write( "None of that helps you determine the equation for the line, but it gives you the context for what you expect to find. \n" ); document.write( "... \n" ); document.write( "We know three useful things to help solve this problem: \n" ); document.write( "... \n" ); document.write( "y = mx + b \n" ); document.write( "m = -1/3 \n" ); document.write( "line passes through 8, 8; therefore: \n" ); document.write( "8 = -1/3(8) + b \n" ); document.write( "... \n" ); document.write( "add 1/3(8) to both sides so we can solve for b, the y intercept: \n" ); document.write( "8 + 1/3 (8) = b \n" ); document.write( "8 + 8/3 = b \n" ); document.write( "10.67 = b \n" ); document.write( "... \n" ); document.write( "put it all together: \n" ); document.write( "y = -0.33x + 10.67 \n" ); document.write( "... \n" ); document.write( "cheers, \n" ); document.write( "Lee \n" ); document.write( " |