document.write( "Question 1159209: Hello,
\n" );
document.write( "I tried to solve this question for two days in a row and I get the wrong answer.I will be really happy if you could send me the right solution.The question is:
\n" );
document.write( "
\n" );
document.write( " Five years ago, Ahmet was three years older than twice Fatih's age.In seven years Ahmet's age will be 9 less than two times Fatih's age.How old are Ahmet and Fatih?\r
\n" );
document.write( "\n" );
document.write( "Thank you in advance! \n" );
document.write( "
Algebra.Com's Answer #782186 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let a = A's age now \n" ); document.write( "let f = F's age now \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement, simplify \n" ); document.write( ": \n" ); document.write( "Five years ago, Ahmet was three years older than twice Fatih's age.\ \n" ); document.write( "a - 5 = 2(f-5) + 3 \n" ); document.write( "a - 5 = 2f - 10 + 3 \n" ); document.write( "a - 5 = 2f - 7 \n" ); document.write( "a = 2f - 7 + 5 \n" ); document.write( "a = 2f - 2 \n" ); document.write( "In seven years Ahmet's age will be 9 less than two times Fatih's age. \n" ); document.write( "a + 7 = 2(f+7) - 9 \n" ); document.write( "a + 7 = 2f + 14 - 9 \n" ); document.write( "a + 7 = 2f + 5 \n" ); document.write( "a = 2f + 5 - 7 \n" ); document.write( "a = 2f - 2 \n" ); document.write( "As you can see, we got exactly the same equation for each statement. \n" ); document.write( "There are numerous solutions, from F being 6 to F being 51 when A will be 100. no wonder you are having difficulty, \n" ); document.write( "this is a bad problem.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "How old are Ahmet and Fatih? \n" ); document.write( " |