document.write( "Question 182916This question is from textbook
\n" );
document.write( ": Please help me solve this exercise;
\n" );
document.write( "The directions are, write an equation for each.\r
\n" );
document.write( "\n" );
document.write( "Passes through (4,10) and is perpendicular to the line 6x-3y=5.\r
\n" );
document.write( "\n" );
document.write( "I have tried midpoint and point slope formula and I am still stuck.\r
\n" );
document.write( "\n" );
document.write( "Look forward to hearing from you. \n" );
document.write( "
Algebra.Com's Answer #137312 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Start by putting: \n" ); document.write( "6x-3y=5 \n" ); document.write( "into the \"slope-intercept\" form: \n" ); document.write( "y = mx + b \n" ); document.write( "where \n" ); document.write( "m is slope \n" ); document.write( "b is y-intercept \n" ); document.write( ". \n" ); document.write( "6x-3y=5 \n" ); document.write( "-3y = -6x + 5 \n" ); document.write( "y = 2x - 5/3 \n" ); document.write( "So, now we know that the slope of this line is 2 \n" ); document.write( ". \n" ); document.write( "If we want, a line that is perpendicular to the above, the slope has to be the \"negative reciprocal\" \n" ); document.write( "So, our NEW line has to have a slope of -1/2 because: \n" ); document.write( "2(-1/2) = -1 \n" ); document.write( ". \n" ); document.write( "Recapping we have: \n" ); document.write( "m = -1/2 \n" ); document.write( "and a single point at (4,10) \n" ); document.write( ". \n" ); document.write( "Stuff it all into the \"point-slope\" form: \n" ); document.write( "y - y1 = m(x-x1) \n" ); document.write( "y - 10 = (-1/2)(x-4) \n" ); document.write( "y - 10 = (-1/2)x + 2 \n" ); document.write( "y = (-1/2)x + 12 (this is what they're looking for) \n" ); document.write( " \n" ); document.write( " |