document.write( "Question 664952: In four years time Angela will be twice as old as Barry and four times as old as Carol. Three years ago Angela was three times as old as Barry. How old are Angela, Barry and Carol now? \n" ); document.write( "
Algebra.Com's Answer #413853 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! In four years time Angela will be twice as old as Barry and four times as old as Carol. \n" ); document.write( "a + 4 = 2(b+4) \n" ); document.write( "a + 4 = 2b + 8 \n" ); document.write( "a = 2b + 8 - 4 \n" ); document.write( "a = 2b + 4 \n" ); document.write( "and \n" ); document.write( "a + 4 = 4(c+4) \n" ); document.write( "a + 4 = 4c + 16 \n" ); document.write( "a = 4c + 16 - 4 \n" ); document.write( "a = 4c + 12 \n" ); document.write( ": \n" ); document.write( " Three years ago Angela was three times as old as Barry. \n" ); document.write( "a - 3 = 3(b-3) \n" ); document.write( "a - 3 = 3b - 9 \n" ); document.write( "a = 3b - 9 + 3 \n" ); document.write( "a = 3b - 6 \n" ); document.write( ": \n" ); document.write( "a = a, so we can write an equation \n" ); document.write( "3b - 6 = 2b + 4 \n" ); document.write( "3b - 2b = 4 + 6 \n" ); document.write( "b = 10 yrs old \n" ); document.write( ": \n" ); document.write( "Find a \n" ); document.write( "a = 3(10) - 6 \n" ); document.write( "a = 24 yrs old \n" ); document.write( ": \n" ); document.write( "Find c \n" ); document.write( "4c + 12 = a \n" ); document.write( "4c + 12 = 24 \n" ); document.write( "4c = 24 - 12 \n" ); document.write( "4c = 12 \n" ); document.write( "c = 3 yrs old \n" ); document.write( ": \n" ); document.write( " How old are Angela, Barry and Carol now? 24, 10, 3 \n" ); document.write( " |