document.write( "Question 1019602: A father was 24 years old when his son was born. Now he is three times as old as his son. Find his son's age? \n" ); document.write( "
Algebra.Com's Answer #635555 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let's call the son's age x. Now the father is 24 plus the age of his son: \n" ); document.write( "24+x = 3x subtract x on both sides \n" ); document.write( "24 = 2x flip the equation around, it looks better: \n" ); document.write( "2x = 24 now divide both sides by 2 \n" ); document.write( "x = 12 is the son's age. And the father is: \n" ); document.write( "12+24 = 36 \n" ); document.write( "And the son's age times 3: \n" ); document.write( "12*3 = 36 we have the correct answer \n" ); document.write( " |