document.write( "Question 1005084: Alvin is 30 years older than his daughter ezra. 20 years from now he will be 4 years more than twice than ezra . What are their present age ? \n" ); document.write( "
Algebra.Com's Answer #621412 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call their ages NOW, a and e. \n" ); document.write( "Then we have \n" ); document.write( "a = e + 30 and \n" ); document.write( "a + 20 = 2(e + 20) + 4 \n" ); document.write( "Now substitute in for a in the second equation and get \n" ); document.write( "e + 30 + 20 = 2(e + 20) + 4 \n" ); document.write( "e + 50 = 2e + 40 + 4 \n" ); document.write( "e + 50 = 2e + 44 \n" ); document.write( "e + 6 = 2e \n" ); document.write( "e = 6 \n" ); document.write( "a is then 36. \n" ); document.write( " |