document.write( "Question 1188905: My father is 12 years more than twice my age. In 16 years, my father’s age will be 30 years less than three times my age. Find my age and my father’s age. \n" ); document.write( "
Algebra.Com's Answer #820092 by VFBundy(438)![]() ![]() You can put this solution on YOUR website! Your age = x \n" ); document.write( "Father's age = 2x + 12 \n" ); document.write( " \n" ); document.write( "3(x + 16) = (2x + 12 + 16) + 30 \n" ); document.write( " \n" ); document.write( "3x + 48 = 2x + 58 \n" ); document.write( " \n" ); document.write( "x = 10 \n" ); document.write( " \n" ); document.write( "Your age = x = 10 \n" ); document.write( "Father's age = 2x + 12 = 2(10) + 12 = 32 \n" ); document.write( " |