document.write( "Question 6199: Adam is half as old as Bob and three times as old as Cindy. If the sum of their ages is 40, what is Bob's age?
\n" ); document.write( "I know that the answer is 24 through a technique called \"Backsolving\". But I would like to know how to translate the problem into an equation or equations that can be used to solve the problem.
\n" ); document.write( "I got only this far:
\n" ); document.write( "Let x=Bob
\n" ); document.write( "Let y=Adam
\n" ); document.write( "Let z=Cindy
\n" ); document.write( "x+y+z=40
\n" ); document.write( "But after this I am confused about how to translate the the y and z variables into an equation format to get the correct solution.
\n" ); document.write( "

Algebra.Com's Answer #3304 by jst_kidding(6)\"\" \"About 
You can put this solution on YOUR website!
easy sum !!
\n" ); document.write( "let the ages of-
\n" ); document.write( "bob=x
\n" ); document.write( "adam=x/2 (since he is half as old as bob)
\n" ); document.write( "cindys=x/6 (since adam is three times older than her)
\n" ); document.write( "Now-
\n" ); document.write( "x+ x/2 + x/6 = 40
\n" ); document.write( "LCM=6
\n" ); document.write( "By solving for x we get-
\n" ); document.write( "6x+3x+x=40*6
\n" ); document.write( "10x=40*6
\n" ); document.write( "x=24
\n" ); document.write( "
\n" ); document.write( "
\n" );