document.write( "Question 116609This question is from textbook algebra 1
\n" );
document.write( ": Three towns a b c lie in a straight road in the order. The distance from B to C is 6 miles more than twice the distance from A to B. The distance from A to C is 2 miles more than 4 times the distance from A to B. What is the distance from A to b? \n" );
document.write( "
Algebra.Com's Answer #84787 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! bc = 2(ab) + 6 \n" ); document.write( "ac = 4(ab) + 2 \n" ); document.write( "ab + bc = ac \n" ); document.write( "ab + 2(ab) + 6 = 4(ab) + 2 \n" ); document.write( "ab = 6 - 2 \n" ); document.write( "ab = 4 answer \n" ); document.write( "check answer \n" ); document.write( "bc = 2(4) + 6 \n" ); document.write( "bc = 14 \n" ); document.write( "ac = 4(4) + 2 \n" ); document.write( "ac = 18 \n" ); document.write( "Does ab + bc = ac? \n" ); document.write( "4 + 14 = 18 \n" ); document.write( "18 = 18 \n" ); document.write( "OK \n" ); document.write( " |