document.write( "Question 37196: Larry is three times as old as Moe, and Curly is sixteen years younger than Larry, Larry's age was twice the sum of the ages of Moe and Curly. Find each man's age. \n" ); document.write( "
Algebra.Com's Answer #22891 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Well, this one works out kind of funny, but it works out. First, write the equations from the info given. Thus we have
\n" ); document.write( "L = 3M
\n" ); document.write( "C = L - 16
\n" ); document.write( "L = 2(M + C)
\n" ); document.write( "Now substitute into that third equation values for M and C to get
\n" ); document.write( "L = 2[(L/3) + (L - 16)]
\n" ); document.write( "L = (8/3)L - 32 and
\n" ); document.write( "(-5/3)L = -32 so that
\n" ); document.write( "L = 96/5 = 19.2 yrs From that
\n" ); document.write( "C = 16/5 = 3.2 yrs and
\n" ); document.write( "M = 32/5 = 6.4 yrs
\n" ); document.write( "
\n" );