document.write( "Question 1012295: 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 #628181 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "A=Albert's age; F=Father's age=A+24 \n" ); document.write( ". \n" ); document.write( "F+8=2(A+8) \n" ); document.write( "(A+24)+8=2A+16 \n" ); document.write( "A+32=2A+16 \n" ); document.write( "16=A \n" ); document.write( "ANSWER 1: Albert is 16 years old. \n" ); document.write( ". \n" ); document.write( "F=A+24=16+24=40 \n" ); document.write( "ANSWER2: Father is 40 years old. \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( "F+8=2(A+8) \n" ); document.write( "40+8=2(16+8) \n" ); document.write( "48=2(24) \n" ); document.write( "48=48 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |