document.write( "Question 1012296: Albert's father is 24 years old than Albert is. In 8 years, his father will be twice as old as Albert. How old is Albert now? How old is his father?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #628185 by addingup(3677)![]() ![]() You can put this solution on YOUR website! f= A+24 \n" ); document.write( "A+8= (f+8)/2 Substitute for f: \n" ); document.write( "A+8= ((A+24)+8)/2 \n" ); document.write( "2A+16= A+24+8 \n" ); document.write( "2A+16= A+32 \n" ); document.write( "A= 16 \n" ); document.write( "Albert is 16 and his father: \n" ); document.write( "16+24= 40 In 8 years his father will be twice as old as Albert: \n" ); document.write( "16+8= 24 and 40+8= 48, and of course 24*2=48. We have the correct answer. \n" ); document.write( " |