document.write( "Question 1009313: fred is 2 times as old as phil, and phil is 1.8 times as old as steve. if the sum of their ages is 64, how old is steve? \n" ); document.write( "
Algebra.Com's Answer #624819 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call Steve's age, x. Then Phil is 1.8x and Fred is 3.6x. Add them and get
\n" ); document.write( "x + 1.8x + 3.6x = 64
\n" ); document.write( "6.4x = 64
\n" ); document.write( "x = 10 years old
\n" ); document.write( "
\n" );