document.write( "Question 1046805: Mike is 3 times as old as his daughter. The sum of their ages is 68 years. How old is each person? \n" ); document.write( "
Algebra.Com's Answer #662248 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Mike is 3 times as old as his daughter's age x \n" ); document.write( "The sum of their ages is 68 years \n" ); document.write( "3x + x = 68 \n" ); document.write( "4x = 68 \n" ); document.write( "x = 17, daughter's age. Mike is 51 \n" ); document.write( "\n" ); document.write( "AND \n" ); document.write( "51 + 17 = 68 CHECKS! \n" ); document.write( " |