document.write( "Question 483064: Mary is fourteen years older than John, and next year she will be twice as old as John. How old is Mary now? \n" ); document.write( "
Algebra.Com's Answer #330605 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Mary is fourteen years older than John, and next year she will be twice as old as John. How old is Mary now?
\n" ); document.write( "**
\n" ); document.write( "let x= Mary's present age
\n" ); document.write( "x-14 = John's present age
\n" ); document.write( "next year:
\n" ); document.write( "Mary will be x+1 years of age
\n" ); document.write( "John will be (x-14)+1 years of age
\n" ); document.write( "(x+1)/(x-14)+1=2
\n" ); document.write( "x+1=2x-28+2
\n" ); document.write( "x+1=2x-26
\n" ); document.write( "x=27
\n" ); document.write( "ans:
\n" ); document.write( "Mary is 27 years of age now.
\n" ); document.write( "
\n" );