document.write( "Question 750068: A 41-year old mother has 5 children. Her youngest children are twins. If the ages of her children are consecutive integers with a sum equal to that of her age, how old are the twins?
\n" );
document.write( " Here are the choices:
\n" );
document.write( "A. 6 B. 7 C. 8 D. 9
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #456351 by FrankM(1040)![]() ![]() You can put this solution on YOUR website! The twins are x.\r \n" ); document.write( "\n" ); document.write( "2x+(x+1)+(x+2)+(x+3)=41\r \n" ); document.write( "\n" ); document.write( "5x+6=41\r \n" ); document.write( "\n" ); document.write( "5x=35\r \n" ); document.write( "\n" ); document.write( "The twins are 7 \n" ); document.write( " |