document.write( "Question 872292: The points (5,k) and (k, 3) lie on a line perpendicular to a line with a slope of 3/4. What is the value of k?
\n" );
document.write( "So far I have arrived at using
but i do not know how to proceed from there. \n" );
document.write( "
Algebra.Com's Answer #526036 by mananth(16946)![]() ![]() You can put this solution on YOUR website! the points are on the line perpendicular to a line with slope 3/4\r \n" ); document.write( "\n" ); document.write( "so the slope of the line joining these points will be -4/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cross multiply\r \n" ); document.write( "\n" ); document.write( "-4(k-5)=3(3-k)\r \n" ); document.write( "\n" ); document.write( "-4k+20=9-3k\r \n" ); document.write( "\n" ); document.write( "k=11 \n" ); document.write( " |