document.write( "Question 934957: three brothers have ages that are consecutive odd intergers. the difference between the age of the oldest and twice the age of the youngest is twenty four less than the middle brothers age. find their ages \n" ); document.write( "
Algebra.Com's Answer #568024 by vicgonzerx(31)![]() ![]() You can put this solution on YOUR website! X=YOUNGEST \n" ); document.write( "X+2=MIDDLE \n" ); document.write( "X+4=OLDEST\r \n" ); document.write( "\n" ); document.write( "X+4-2X=X+2-24 \n" ); document.write( "2X=26 \n" ); document.write( "X=13 \n" ); document.write( "X+2=15 \n" ); document.write( "X+4=17\r \n" ); document.write( "\n" ); document.write( "THE AGE ARE 13,15,17 \n" ); document.write( " |