document.write( "Question 1133974: Edgar is 36 years older then Bob
\n" ); document.write( "Simone is 20 years younger then Bob
\n" ); document.write( "The today of the 3 ages if 136
\n" ); document.write( "How old is bob?
\n" ); document.write( "

Algebra.Com's Answer #751230 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Bob is x
\n" ); document.write( "Edgar is x+36
\n" ); document.write( "Simone is x-20
\n" ); document.write( "They add to 136
\n" ); document.write( "so 3x+16=136
\n" ); document.write( "3x=120
\n" ); document.write( "x=40 Bob
\n" ); document.write( "Edgar is 76
\n" ); document.write( "Simone is 20
\n" ); document.write( "
\n" );