document.write( "Question 445412: Mary is twice as old as John and half as old as Bob.in 22 years time, Bob will be twice as old as John. how old is Mary? \n" ); document.write( "
Algebra.Com's Answer #306796 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Mary =x \n" ); document.write( "John= x/2 (because mary is twice Bob's age) \n" ); document.write( "Bob = 2x ( mary is 1/2 John's age) \n" ); document.write( "After 22 years \n" ); document.write( "Bob = 2x+22 \n" ); document.write( "John = x/2 + 22 \n" ); document.write( "2x+22= 2(x/2+22) \n" ); document.write( "2x+22=x+44 \n" ); document.write( "2x-x=44-22 \n" ); document.write( "x=22 Mary's age \n" ); document.write( " \n" ); document.write( " |