document.write( "Question 820501: Three brothers have ages that are consecutive even integers. The product of the first and third boy's ages is 20 more than twice the second boys age, find the age of each of the three boys. \n" ); document.write( "
Algebra.Com's Answer #493649 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Three brothers have ages that are consecutive even integers. \n" ); document.write( "x, (x+2), (x+4) are the ages of the 3 brothers \n" ); document.write( ": \n" ); document.write( " The product of the first and third boy's ages is 20 more than twice the second boys age, \n" ); document.write( "x(x+4) = 2(x+2) + 20 \n" ); document.write( "x^2 + 4x = 2x + 4 + 20 \n" ); document.write( "x^2 + 4x = 2x + 24 \n" ); document.write( "Combine as a quadratic equation on the left \n" ); document.write( "x^2 + 4x - 2x - 24 = 0 \n" ); document.write( "x^2 + 2x = 24 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(x+6)(x-4) = 0 \n" ); document.write( "The positive solution \n" ); document.write( "x = 4 is the youngest, I'll let you find the ages of the other two \n" ); document.write( "Check your answers in the given statement\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |