document.write( "Question 98495: How would you write an equation where its point is (8,-3) and its perpendicular to 4x-3y=10?
\n" );
document.write( "How would you find an equation that matches that on a graph? \n" );
document.write( "
Algebra.Com's Answer #71665 by edjones(8007) You can put this solution on YOUR website! 4x-3y=10 \n" ); document.write( "we find the slope by converting the equation into the form: y=mx+b where m=slope \n" ); document.write( "subtract 4x from each side. -3y=-4x+10 \n" ); document.write( "divide -3 into each side. y=(4/3)x-10/3 \n" ); document.write( "so m=4/3 \n" ); document.write( "by definition the slope of the line perpendicular to this line is the negative reciprocal of its slope. So \n" ); document.write( "we use the point-slope form to find the formula of the line. \n" ); document.write( " \n" ); document.write( " for (8,-3): y-(-3)=-3/4(x-8) \n" ); document.write( "y-(-3)=-3x/4+3/4*8 \n" ); document.write( "y+3=-.75x+6 \n" ); document.write( "subtract 3 from each side. y=-.75x+3 \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |