document.write( "Question 591363: Hi! I am having problems with this problem:
\n" );
document.write( "it says find the equation of the line which satisfies each set of conditions:\r
\n" );
document.write( "\n" );
document.write( "- passes through the point with coordinates (-2,1) and is parallel to the line, 3y-x=9.
\n" );
document.write( "this is what I have got so far
\n" );
document.write( "3y-x=9
\n" );
document.write( "3y(o)=9
\n" );
document.write( "3y=9
\n" );
document.write( "3y/3=9/3
\n" );
document.write( "y=3 (0,3)\r
\n" );
document.write( "\n" );
document.write( "3(0)-x=9
\n" );
document.write( "x=9 (9,0)\r
\n" );
document.write( "\n" );
document.write( "I dont know if it is correct and what to do next, can anybody help me please? \n" );
document.write( "
Algebra.Com's Answer #375594 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! parallel means that the ratio of the coefficients (slope) is the same\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can use the same equation, after substituting the new point to find the new constant term (the 9)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3(1) - (-2) = ? ___ 5 = ?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3y - x = 5 \n" ); document.write( " |