document.write( "Question 973063: An uncle is twice as old as his nephew, and 8 years ago he was three times as old as his nephew. Find their present ages. \n" ); document.write( "
Algebra.Com's Answer #595321 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! An uncle is twice as old as his nephew, and 8 years ago he was three times as old as his nephew. Find their present ages. \n" ); document.write( "*** \n" ); document.write( "At present: \n" ); document.write( "let x=nephew's age \n" ); document.write( "2x=uncle's age \n" ); document.write( ".. \n" ); document.write( "8 years ago: \n" ); document.write( "x-8=nephew's age \n" ); document.write( "2x-8=uncle's age \n" ); document.write( "2x-8=3(x-8) (8 years ago he was three times as old as his nephew.) \n" ); document.write( "2x-8=3x-24 \n" ); document.write( "x=16 \n" ); document.write( "nephew's age=16 \n" ); document.write( "uncle's age=32 \n" ); document.write( " |