\documentclass[12pt,dvips,landscape]{article}
% use latex; dvips; ps2pdf to process
\usepackage{pstricks-add}
\usepackage{geometry}
\topmargin-.75in\textheight7in
\oddsidemargin-.5in\textwidth10.5in
\pagestyle{empty}
\begin{document}
\begin{center}
\Huge\sf Point-slope formula for a straight line (can you see why it works?)
\end{center}

\bigskip

\psset{algebraic, VarStep=true, xAxisLabel=$x$, yAxisLabel=$y$, plotpoints=101, bordercolor=yellow,
labels=none, ticks=none}%, showpoints=true}
\Large\sf
\begin{center}
\begin{psgraph}{->}(0,0)(-2.45, -2.45)(10.45,4.45){10in}{!}
%\psgrid[subgriddiv=0, gridlabels=0pt, griddots=6]
\psplot[linecolor=red, border=1pt]{-2.45}{10.45}{x/2-1}
\uput[ul](4,1){$(a,b)$}
\psline(4,1)(8,1)(8,3)
\uput[ul](8,3){$(x,y)$}
\uput[d](6,1){$x-a$}
\uput[r](8,2){$y-b$}
\uput[r](.5,3.5){\begin{tabular}{l}
Given a point $(a,b)$ and a number $m$\\[5pt]
consider all $(x,y)$ such that \\[5pt]
slope \ $\displaystyle \frac{y-b}{x-a}=m$\\[17pt]
\LARGE\color{red}$\Rightarrow \quad y-b = m(x-a)$
\end{tabular}}
\uput[r](.5,-1.5){Solving for $y$ we get $y = mx+(-ma+b)$ in standard form}
\end{psgraph}
\end{center}

\bigskip

\begin{center}\tiny 
Point-slope formula for a straight line --- 
Math Poster 2007 --- math.chapman.edu
\end{center}
\end{document}