document.write( "Question 806171: If the present ages of son and father are expressed by x and y respectively and after ten years father will be twice as old as his son. Write the relation between x and y \n" ); document.write( "
Algebra.Com's Answer #485718 by mananth(16946)![]() ![]() You can put this solution on YOUR website! son --x \n" ); document.write( "father--------y\r \n" ); document.write( "\n" ); document.write( "after 10 years \n" ); document.write( "son x+10 \n" ); document.write( "father---y+10\r \n" ); document.write( "\n" ); document.write( "y+10=2(x+10)\r \n" ); document.write( "\n" ); document.write( "y+10=2x+20\r \n" ); document.write( "\n" ); document.write( "y=2x+10 \n" ); document.write( " |