document.write( "Question 309027: KHALID IS NOW FOUR TIMES AS OLD AS HIS DAUGHTER. TEN YEARS AGO, IF THE SUM OF THEIR AGES WAS SIXTY. FIND THE PRESENT AGE OF HIS DAUGHTER?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #220946 by mollukutti(30)![]() ![]() You can put this solution on YOUR website! Let us consider Khalid's daughter's age as x years \n" ); document.write( "Hence Khalid's present age is 4x\r \n" ); document.write( "\n" ); document.write( "10 years ago daughters age was (x - 10) years \n" ); document.write( "10 years ago Khalid's age was (4x - 10)years\r \n" ); document.write( "\n" ); document.write( "10 years ago the sum of their age was 60.\r \n" ); document.write( "\n" ); document.write( "Hence we can write the linear equation as\r \n" ); document.write( "\n" ); document.write( "(x-10)+(4x -10) = 60 \n" ); document.write( "or, x - 10 +4x - 10 = 60 \n" ); document.write( "or, 5x - 20 = 60\r \n" ); document.write( "\n" ); document.write( "Let us add 20 to either sides now\r \n" ); document.write( "\n" ); document.write( "or, 5x - 20 + 20 = 60 + 20 \n" ); document.write( "or, 5x = 80 \n" ); document.write( "or, x = 80/5 \n" ); document.write( "or, x = 16\r \n" ); document.write( "\n" ); document.write( "Hence the present age of the daughter is 16 years. \n" ); document.write( " |