document.write( "Question 1127437: peter is three years younger than his brother hugo. ten years ago hugo was four times Peter's age. write and solve an equation to determine Peter and hugo 's current ages \n" ); document.write( "
Algebra.Com's Answer #743840 by 4198181(13) ![]() You can put this solution on YOUR website! Let p stand for Peter's age and h for Hugo's age \n" ); document.write( "p=h-3 \n" ); document.write( "10 years ago Peter was (p-10) and Hugo was (h-10) \n" ); document.write( "Hugo was 4 times peters age \n" ); document.write( "h-10=4(p-10) \n" ); document.write( "Substitute p into the equation \n" ); document.write( "h-10=4((h-3)-10) \n" ); document.write( "h-10=4(h-13) \n" ); document.write( "h-10=4h-52 \n" ); document.write( "h+42=-4h \n" ); document.write( "42=3h \n" ); document.write( "14=h this means Hugo is 14 years old now \n" ); document.write( "Substitute 14 back into the equation for h \n" ); document.write( "p=14-3 \n" ); document.write( "p=11 \n" ); document.write( "Answer: Peter is 11 years old and Hugo is 14 years old \n" ); document.write( " |