document.write( "Question 607122: Andrew is 4 years older than Amber. In 4 years the sum of their ages will be 46. How old is Andrew now? \n" ); document.write( "
Algebra.Com's Answer #382406 by lawdej(58)![]() ![]() You can put this solution on YOUR website! let Andrew's age be a and Amber's age be b \n" ); document.write( "a=4+b this means b=a-4 \n" ); document.write( "a+4+b+4=46 \n" ); document.write( "a+4+a-4+4=46 \n" ); document.write( "2a=46-4 \n" ); document.write( "2a=42 \n" ); document.write( "a=42/2 \n" ); document.write( "a=21 \n" ); document.write( "so andrew is 21 years old \n" ); document.write( " |