document.write( "Question 1044809: Kevin's age is 1/3 of his mother's age. If there mother's age was five times his age five years ago, what are their present ages? \n" ); document.write( "
Algebra.Com's Answer #660204 by advanced_Learner(501)![]() ![]() You can put this solution on YOUR website! let x be kevin age \n" ); document.write( "mom is 3x\r \n" ); document.write( "\n" ); document.write( "five years ago \n" ); document.write( "x-5 kevin \n" ); document.write( "3x-5 mom \n" ); document.write( "3x-5=5(x-5) \n" ); document.write( "x=10 \n" ); document.write( "mom 30 \n" ); document.write( " |