document.write( "Question 302224: What is the Slope of a Line that has X-Intercept of (3, 0) and Y-Intercept of ( 0, -2 ) \n" ); document.write( "
Algebra.Com's Answer #216762 by london maths tutor(243)\"\" \"About 
You can put this solution on YOUR website!
\"Gradient+=+%28Y2+-+Y1%29%2F%28X2-X1%29+\" \r
\n" ); document.write( "\n" ); document.write( "Point (3,0) => X1 = 3 and Y1 = 0
\n" ); document.write( "Point (0,-2) => X2 = 0 and Y2 = -2\r
\n" ); document.write( "\n" ); document.write( "\"Gradient+=+%28-2+-+0%29%2F%280-3%29+\"
\n" ); document.write( "\"Gradient+=+%28-2+%29%2F%28-3%29+\"
\n" ); document.write( "\"Gradient+=+%282%2F3%29+\"
\n" ); document.write( "
\n" );