document.write( "Question 1054097: Use this new algebraic method to find equations for lines with the following properties:
\n" );
document.write( "A. A slope of -3, passing through the point (15,-50)
\n" );
document.write( "B. A slope of 0.5 with an x-intercept of (28,0) \n" );
document.write( "
Algebra.Com's Answer #669302 by Boreal(15235) You can put this solution on YOUR website! Presumably, one wants the point-slope formula \n" ); document.write( "y-y1=m(x-x1) \n" ); document.write( "For the first \n" ); document.write( "y-(-50)=-3(x-15) \n" ); document.write( "y+50=-3x+45 \n" ); document.write( "y=-3x-5; -50=-45-5, check \n" ); document.write( "-------------------------- \n" ); document.write( "y=0.5(x-28) \n" ); document.write( "y=(1/2)x-14; 28(1/2)-14=0, check \n" ); document.write( " |