document.write( "Question 868088: Graph a line through (2,3) with slope 2/3. \n" ); document.write( "
Algebra.Com's Answer #523346 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Use the point slope form,
\n" ); document.write( "\"y-y%5B1%5D=m%28x-x%5B1%5D%29\"
\n" ); document.write( "\"y-3=%282%2F3%29%28x-2%29\"
\n" ); document.write( "\"y-3=%282%2F3%29x-4%2F3\"
\n" ); document.write( "\"y=%282%2F3%29x-4%2F3%2B9%2F3\"
\n" ); document.write( "\"y=%282%2F3%29x%2B5%2F3\"
\n" ); document.write( "
\n" );