document.write( "Question 256845: I am homeschooling my teens.
\n" );
document.write( "One problem said, \"Find three consecutive even integers whose sum is 108.\"
\n" );
document.write( " Okay so, Let X = 1st Integer
\n" );
document.write( " x + 2 = 2nd Integer
\n" );
document.write( " x + 4 = 3rd Integer\r
\n" );
document.write( "\n" );
document.write( "My problem is the next problem. It states...\r
\n" );
document.write( "\n" );
document.write( "\"Find five consecutive odd integers whose sum is 85.\"\r
\n" );
document.write( "\n" );
document.write( "According to the Teachers Edition, it figures it the same way...
\n" );
document.write( " \"Let X = 1st Integer
\n" );
document.write( " x + 2 = 2nd Integer
\n" );
document.write( " x + 4 = 3rd and so on\r
\n" );
document.write( "\n" );
document.write( "Shouldn't it be odd?
\n" );
document.write( " Let X = 1st Integer
\n" );
document.write( " x + 3 = 2nd Integer
\n" );
document.write( " x + 5 = 3rd and so on?\r
\n" );
document.write( "\n" );
document.write( "Of course, then it does not divide evenly. I am confused. How do you work an even problem the same way as on odd? Thank you for your help. A mom in need.
\n" );
document.write( "Belinda Esper \n" );
document.write( "
Algebra.Com's Answer #188891 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! \"Find three consecutive even integers whose sum is 108.\" \n" ); document.write( " Okay so, Let X = 1st Integer \n" ); document.write( " x + 2 = 2nd Integer \n" ); document.write( " x + 4 = 3rd Integer \n" ); document.write( "------------------ \n" ); document.write( "Do these the easy way: \n" ); document.write( "108/3 = 36, which is the middle number \n" ); document.write( "--> 34, 36, 38 \n" ); document.write( "------------------------ \n" ); document.write( "Find five consecutive odd integers whose sum is 85. \n" ); document.write( "Same here. 85/5 = 17 \n" ); document.write( "--> 13, 15, 17, 19, 21 \n" ); document.write( " \n" ); document.write( " |