document.write( "Question 1140453: I'm kinda lost on how to get my b for number 7, I know it's where it intercepts y but how do I get that from what I'm given. and I'm lost on number 8 as well.\r
\n" );
document.write( "\n" );
document.write( "5) Find the slope of the line through the points (1, 4) and (5, 5).
\n" );
document.write( "m = (y2 - y1)/(x2 - x1)
\n" );
document.write( "m = (5 - 4)/(5-1)
\n" );
document.write( "m = 1/4\r
\n" );
document.write( "\n" );
document.write( "6) Write in point-slope form, , the equation of the line through the two points given in #5.
\n" );
document.write( "(y - y1)=m(x - x1)
\n" );
document.write( "y - 4 = (1/4)(x - 1)\r
\n" );
document.write( "\n" );
document.write( "7) Convert the equation that you wrote in #6 to slope-intercept form, .
\n" );
document.write( "y =(1/4)x+?\r
\n" );
document.write( "\n" );
document.write( "8) Convert the equation that you wrote in #6 to standard form, , where A, B, and C are integers and A > 0.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #760979 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! y - 4 = (1/4)(x - 1) \n" ); document.write( ": \n" ); document.write( "7) y - 4 = x/4 - 1/4 \n" ); document.write( ": \n" ); document.write( "*************** \n" ); document.write( "y = x/4 + 15/4 \n" ); document.write( ": \n" ); document.write( "b = 15/4 \n" ); document.write( "*************** \n" ); document.write( ": \n" ); document.write( "8) standard form for the line is \n" ); document.write( ": \n" ); document.write( "Ax + By = C \n" ); document.write( ": \n" ); document.write( "y - 4 = (1/4)(x - 1) \n" ); document.write( ": \n" ); document.write( "y - 4 = x/4 - 1/4 \n" ); document.write( ": \n" ); document.write( "multiply both sides of = by 4 \n" ); document.write( ": \n" ); document.write( "4y - 16 = x - 1 \n" ); document.write( ": \n" ); document.write( "*********** \n" ); document.write( "x -4y = -15 \n" ); document.write( "*********** \n" ); document.write( ": \n" ); document.write( " |