document.write( "Question 535335: a man when asked by his niece how old he was, he replied, My age is now 4x yours, but 5yrs ago it was 5x yours. (he is 80 but how do you solve it)
\n" );
document.write( "uncle's age = u , niece's age = n
\n" );
document.write( "u = 4n ...(i)
\n" );
document.write( "u-5 = 5(n-5) ...(ii) \n" );
document.write( "
Algebra.Com's Answer #351861 by amalialaila(3)![]() ![]() ![]() You can put this solution on YOUR website! substitute equation (i) to (ii) \n" ); document.write( "4n-5 = 5(n-5) \n" ); document.write( "4n-5 = 5n-25 \n" ); document.write( "4n-5n= -25+5 \n" ); document.write( "-n = -20 --> multiply -1 \n" ); document.write( "n = 20 \n" ); document.write( "substitute the niece's age to equation(i): u=4n, and we will get that uncle's age was 80, as told. \n" ); document.write( "u = 4n \n" ); document.write( "u = 4(20) \n" ); document.write( "u = 80 \n" ); document.write( " |