document.write( "Question 206445: You are traveling to your aunt's house that is 234 miles away. If you are currently twice as far from home as you are from your aunt's, how far have you traveled? \n" ); document.write( "
Algebra.Com's Answer #155995 by mickclns(59)![]() ![]() ![]() You can put this solution on YOUR website! let x be how far you have traveled, then x is how far you are from home and 234-x is how far from aunt's. \n" ); document.write( "2x = 234-x \n" ); document.write( "3x = 234 \n" ); document.write( "x = 78, your answer \n" ); document.write( " |