document.write( "Question 666535: rose is 25 years younger than her mother. five years ago, her mother was twice as old as she will be five years from now. how old is rose today? \n" ); document.write( "
Algebra.Com's Answer #414519 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! rose is 25 years younger than her mother. five years ago, her mother was twice as old as she will be five years from now. how old is rose today? \n" ); document.write( "** \n" ); document.write( "let x=Rose's age today \n" ); document.write( "x+25=mother's age \n" ); document.write( ".. \n" ); document.write( "5 yrs ago \n" ); document.write( "mothers age=x+25-5=x+20 \n" ); document.write( ".. \n" ); document.write( "5 yrs from now \n" ); document.write( "Rose's age=x+5 \n" ); document.write( ".. \n" ); document.write( "x+20=2(x+5)=2x+10 \n" ); document.write( "x=10 \n" ); document.write( "Rose's age today=10 \n" ); document.write( " |