document.write( "Question 749779: The sum of the ages of two brothers is 38 years. Four years ago, the age of the elder brother was the square of the younger brother's age.Find their ages. \n" ); document.write( "
Algebra.Com's Answer #456161 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the ages of two brothers is 38 years. Four years ago, the age of the elder brother was the square of the younger brother's age.Find their ages. \n" ); document.write( "------ \n" ); document.write( "Equations: \n" ); document.write( "a + b = 38 years \n" ); document.write( "a-4 = (b-4)^2 \n" ); document.write( "-------------------- \n" ); document.write( "Rearrange: \n" ); document.write( "a = 38-b \n" ); document.write( "Substitute for \"a\" and solve for \"b\": \n" ); document.write( "(38-b)-4 = b^2 - 8b + 16 \n" ); document.write( "b^2 - 7b -18 = 0 \n" ); document.write( "---- \n" ); document.write( "(b-9)(b+2) = 0 \n" ); document.write( "---- \n" ); document.write( "Positive solution: \n" ); document.write( "b = 9 (one of the brother's age) \n" ); document.write( "Solve for \"a\": \n" ); document.write( "a + b = 38 \n" ); document.write( "a + 9 = 38 \n" ); document.write( "a = 29 (age of the other brother) \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |