document.write( "Question 78734: Write the equation of the line L satisfying the given geometric conditions.
\n" );
document.write( "L has y-intercept (0, -3) and is parallel to the line with equation y = 2/3x + 1. \n" );
document.write( "
Algebra.Com's Answer #56465 by Septimus314(7) ![]() You can put this solution on YOUR website! Equation of a line is y=mx + b \n" ); document.write( "m = slope and b= y-intercept\r \n" ); document.write( "\n" ); document.write( "here, b= -3, as that is your y-intercept. parallel lines have the same slope, so your slope is m=2/3, the same as in the line they gave.\r \n" ); document.write( "\n" ); document.write( "This is all the information we need\r \n" ); document.write( "\n" ); document.write( "y = 2/3x -3 \n" ); document.write( " |