document.write( "Question 373086: find an equation of the line passing through the pair of points. write equation in the form of Ax+Bx=C\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(0,0) (-1/8, 1/3) \n" );
document.write( "
Algebra.Com's Answer #265638 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! find an equation of the line passing through the pair of points. write equation in the form of Ax+Bx=C \r \n" ); document.write( "\n" ); document.write( "(0,0) (-1/8, 1/3)\r \n" ); document.write( "\n" ); document.write( "(y-0)/(x-0) = [(y-1/3)/(x--1/8)] \n" ); document.write( " y/x= (y-1/3)/(x+1/8) \n" ); document.write( " (y-1/3)/y = (x+1/8)/x\r \n" ); document.write( "\n" ); document.write( " 1 -1/3y = 1 +1/8x \n" ); document.write( " -1/3y = 1/8x \n" ); document.write( "Cross multiply \n" ); document.write( "-8x = 3y \n" ); document.write( "8x + 3y = 0 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |