document.write( "Question 444072: Pat is 20 years older than his son. In two years, the sum of their ages will be 90. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #306202 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! P=S+20 \n" ); document.write( "P+2+S+2=90 \n" ); document.write( "S+20+2+S+2=90 \n" ); document.write( "2S+24=90 \n" ); document.write( "2S=66 \n" ); document.write( "S=33 \n" ); document.write( "P=53 \n" ); document.write( "Pat is 53. His son is 33.. \n" ); document.write( " |