document.write( "Question 488884: Rose is 25 years younger than her father. Five years ago, her father was twice as old as she will be 5 years from now. How old is Rose today? \n" ); document.write( "
Algebra.Com's Answer #333467 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Rose is 25 years younger than her father. Five years ago, her father was twice as old as she will be 5 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=Father's age today \n" ); document.write( "5 years ago: \n" ); document.write( "Father's age=x+25-5=x+20 \n" ); document.write( "5 years from now: \n" ); document.write( "Rose's age=x+5 \n" ); document.write( ".. \n" ); document.write( "(x+20)/(x+5)=2 \n" ); document.write( "2x+10=x+20 \n" ); document.write( "2x-x=20-10 \n" ); document.write( "x=10 \n" ); document.write( "ans: \n" ); document.write( "Rose's age today=10 \n" ); document.write( " |