document.write( "Question 1047041: Brian is 4 years older than Michelle. Five years ago the sum of their ages was 48. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #662523 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Brian is x \n" ); document.write( "Michelle is x-4 \n" ); document.write( "five years ago, Brian was x-5 and Michelle x-9. \n" ); document.write( "Those two add to 48 \n" ); document.write( "x-5+x-9=48 \n" ); document.write( "2x-14=48 \n" ); document.write( "2x=62 \n" ); document.write( "x=31 \n" ); document.write( "Brian is 31, Michelle is 27 now \n" ); document.write( "Five years ago, they were 26 and 22 respectively, and that sum is 48. \n" ); document.write( " |