Create some simple sets of data to plot the equations.
For the first equation:
CODE
When x = 0, y = 4200+(0.0315x0)
" x = 1, y = 4200+(0.0315x1)
... etc
" x = 20, y = 4200+(0.0315x20)
Then for the second equation
CODE
When x = 0, y = 4800+(0.0230x0)
" x = 1, y = 4800+(0.0230x1)
... etc
" x = 20, y= 4800+(0.0230x20)
Personally I'd find out where they intersect first (mathamatically) and the choose a suitable range of x values for each equation to show it on a graph nicely.