document.write( "Question 846941: Could you please help me with a sum that I am stuck with? Thanks in advance.
\n" );
document.write( "A man is 8 years older than his brother. In how many years will his age be double that of his brother? \n" );
document.write( "
Algebra.Com's Answer #510026 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the age of the man's brother then the man's age is x+8 \n" ); document.write( "let n be the number of years \n" ); document.write( "x+8+n = 2(x+n) \n" ); document.write( "8 = x +n \n" ); document.write( "now suppose that x = 6, then x+8 = 14 \n" ); document.write( "therefore n will be equal to 2 and \n" ); document.write( "the man is 14+2=16 and his brother is 6+2 = 8 \n" ); document.write( "note that x can be any member of the set (1, 2, 3, 4, 5, 6, 7) \n" ); document.write( " \n" ); document.write( " |