document.write( "Question 263455: Pat is 20 years older than his son Patrick. In 2 years Pat will be twice as old as Patrick. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #194148 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
p=20+s
\n" ); document.write( "(p+2)=2*(s+2)
\n" ); document.write( "22+s=2s+4
\n" ); document.write( "18=s
\n" ); document.write( "p=38
\n" ); document.write( "
\n" ); document.write( "
\n" );