document.write( "Question 582665: Last year, Greg's father weighed three times as much as Greg. Since then, Greg has gained 9kg and father has lost 4kg. Now his father weighs only twice as much as Greg. Find their current weights. \n" ); document.write( "
Algebra.Com's Answer #372179 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
greg = x years
\n" ); document.write( "father = 3x years\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "greg = x+9
\n" ); document.write( "father 3x-4\r
\n" ); document.write( "\n" ); document.write( "3x-4 = 2(x+9)\r
\n" ); document.write( "\n" ); document.write( "3x-4 = 2x+18\r
\n" ); document.write( "\n" ); document.write( "3x-2x= 18+4
\n" ); document.write( "x= 22 \r
\n" ); document.write( "\n" ); document.write( "greg 22 years
\n" ); document.write( "Father = 22*3 = 66 years
\n" ); document.write( "
\n" );