document.write( "Question 1057485: In 8 years, a boy will be three times as old as he was 4 years ago. Find his present age. \n" ); document.write( "
Algebra.Com's Answer #672524 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! In 8 years, a boy will be three times as old as he was 4 years ago. \n" ); document.write( " Find his present age. \n" ); document.write( ": \n" ); document.write( "let a = his present age \n" ); document.write( "Write an equation for exactly what it says \n" ); document.write( "a + 8 = 3(a - 4) \n" ); document.write( "a + 8 = 3a - 12 \n" ); document.write( "8 + 12 = 3a - a \n" ); document.write( "20 = 2a \n" ); document.write( "a = 20/2 \n" ); document.write( "a = 10 yrs is his present age \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "see if it works \n" ); document.write( "10 + 8 = 3(10 - 4) \n" ); document.write( "18 = 3(6) \n" ); document.write( " |