document.write( "Question 58105This question is from textbook
\n" ); document.write( ": each pair of points lie in a line with a given slope. find x.
\n" ); document.write( "(4,3), (x,7) slope=2
\n" ); document.write( "how would you complete this??
\n" ); document.write( "

Algebra.Com's Answer #39744 by hayek(51)\"\" \"About 
You can put this solution on YOUR website!
Use the definition of slope:
\n" ); document.write( "\"slope=rise%2Frun\"\r
\n" ); document.write( "\n" ); document.write( "When you have two points (\"x%5B1%5D\",\"y%5B1%5D\") and (\"x%5B2%5D\",\"y%5B2%5D%29\"),
\n" ); document.write( "Rise = \"y%5B2%5D-y%5B1%5D\" and Run = \"x%5B2%5D-x%5B1%5D\".\r
\n" ); document.write( "\n" ); document.write( "Using the information from the problem, we have:
\n" ); document.write( "\"slope=rise%2Frun\"
\n" ); document.write( "\"2=%287-3%29%2F%28x-4%29\"
\n" ); document.write( "\"2=4%2F%28x-4%29\"
\n" ); document.write( "\"%28x-4%29%2A2=4%2Fcross%28x-4%29%2Across%28x-4%29\"
\n" ); document.write( "\"%28x-4%29%2A2=4\"
\n" ); document.write( "\"%28x-4%29=2\"
\n" ); document.write( "\"x=6\"
\n" ); document.write( "
\n" ); document.write( "
\n" );