document.write( "Question 613575: In four years Ben will be three times as old as he was 12 years ago. How old is he now? \n" ); document.write( "
Algebra.Com's Answer #386078 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! In four years Ben will be three times as old as he was 12 years ago. How old is he now? \n" ); document.write( "** \n" ); document.write( "let x=Ben's age now \n" ); document.write( "x+4 =Ben's age in 4 years \n" ); document.write( "x-12=Ben's age 12 years ago \n" ); document.write( ".. \n" ); document.write( "x+4=3(x-12) \n" ); document.write( "x+4=3x-36 \n" ); document.write( "2x=40 \n" ); document.write( "x=20 \n" ); document.write( "ans: \n" ); document.write( "Ben's age now=20 \n" ); document.write( " \n" ); document.write( " |