document.write( "Question 1033069: Ashley is 10 years older than Brandon. In seven years, Ashley will be twice as old as Brandon. How old are they? \n" ); document.write( "
Algebra.Com's Answer #647665 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
A = B+10
\n" ); document.write( "A+7 = 2(B+7)
\n" ); document.write( "B+10+7 = 2(
\n" ); document.write( "B+17 = 2B+14
\n" ); document.write( "B+3 = 2B
\n" ); document.write( "3 = B
\n" ); document.write( "Brandon is 3 and Ashley is 3+10 = 13.
\n" ); document.write( "In 7 years Ashley will be 13+7=20
\n" ); document.write( "and Brandon: 3+7 = 10. So Ashley is 2x10 = 20 just like the problem says.
\n" ); document.write( "
\n" );