document.write( "Question 997008: Peter's present age is athird that of his father. In 10years time peter will be ahalf his father's age then. How old is peter now? \n" ); document.write( "
Algebra.Com's Answer #615317 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Peter's present age is athird that of his father. In 10years time peter will be ahalf his father's age then. How old is peter now?\r \n" ); document.write( "\n" ); document.write( "let x=peter's age \n" ); document.write( "3x=father's age \n" ); document.write( "in ten years: \n" ); document.write( "x+10=peter's age \n" ); document.write( "3x+10=father's age \n" ); document.write( "3x+10=2(x+10 \n" ); document.write( "3x+10=2x+20 \n" ); document.write( "x=10 \n" ); document.write( " How old is peter now? 10 \n" ); document.write( " |