document.write( "Question 1049313: patrick is 19 years older than his son pat. in 10 years patrick will be twice as old as pat. how old are they? \n" ); document.write( "
Algebra.Com's Answer #664846 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let's call the son x and the father y \n" ); document.write( "y = x+19 we'll use this value for y next \n" ); document.write( "y+10 = 2(x+10) \n" ); document.write( "x+19+10 = 2x+20 \n" ); document.write( "x+29 = 2x+20 subtract x and 20 on both sides \n" ); document.write( "9 = x \n" ); document.write( "or \n" ); document.write( "x = 9 this is how old Pat is. \n" ); document.write( ">>>>>>>>>>>>>>>>>>>>>>>> \n" ); document.write( "Check: \n" ); document.write( "the father is 19 years older than the son: \n" ); document.write( "9+19 = 28 \n" ); document.write( "In 10 years he will be twice as old as the son: \n" ); document.write( "28+10 = 38 is the father. And the son: \n" ); document.write( "2*(9+10) = 38 Correct \n" ); document.write( ": \n" ); document.write( "John \n" ); document.write( " |