document.write( "Question 955976: George is now twice the age he was 12 years ago. How old will George be in 5 years time?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #584003 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! George is now twice the age he was 12 years ago. How old will George be in 5 years time? \n" ); document.write( "*** \n" ); document.write( "let x=George's age now \n" ); document.write( "12 years ago: \n" ); document.write( "x-12 George's age \n" ); document.write( "x=2(x-12) \n" ); document.write( "x=2x-24 \n" ); document.write( "x=24 \n" ); document.write( "in 5 years time: \n" ); document.write( "x+5=24+5=29 \n" ); document.write( "How old will George be in 5 years time? 29 \n" ); document.write( " \n" ); document.write( " |