document.write( "Question 833735: Peter’s age in five years will be thrice his age 7 years ago. How old is Peter now? \n" ); document.write( "
Algebra.Com's Answer #502727 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! let peter's present age be x. \n" ); document.write( "his age in 5 years will be x+5. \n" ); document.write( "his age 7 years ago will be x-7.\r \n" ); document.write( "\n" ); document.write( "then x+5 = 3*(x-7)=> x+5=3x-21 => 2x = 26 => x=13 \n" ); document.write( " |