document.write( "Question 376021: Once pet's age was 2 times Paul’s age. But at that time pet's age= Paul’s current age . Sum of their present ages is 40. How old is pet now? \n" ); document.write( "
Algebra.Com's Answer #267446 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! Once pet's age was 2 times Paul’s age. But at that time pet's age= Paul’s current age . Sum of their present ages is 40. How old is pet now? \r \n" ); document.write( "\n" ); document.write( "Let x = the age of pet now \n" ); document.write( " y = the age of Paul now\r \n" ); document.write( "\n" ); document.write( " x-y = number of years ago when pet's age equals Paul's current age\r \n" ); document.write( "\n" ); document.write( "x - (x-y) = 2[y-(x-y)] \n" ); document.write( " y = 2(2y-x) \n" ); document.write( " y = 4y - 2x \n" ); document.write( " 2x = 3y \n" ); document.write( " x = 1.5y \n" ); document.write( " \n" ); document.write( "1.5y+y = 40 \n" ); document.write( " y = 16 \n" ); document.write( " x = 24\r \n" ); document.write( "\n" ); document.write( "Pet is 24 years old now. \n" ); document.write( " \n" ); document.write( " |