document.write( "Question 252503: Tom,Bob and Joe are brothers. their combined ages are 47. Joe was born 3 years before Bob and 4 years after Tom. How old is each brother? \n" ); document.write( "
Algebra.Com's Answer #184470 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! tom x=14 \n" ); document.write( "bob x+4=18 \n" ); document.write( "joe x+1=15 \n" ); document.write( "x+x+4+x+1=47 \n" ); document.write( "3x+5=47 \n" ); document.write( "3x=42 \n" ); document.write( "x=14 \n" ); document.write( "x+4=18 \n" ); document.write( "x+1=15 \n" ); document.write( " |