document.write( "Question 1019434: Mark and Kelly have the same birthday. Mark is twice as old as Kelly was when Mark was as old as Kelly is now. If Mark is 24 years old now, how old is Kelly? \n" ); document.write( "
Algebra.Com's Answer #635423 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Mark and Kelly have the same birthday.
\n" ); document.write( "m = Mark's age
\n" ); document.write( "k = Kelly's age
\n" ); document.write( "d = (m-k) the difference in their ages
\n" ); document.write( ":
\n" ); document.write( " Mark is twice as old as Kelly was when Mark was as old as Kelly is now.
\n" ); document.write( "m = 2(k - d)
\n" ); document.write( "Replace d with (m-k)
\n" ); document.write( "m = 2(k -(m-k))
\n" ); document.write( "Remove brackets
\n" ); document.write( "m = 2(k - m + k)
\n" ); document.write( "m = 2(2k - m)
\n" ); document.write( "m = 4k - 2m
\n" ); document.write( "m + 2m = 4k
\n" ); document.write( "3m = 4k
\n" ); document.write( ":
\n" ); document.write( " If Mark is 24 years old now, how old is Kelly?
\n" ); document.write( "3(24) = 4k
\n" ); document.write( "72 = 4k
\n" ); document.write( "k = 72/4
\n" ); document.write( "k = 18 yrs is Kelly's age
\n" ); document.write( "
\n" );