document.write( "Question 840987: Find the equation of the line parallel to 4x + 9y = 14 and passing through the point (0,5). \n" ); document.write( "
Algebra.Com's Answer #506553 by sheldonbbtrocks(115)![]() ![]() You can put this solution on YOUR website! Parallel lines always have the same slope, so we need to determine the slope of this line:\r \n" ); document.write( "\n" ); document.write( "4x+9y=14\r \n" ); document.write( "\n" ); document.write( "9y=-4x+14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y=(-4/9)x+(14/9)\r \n" ); document.write( "\n" ); document.write( "The slope is -4/9, new we need to plug in our point and slope to the point slope formula:\r \n" ); document.write( "\n" ); document.write( "y-y1=m(x-x1); where m is the slope, x1 is the x-coordinate, and y1 is the y coordinate\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y-5=-4/9(x-0)\r \n" ); document.write( "\n" ); document.write( "y-5=-4/9x\r \n" ); document.write( "\n" ); document.write( "[y=-4/9x+5]\r \n" ); document.write( "\n" ); document.write( "Hope this helps! \n" ); document.write( " |