document.write( "Question 268838: the ages of 3 brothers are consecutive even integers. three times the age of the youngest brother exceeds the oldest brother's age by 48 years. what is the age of the youngest brother? \n" ); document.write( "
Algebra.Com's Answer #197001 by vksarvepalli(154)![]() ![]() You can put this solution on YOUR website! let the ages be \r \n" ); document.write( "\n" ); document.write( " 2n-2, 2n, 2n+2 (2n-2 ---> youngest)\r \n" ); document.write( "\n" ); document.write( "now given, \n" ); document.write( " three times the age of the youngest brother exceeds the oldest brother's age by 48 years \n" ); document.write( " \n" ); document.write( " so 3(2n-2)=2n+2+48\r \n" ); document.write( "\n" ); document.write( " => 6n-6=2n+50 \n" ); document.write( " => 4n=56 \n" ); document.write( " => n=14\r \n" ); document.write( "\n" ); document.write( "so the age of the youngest is 2n-2 = 2*14-2 = 26\r \n" ); document.write( "\n" ); document.write( "Answer: 26 \n" ); document.write( " |