document.write( "Question 672302: The sum of Danny's and Tracy's ages is 27. Danny's age five years from now will be twice what Tracy's age was two years ago. How old is each person now? \n" ); document.write( "
Algebra.Com's Answer #417897 by sachi(548)![]() ![]() You can put this solution on YOUR website! let danny is x yrs , so tracy is 27-x yrs \n" ); document.write( "as per question x+5=2(27-x-2) \n" ); document.write( "or x+5=50-2x \n" ); document.write( "or x+2x=3x=50-5=45 \n" ); document.write( "or x= 45/3=15 \n" ); document.write( "so danny is 15 yrs & tracy is 12 yrs \n" ); document.write( "ans \n" ); document.write( " |