document.write( "Question 881202: Julie has three children whose ages are consecutive odd integers.
\n" );
document.write( "If x represents the youngest child’s age, which expression represents
\n" );
document.write( "the sum of her children’s ages? \n" );
document.write( "
Algebra.Com's Answer #532085 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! \"Which expression\" gives the opinion that there are choices, yet you did not list any. \n" ); document.write( ". \n" ); document.write( "Let A, B, and C be the children's ages. \n" ); document.write( "The children are: \n" ); document.write( "A (oldest child) \n" ); document.write( "B = A-2 (the numbers are consecutive and odd, so 2 apart) \n" ); document.write( "C = A-4 \n" ); document.write( ". \n" ); document.write( "The sum is A + B + C \n" ); document.write( "Substitute the values above. \n" ); document.write( "A + (A-2) + (A-4) \n" ); document.write( "Add \n" ); document.write( "3A - 6 = sum of children's ages \n" ); document.write( " |