document.write( "Question 172442: Amme and Becky have the same birthday. Amme is twice as old as Becky was when Amme was as old as Becky is now. If Amme is now 24 years old, how old is Becky?? \n" ); document.write( "
Algebra.Com's Answer #127377 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Amme and Becky have the same birthday. Amme is twice as old as Becky was when Amme was as old as Becky is now. If Amme is now 24 years old, how old is Becky?? \n" ); document.write( ": \n" ); document.write( "Let b = Becky's age; Let a = Anne's age \n" ); document.write( ": \n" ); document.write( "Write an equation for the statement: \n" ); document.write( "\"Amme is twice as old as Becky was when Amme was as old as Becky is now.\" \n" ); document.write( "a = 2(b - (a-b)) \n" ); document.write( "a = 2(b - a + b) \n" ); document.write( "a = 2(2b - a) \n" ); document.write( "a = 4b - 2a \n" ); document.write( "a + 2a = 4b \n" ); document.write( "3a = 4b \n" ); document.write( ": \n" ); document.write( " \"If Amme is now 24 years old,\"; substitute 24 for a: \n" ); document.write( "3(24) = 4b \n" ); document.write( "72 = 4b \n" ); document.write( "b = \n" ); document.write( "b = 18 is Becky's age now \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution in the statement(the difference in their ages is 6): \n" ); document.write( "\" Amme is twice as old as Becky was when Amme was as old as Becky is now.\" \n" ); document.write( "24 = 2(18 - 6) \n" ); document.write( " |