document.write( "Question 1111032: Malcolm’s mother is 27 years older than he is and their ages are both two-digit numbers. If Malcolm swaps the digits in his age, he gets his mother’s age.
\n" );
document.write( "a How old is Malcolm if the sum of the digits in his age is 5?
\n" );
document.write( "b What is the relationship between the digits in Malcolm’s age if the sum of the digits is
\n" );
document.write( "unknown.
\n" );
document.write( "c If the sum of the digits in Malcolm’s two-digit age is unknown, how many possible ages
\n" );
document.write( "could he be? What are these ages?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #726036 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Malcolm’s mother is 27 years older than he is and their ages are both two-digit numbers. If Malcolm swaps the digits in his age, he gets his mother’s age. \n" ); document.write( "a How old is Malcolm if the sum of the digits in his age is 5? \n" ); document.write( "b What is the relationship between the digits in Malcolm’s age if the sum of the digits is \n" ); document.write( "unknown. \n" ); document.write( "c If the sum of the digits in Malcolm’s two-digit age is unknown, how many possible ages \n" ); document.write( "could he be? What are these ages?\r \n" ); document.write( "\n" ); document.write( "let Malcolm's age be 10x+y \n" ); document.write( "mothers age is 10x+y+27\r \n" ); document.write( "\n" ); document.write( "equation after swapping the digits \n" ); document.write( "10y+x = 10x+y+27 \n" ); document.write( "9y-9x=27 \n" ); document.write( "y-x=3 \n" ); document.write( "x+y=5\r \n" ); document.write( "\n" ); document.write( "add the equations \n" ); document.write( "2y=8 \n" ); document.write( "y=4 \n" ); document.write( "therefore x= 1\r \n" ); document.write( "\n" ); document.write( "Malcom's age = 10x +y = 14 \n" ); document.write( "mother's age = 14+27 = 41 \n" ); document.write( " \n" ); document.write( " |