document.write( "Question 4847: Tyrone is twice as old as his daughter. In six years Tyrone's age will be three times what his daughters age was six years ago. How old are they at present? \n" ); document.write( "
Algebra.Com's Answer #2393 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! Let t = age now of Tyrone \n" ); document.write( "Let d = age now of daughter\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t = 2d --eqn1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Second piece of info is (t+6) = 3(d-6) --eqn2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "eqn2 becomes t+6 = 3d-18. Sub into it, eqn1, to get 2d+6 = 3d-18. \n" ); document.write( "2d+6 = 3d-18 \n" ); document.write( "+6 = d-18 \n" ); document.write( "d-18 = 6 \n" ); document.write( "d = 24\r \n" ); document.write( "\n" ); document.write( "and from eqn1, t=2x24 --> t=48\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jon. \n" ); document.write( " \n" ); document.write( " |