document.write( "Question 509227: I need to understand how to work the following problem in a section of my college algebra book called coordinate geometry and graphing techniques:\r
\n" );
document.write( "\n" );
document.write( "Find x if the line through (-2,4) and (x,7) has a slope of 2/9.\r
\n" );
document.write( "\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #341340 by Alan3354(69443) You can put this solution on YOUR website! Find x if the line through (-2,4) and (x,7) has a slope of 2/9. \n" ); document.write( "---------- \n" ); document.write( "Slope, m, is the diffy/diffx = 2/9 \n" ); document.write( "------ \n" ); document.write( "2/9 = (4-7)/(-2-x) = 3/(2+x) \n" ); document.write( "2(2+x) = 3*9 \n" ); document.write( "4+2x = 27 \n" ); document.write( "x = 23/2 \n" ); document.write( " \n" ); document.write( " |