document.write( "Question 124019This question is from textbook Introductory Algebra
\n" );
document.write( ": The question is: \"Find an equation of the line that has the same y-intercept as the line x - 3y = 6 and contains the point (5, -1).\" \n" );
document.write( "
Algebra.Com's Answer #90954 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! X-3Y=6 \n" ); document.write( "-3Y=-X+6 \n" ); document.write( "Y=-X/-3+6/-3 \n" ); document.write( "Y=X/3-2 THIS LINE HAS A Y INTERCEPT=-2. (RED LINE) \n" ); document.write( "NOW REPLACE THE X & Y VALUES IN THE STANDARD LINE EQUATION (Y=mX+b) WITH (5,-1). \n" ); document.write( "5=m*-1-2 \n" ); document.write( "5=-m-2 \n" ); document.write( "m=-2-5 \n" ); document.write( "m=7 \n" ); document.write( "THUS WE HAVE THE EQUATION \n" ); document.write( "Y=7X-2 (GREEN LINE) \n" ); document.write( " |