document.write( "Question 254097: Vincent is 10 years older than John Paul.Five years ago,his age was twice that of John Paul.Find their present age. \n" ); document.write( "
Algebra.Com's Answer #186419 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the age of Vincent = x. \n" ); document.write( "Then the age of John Paul = x-10 \n" ); document.write( "Five years ago,Vincent's age was twice that of John Paul. \n" ); document.write( " x-5 = 2(x-15) \n" ); document.write( " x-5 = 2x-30 \n" ); document.write( " x-2x= -30+5 \n" ); document.write( " -x = -25 \n" ); document.write( " x = 25 \n" ); document.write( "At present, the age of Vincent = 25. \n" ); document.write( "And the age of John Paul = x-10 = 25-10 = 15 \n" ); document.write( " |