document.write( "Question 992297: Anisha is 25 years younger than her uncle.In 3 years time,her uncle will be six times her age.find her age \n" ); document.write( "
Algebra.Com's Answer #612032 by Timnewman(323)![]() ![]() You can put this solution on YOUR website! let her uncle's age be x, \n" ); document.write( "Anisher's age =x-25 \n" ); document.write( "Tn 3yrs time, \n" ); document.write( "Uncle age=x+3 \n" ); document.write( "Anisher's age=x-22 \n" ); document.write( "Then, \n" ); document.write( "x+3=6(x-22) \n" ); document.write( "x+3=6x-132 \n" ); document.write( "6x-x=132+3 \n" ); document.write( "5x=135 \n" ); document.write( "x=27 \n" ); document.write( "Uncle's age is 27yrs, \n" ); document.write( "Anisher's age is 27-25=2yrs \n" ); document.write( " |