document.write( "Question 235857: Resolution
\n" ); document.write( "(*) y= 2x-1
\n" ); document.write( "Attribute at least two values of x an get y values in oder to get two or more points to draw grah.
\n" ); document.write( "example:
\n" ); document.write( "for x=0; y=2*0-1 then y=-1 and we get the first point A(0,-1)
\n" ); document.write( "for x=1; y=2*1-1 then y=1 and we get the second point B(1,1)
\n" ); document.write( "We must materialize A and B then join A and B. that's all.
\n" ); document.write( "for the second equation y= -3x +9 do the same thing: attribuate any values of x(at least two values) in oder to get y.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #173621 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
y = 2x – 1 (red line)
\n" ); document.write( "y = -3x + 9 (green line)
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-6%2C+5%2C+-10%2C+10%2C+2x+-1%2C+-3x+%2B9%29+\" (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions 2x -1 and -3x +9).
\n" ); document.write( "y = 2x – 1
\n" ); document.write( "y = -3x + 9 subtract these 2 equations.
\n" ); document.write( "---------------------
\n" ); document.write( "0=5x-10
\n" ); document.write( "5x=10
\n" ); document.write( "x=10/5
\n" ); document.write( "x=2 ans.
\n" ); document.write( "y=2*2-1
\n" ); document.write( "y=4-1
\n" ); document.write( "y=3 ans.
\n" ); document.write( "Intersect=(2,3)
\n" ); document.write( "
\n" );