document.write( "Question 416224: Fifteen years from now, Zoren will be six times his age ten years ago. How old is Zoren now? \n" ); document.write( "
Algebra.Com's Answer #291637 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let x = Zoren's age now \n" ); document.write( "15 years from now = x+15 \n" ); document.write( "Age 10 years ago = x-10 \n" ); document.write( "Therefore the problem in equation form is \n" ); document.write( "x+15 = 6(x-10) \n" ); document.write( "Solving for x -> x+15=6x-60 -> 5x=75 -> x=15 \n" ); document.write( "So ans=15 years old \n" ); document.write( "Check: 15 years from now he will be 30. \n" ); document.write( "10 years ago he was 5. \n" ); document.write( "6*5 = 30. \n" ); document.write( " |