document.write( "Question 938704: Write the equation of the line that satisfies the given conditions. Express the final equation in standard form.
\n" );
document.write( "Contains the origin and is perpendicular to the line -4x + 3y = 8
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #571890 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! the standard slope-intercept form for an equation of a line is \n" ); document.write( " \n" ); document.write( "-4x + 3y = 8 0r y = (4/3)x + 8/3, m = (4/3) \n" ); document.write( ".... \n" ); document.write( "Line perpendicular(Slope is the negative reciprocal): m = (-3/4) \n" ); document.write( "... \n" ); document.write( "***Using point-slope form, \n" ); document.write( "y-0 = (-3/4)(x-0) \n" ); document.write( "y = (-3/4)x \n" ); document.write( "Standard Form: 3x + 4y = 0 \n" ); document.write( " |