document.write( "Question 703337: Nine years ago Fred was three times as old as Ginger. Six years from now Fred will be twice as old as Ginger. How old is each person now \n" ); document.write( "
Algebra.Com's Answer #433497 by nshah11(47)\"\" \"About 
You can put this solution on YOUR website!
Let Fred's current age be F and Ginger's current age be G.\r
\n" ); document.write( "\n" ); document.write( "F - 9 = 3(G - 9)\r
\n" ); document.write( "\n" ); document.write( "F + 6 = 2(G + 6)\r
\n" ); document.write( "\n" ); document.write( "3G - 27 + 15 = 2G + 12\r
\n" ); document.write( "\n" ); document.write( "3G - 12 = 2G + 12\r
\n" ); document.write( "\n" ); document.write( "G = 24\r
\n" ); document.write( "\n" ); document.write( "F = 3(24 - 9) + 9 = 54
\n" ); document.write( "
\n" );