document.write( "Question 226110: find the equation of the line containing the point (-3,4) and parallel to the line 2y-6x=46 \n" ); document.write( "
Algebra.Com's Answer #168479 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b is the line equation. \n" ); document.write( "2y-6x=46 \n" ); document.write( "2y=6x+46 \n" ); document.write( "y=6x/2+46/2 \n" ); document.write( "y=3x+23 ans for the line equation. \n" ); document.write( "(-3,4) slope=3 \n" ); document.write( "4=3*-3+b \n" ); document.write( "4=-9+b \n" ); document.write( "b=4+9 \n" ); document.write( "b=13 ans. for the y intercept. \n" ); document.write( "y=3x+13 ans. for the line equation with a slope=3 & passing through (-3,4). \n" ); document.write( " |