\n" );
document.write( "Hi,
\n" );
document.write( "find the x- and y-intercepts:
\n" );
document.write( "10x + 4y = 20
\n" );
document.write( "finding x-intercept when y = 0
\n" );
document.write( "10x = 20
\n" );
document.write( "x = 2 Pt(2,0) the x intercept
\n" );
document.write( "finding y-intercept when x = 0
\n" );
document.write( "4y = 20
\n" );
document.write( "y = 5 Pt(0,5) the y intercept
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "