document.write( "Question 1174979: If 8 years are added to a man's present age and this value is doubled, the result if 100. Find the man's present age \n" ); document.write( "
Algebra.Com's Answer #800489 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the man's age = x \n" ); document.write( "(x + 8) * 2 = 100 [* means times] \n" ); document.write( "Now transpose the formula to leave x on its own \n" ); document.write( "x + 8 = 100/2 \n" ); document.write( "x + 8 = 50 \n" ); document.write( "x = 50 - 8 \n" ); document.write( "x = 42 \n" ); document.write( "The man's present age is 42 years old. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |