document.write( "Question 37897: What is x in a line that contains the point (2,6) and (x,15), with a slope of 3? \n" ); document.write( "
Algebra.Com's Answer #23423 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
We apply the slope formula
\n" ); document.write( "m = (y2 - y1) / (x2 - x1)
\n" ); document.write( "and plug in what we know
\n" ); document.write( "3 = (15 - 6) / (x - 2)
\n" ); document.write( "3(x - 2) = 9
\n" ); document.write( "x - 2 = 3
\n" ); document.write( "x = 5
\n" ); document.write( "
\n" );