document.write( "Question 30059: A man and his brother have a combined age of 92 years. 26 years ago, the man was 9 times as old as his brother. How old is the man? How old is the brother \n" ); document.write( "
Algebra.Com's Answer #16799 by Paul(988) ![]() You can put this solution on YOUR website! Let the man's age be x \n" ); document.write( "Let his brother's age be y \n" ); document.write( "x+y=92 \n" ); document.write( "y=92-x (subsitution)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "26 years ago man's age = x-26 \n" ); document.write( "26 years ago his bro's age = y-26\r \n" ); document.write( "\n" ); document.write( "Equation: \n" ); document.write( " 9(y-26)=x-26\n" ); document.write( " |