document.write( "Question 1047850: Alan is 2 times older than Bob. Carlos is 5 years older than Bob. The total of their ages is 45. How old is each person?? \n" ); document.write( "
Algebra.Com's Answer #663422 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x is Bob's age \n" ); document.write( "Alan + Carlos + Bob = 45 \n" ); document.write( "2x + (x+5) + x = 45 \n" ); document.write( "4x = 40 \n" ); document.write( "x = 10 , Bob's age \n" ); document.write( "Alan 20 \n" ); document.write( "Carlos 15 \n" ); document.write( "Sum is 45 CHECKS! \n" ); document.write( " |