document.write( "Question 911106: The ages of three brothers combined is 83 years. The oldest brother is twice the age of the middle and the middle brother is 5 years older than the youngest. \n" ); document.write( "
Algebra.Com's Answer #552854 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The ages of three brothers combined is 83 years. The oldest brother is twice the age of the middle and the middle brother is 5 years older than the youngest.\r \n" ); document.write( "\n" ); document.write( "youngest ----------x \n" ); document.write( "middle -------------(x+5) \n" ); document.write( "eldest-------------2(x+5)\r \n" ); document.write( "\n" ); document.write( "x+(x+5)+2(x+5)=83\r \n" ); document.write( "\n" ); document.write( "x+x+5+2x+10=83\r \n" ); document.write( "\n" ); document.write( "4x+15=83 \n" ); document.write( "4x=68 \n" ); document.write( "/4 \n" ); document.write( "x=17\r \n" ); document.write( "\n" ); document.write( "17,22, 44 are the ages \n" ); document.write( " |