document.write( "Question 1089987: Find the value of x if A, B, and C are collinear points and B is between A and C.
\n" );
document.write( "AB=x,BC=x+2,AC=14
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #704399 by jhunjiro(67)![]() ![]() You can put this solution on YOUR website! Given \n" ); document.write( "AC=14 \n" ); document.write( "AB=x \n" ); document.write( "BC=x+2 \n" ); document.write( "since colinear\r \n" ); document.write( "\n" ); document.write( "AB+BC=AC \n" ); document.write( "- \n" ); document.write( "x+x+2=14 \n" ); document.write( "2x+2=14 \n" ); document.write( "2x=12 \n" ); document.write( "x=6 \n" ); document.write( " |