document.write( "Question 312166: HOW DO YOU FIND A PARALLEL EQUATION FROM Y= 6X-5 THAT PASSES THROUGH THE POINT (-6,5) \n" ); document.write( "
Algebra.Com's Answer #223196 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If the line you want is parallel to y = 6x - 5, it must have the same slope, namely 6. \n" ); document.write( "Then apply the point-slope formula: \n" ); document.write( "y - y1 = m(x - x1) where your (x1,y1) is (-6,5) and m=6... \n" ); document.write( "y - 5 = 6(x -(-6)) \n" ); document.write( "y - 5 = 6(x + 6) \n" ); document.write( "y - 5 = 6x + 36 \n" ); document.write( "y = 6x + 41 \n" ); document.write( " |