document.write( "Question 1085332: Kevin was asked how old he is. He answered \"if you tripple my age in teo years' time, it will be the same as multiplying my age from four years ago by 5\" how old is Kevin now? \n" ); document.write( "
Algebra.Com's Answer #699415 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let a = Kevin's age now
\n" ); document.write( "His age in 10 years tripled is 3(a + 10)
\n" ); document.write( "His age 4 years ago multiplied by 5 is 5( a - 4)
\n" ); document.write( "Set these equal to each other, and solve for a:
\n" ); document.write( "3(a + 10) = 5(a - 4)
\n" ); document.write( "2a = 50
\n" ); document.write( "a = 25
\n" ); document.write( "Ans: 25 years old
\n" ); document.write( "
\n" );