document.write( "Question 975075: Write an equation in slope intercept form.
\n" );
document.write( "Line contains the point (-3,5) and is perpendicular to the line y=3x-4?
\n" );
document.write( "Line contains the point(2,3) and is parallel to 5x-y=10? \n" );
document.write( "
Algebra.Com's Answer #596879 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Write an equation in slope intercept form. \n" ); document.write( "Line contains the point (-3,5) and is perpendicular to the line y=3x-4? \n" ); document.write( "Line contains the point(2,3) and is parallel to 5x-y=10? \n" ); document.write( "*** \n" ); document.write( "y=3x-4 \n" ); document.write( "slope, m=3 \n" ); document.write( "slope of perpendicular line=-1/3 (negative reciprocal) \n" ); document.write( "equation: y=-x/3+b \n" ); document.write( "solve for b using coordinates(-3, 5) on the perpendicular line \n" ); document.write( "b=y-x/3=5-(-3/3)=5+1=6 \n" ); document.write( "equation: y=-x/3+6 \n" ); document.write( ".. \n" ); document.write( "5x-y=10 \n" ); document.write( "y=5x-10 \n" ); document.write( "slope, m=5 \n" ); document.write( "slope of parallel line=5 (same as that of given line ) \n" ); document.write( "equation: y=5x+b \n" ); document.write( "solve for b using coordinates(2, 3) on the parallel line \n" ); document.write( "b=y-5x=3-10=-7 \n" ); document.write( "equation: y=5x-7 \n" ); document.write( " |