document.write( "Question 881683: Julio has four children whose ages are consecutive odd integers. If x represents the youngest child's age, what is the sum of his children ages \n" ); document.write( "
Algebra.Com's Answer #532441 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! A = x+6 \n" ); document.write( "B = x+4 \n" ); document.write( "C = x+2 (consecutive odd) \n" ); document.write( "D = x (given) \n" ); document.write( "A+B+C+D = sum of children's ages \n" ); document.write( "The sum is 4x+12 \n" ); document.write( "What are the possible answers? We know that x is odd, so: \n" ); document.write( "1,3,5,7 = 16 (x, the youngest is 1) \n" ); document.write( "3,5,7,9 = 24 \n" ); document.write( "5,7,9,11 = 32 \n" ); document.write( "7,9,11,13 = 40 \n" ); document.write( "9,11,13,15 = 48 \n" ); document.write( "11,13,15,17 = 56 \n" ); document.write( "etc \n" ); document.write( " |