document.write( "Question 211350: Here is the question. Find k if the lines 3x-y=9 and kx+3y=5 are perpendicular. I arranged both equations to equal y; y=3x-9 and y=(5-kx)/3, but I don't know where to go from there \n" ); document.write( "
Algebra.Com's Answer #159711 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 3x-y=9 \n" ); document.write( "-y=-3x+9 \n" ); document.write( "y=3x+9 ( red line)this line has a slope of 3. \n" ); document.write( "Therefore all perpendicular lines will have a slope=-1/3 \n" ); document.write( "kx+3y=5 \n" ); document.write( "3y=-kx+5 \n" ); document.write( "y=-kx/3+5/3 \n" ); document.write( "[-k/3=-1/3] \n" ); document.write( "k=1 ans. \n" ); document.write( "y=-x/3+5/3 (green line) \n" ); document.write( " |