document.write( "Question 344998: Two years ago Alice was 3 times as old as Margo is now. In six years Alice will be 5 times as old as Margo is now. Currently, how old are Alice and Margo? \n" ); document.write( "
Algebra.Com's Answer #246819 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let margo's age be x , \n" ); document.write( "Alice was 3x years, 2 years ago \n" ); document.write( "now alice's age = 3x +2 \n" ); document.write( "... \n" ); document.write( "5 years hence \n" ); document.write( "Alice will be (3x+2)+5 \n" ); document.write( "3x+2+5 = 5x \n" ); document.write( "3x+7=5x \n" ); document.write( "2x=7 \n" ); document.write( "x= 3.5 years \n" ); document.write( "Margo = 3.5 years now \n" ); document.write( "alice = 3*3.5+2 \n" ); document.write( "=12.5 years \n" ); document.write( " |