document.write( "Question 62594: Can u pls help with this problem? thanks
\n" );
document.write( "Find the the y-intercept of the line passing through (2,3) which is perpendicular to the line through the points (6,7) and (6,18). \n" );
document.write( "
Algebra.Com's Answer #43375 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Can u pls help with this problem? thanks \n" ); document.write( "Find the the y-intercept of the line passing through A(2,3)=(h,k) which is perpendicular to the line through the points P(6,7)=(x1,y1) and Q(6,18)=(x2,y2). \n" ); document.write( "slope of PQ = (y2-y1)/(x2-x1)=(18-7)/(7-6)=11 \n" ); document.write( "hence slope of its perpendicular = -1/11 \n" ); document.write( "eqn.of line through A is \n" ); document.write( "y-k=m(x-h) \n" ); document.write( "y-3=(-1/11)(x-2)= (-x/11) +(2/11) \n" ); document.write( "y intercept is when x=0...we get \n" ); document.write( "y-3 = 2/11 \n" ); document.write( "y=3+2/11=35/11 \n" ); document.write( " |