document.write( "Question 73845: A straight line crosses the x-axis at x = 3 and the y-axis at y = -4. Find the equation of the line. Please give your answer in the functional form:
\n" );
document.write( "y = a x + b
\n" );
document.write( "
\n" );
document.write( "for some constants a and b.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #52827 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! (3,0)(0,-4) \n" ); document.write( "THE SLOPE (m) IS \n" ); document.write( "(Y2-Y1)/x2-X1) \n" ); document.write( "(-4-0)/( 0-3) \n" ); document.write( "-4/-3 \n" ); document.write( "4/3 IS THE SLOPE (m) \n" ); document.write( "NOW SUBSTITUTE 4/3 FOR THE SLOPE AND THE X,Y VALUES FROM ONE SET OGF POINTD & SOLVE FOR THE Y INTERCEPT (b). \n" ); document.write( "0=4/3*3+b \n" ); document.write( "0=12/3+b \n" ); document.write( "b=4 FOR THE Y INTERCEPT (b) \n" ); document.write( "NOW WE HAVE THE FORMULA FOR THIS WHICH IS \n" ); document.write( "Y=4/3X+4 \n" ); document.write( " |