document.write( "Question 1004367: Find the point slope form of the equation of the line that is perpendicular to
\n" );
document.write( " 2x-3y=4 and also contains the point (-2,1).\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #620882 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! -3y=-2x+4 rewriting the formula \n" ); document.write( "y=(2x/3)-(4/3) \n" ); document.write( "slope is 2/3 \n" ); document.write( "perpendicular is negative reciprocal or -3/2 slope \n" ); document.write( "point slope formula is \n" ); document.write( "y-y1=m(x-x1) \n" ); document.write( "y-1=(-3/2)(x+2)= (-3x/2)-3 \n" ); document.write( "y=(-3x/2)-2 \n" ); document.write( " |