document.write( "Question 490196: Ten years ago a man was as old as his wife is now. The man is now twice as old as his wife back then. How old are they both now? \n" ); document.write( "
Algebra.Com's Answer #333922 by shivang jindal(3)![]() ![]() ![]() You can put this solution on YOUR website! let wife be x now \n" ); document.write( "10 years ago she was x-10. \n" ); document.write( "husband was x 10 years ago \n" ); document.write( "so now he is x+10 years \n" ); document.write( "x+10=2(x-10) \n" ); document.write( "x+10=2x-20 \n" ); document.write( "2x-x=30 \n" ); document.write( "x= 30 \n" ); document.write( " |