\n" );
document.write( "Hi,
\n" );
document.write( "Graphing
\n" );
document.write( "f(x)= x+1 Pts (0,1), (-1,0), (1,2)
\n" );
document.write( "g(x)= -8x+10 PTs (0,10), (5/4,0), (1,2)
\n" );
document.write( "Lines intersect at Pt(1,2), the solution for this system of equations
\n" );
document.write( "Note: when the lines intersect f(x) = g(x)
\n" );
document.write( " x+ 1 = -8x + 10
\n" );
document.write( " 9x = 9
\n" );
document.write( " x = 1 Substituting x=1 into either of the equations, will give
\n" );
document.write( "the same f(x) and g(x) value = 2, thus the Pt of intersection (1,2)
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "