document.write( "Question 281241: I need to graph this system of equations...
\n" );
document.write( "3x-5y=-9
\n" );
document.write( "5x-6y=-8\r
\n" );
document.write( "\n" );
document.write( "I have been working on this problem for two days, but do not know how I could show you what I have done. Could you please tell me the necessary step to take. \n" );
document.write( "
Algebra.Com's Answer #204292 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! Sure, graph each line one at a time \n" ); document.write( "You need two points to plot a line. Find two points that satisfy each equation, plot those points and draw the line. \n" ); document.write( "The point where the two lines intersect is the 'solution'.\r \n" ); document.write( "\n" ); document.write( "For me, it is always easy to use 0 as one of the coordinates. \n" ); document.write( " \n" ); document.write( "let x =0 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "so one point is (0,-9/5) \n" ); document.write( "Let y=0 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "so another point is (-3,0) \n" ); document.write( "Plot those two points and draw the line\r \n" ); document.write( "\n" ); document.write( "Now use the same idea to plot the other line \n" ); document.write( " \n" ); document.write( "let x=0 \n" ); document.write( "then y = -8/6 = -4/3 \n" ); document.write( "(0,-4/3) \n" ); document.write( "let y=0 \n" ); document.write( "then x = -8/5 \n" ); document.write( "the other point is (-8/5,0) \n" ); document.write( "Plot those two and draw another line. \n" ); document.write( "Then look for the point where they intersect\r \n" ); document.write( "\n" ); document.write( "I bet you can do it now! \n" ); document.write( "Let me know if you still have questions \n" ); document.write( " |