document.write( "Question 828378: On a number line, points A, B, and C have coordinates a, b, and c with a < b < c . If
\n" );
document.write( "b = 6, AC =30, and AB = 2BC , what are the values of a and c? \n" );
document.write( "
Algebra.Com's Answer #499292 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( "Given: b = 6, AC = 30, and AB = 2BC\r\n" ); document.write( "\r\n" ); document.write( "Therefore AB = b-a, BC = c-b, AC = c-a \r\n" ); document.write( "\r\n" ); document.write( " A B C\r\n" ); document.write( "---------------------------------\r\n" ); document.write( "a=? b=6 c=?\r\n" ); document.write( "\r\n" ); document.write( " AB = 2BC AC = 30\r\n" ); document.write( " b-a = 2(c-b) c-a = 30\r\n" ); document.write( " 6-a = 2(c-6)\r\n" ); document.write( " 6-a = 2c-12\r\n" ); document.write( " 18 = 2c+a\r\n" ); document.write( "2c+a = 18\r\n" ); document.write( "\r\n" ); document.write( "So we have the system of two equations in two unknowns:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |