document.write( "Question 1001273: Tony is four times as old as Janet and half as old as Bill. The sum of three ages is 39 years. How old is each person? \n" ); document.write( "
Algebra.Com's Answer #618511 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Use t,j, and b for their ages.
\n" ); document.write( "t = 4j or j = (1/4)t
\n" ); document.write( "t = (1/2)b or b = 2t
\n" ); document.write( "t + j + b = 39
\n" ); document.write( "Plug in and solve for t.
\n" ); document.write( "t + (1/4)t + 2t = 39
\n" ); document.write( "(13/4)t = 39
\n" ); document.write( "t = 12
\n" ); document.write( "From that
\n" ); document.write( "b= 24 and
\n" ); document.write( "j= 3
\n" ); document.write( "
\n" ); document.write( "
\n" );