document.write( "Question 576862: In 5 years, Alessandro will eb three times as old as Frederico will be then. The sum of their ages now is 86. How old will each of them be in 3 years? \n" ); document.write( "
Algebra.Com's Answer #370014 by chana(69)![]() ![]() You can put this solution on YOUR website! In 5 years, Alessandro will eb three times as old as Frederico will be then. The sum of their ages now is 86. How old will each of them be in 3 years? \n" ); document.write( "sol: \n" ); document.write( "let ales age = x \n" ); document.write( "fred age = y \n" ); document.write( "in 5 years, \n" ); document.write( "(x+5) = 3(y+5)---------- 1 \n" ); document.write( "present; \n" ); document.write( "x + y = 86 ---------- 2 \n" ); document.write( "solve 1 & 2 as equations which gives x = 67 , y = 19 \n" ); document.write( "so after 3 years , x = 70 , y = 22 \n" ); document.write( " |