document.write( "Question 1053138: Alice is 3 years older than bob. In 7 years, twice her age will be 3 less than 3 times his age. find their ages now \n" ); document.write( "
Algebra.Com's Answer #744850 by FrankM(1040)\"\" \"About 
You can put this solution on YOUR website!
A=B+3\r
\n" ); document.write( "\n" ); document.write( "2(A+7)=3(B+7)-3\r
\n" ); document.write( "\n" ); document.write( "2(B+3+7)=3(B+7)-3\r
\n" ); document.write( "\n" ); document.write( "2B+20=3B+18\r
\n" ); document.write( "\n" ); document.write( "B=2 A=5
\n" ); document.write( "
\n" );