document.write( "Question 1004198: Marie is 9 years older than her brother Richard. Six years ago Richard was 1/2 as old as Marie. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #620825 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call their ages NOW, m and r. \n" ); document.write( "From the facts we have \n" ); document.write( "m = r + 9 \n" ); document.write( "r - 6 = (1/2)(m - 6) \n" ); document.write( "We can substitute the first equation into the second and simplify...we get \n" ); document.write( "r - 6 = (1/2)(r + 9 - 6) \n" ); document.write( "r - 6 = (1/2)(r + 3) \n" ); document.write( "r - 6 = (1/2)r + 3/2 \n" ); document.write( "Collecting like terms \n" ); document.write( "(1/2)r = 6 + 3/2 = 15/2 \n" ); document.write( "r = 15 \n" ); document.write( "which means that \n" ); document.write( "m = 24 \n" ); document.write( " |