document.write( "Question 667768: Margaret is 14 years old. two years ago, she was twice as old as her brother Tony.
\n" );
document.write( " a) how old is Tony now?
\n" );
document.write( " b) when will they both be the same age? \n" );
document.write( "
Algebra.Com's Answer #415514 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Margaret is 14 years old. two years ago, she was twice as old as her brother Tony. \n" ); document.write( ": \n" ); document.write( "let b = brothers present age \n" ); document.write( "14 - 2 = 2(b-2) \n" ); document.write( "12 = 2b - 4 \n" ); document.write( "12 + 4 = 2b \n" ); document.write( "16 = 2b \n" ); document.write( "a) How old is Tony now \n" ); document.write( "b = 8 yrs old now \n" ); document.write( ": \n" ); document.write( "b) when will they both be the same age? Never, a dumb question \n" ); document.write( " |