\n" );
document.write( "Hi,
\n" );
document.write( "Find the equation of the line that passes through the point (3,-6) and is parallel to the line
\n" );
document.write( "3x+y-10=0 0r y = -3x + 10
\n" );
document.write( "Using the standard slope-intercept form for an equation of a line y = mx + b
\n" );
document.write( " where m is the slope and b the y-intercept. m = -3
\n" );
document.write( "parallel Lines have identical slopes
\n" );
document.write( "New Line
\n" );
document.write( " y = -3x + b | Using Ordered pair(x,y), Pt(3,-6) to solve for b
\n" );
document.write( "
\n" );
document.write( " 3= b
\n" );
document.write( " y = -3x +3 0r 3x + y = 3
\n" );
document.write( "