document.write( "Question 834397: The sum of four consecutive odd integers is 296. What is the product of the smallest and largest of the four odd integers? \n" ); document.write( "
Algebra.Com's Answer #503009 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Here's what we're told: \n" ); document.write( "A + B + C + D = 296 \n" ); document.write( "B = A+2 (they're consecutive and odd, therefore 2 away from each other) \n" ); document.write( "C = A+4 \n" ); document.write( "D = A+6 \n" ); document.write( "Substitute the values into the original equation \n" ); document.write( "A + (A+2) + (A+4) + (A+6) = 296 \n" ); document.write( "Add the As \n" ); document.write( "4A +2 +4 +6 = 296 \n" ); document.write( "Add \n" ); document.write( "4A +12 = 296 \n" ); document.write( "Subtract 12 from each side \n" ); document.write( "4A = 284 \n" ); document.write( "Divide each side by 4 \n" ); document.write( "A = 71 \n" ); document.write( "If A is 71, then B is 73, C is 75, D is 77 \n" ); document.write( "Let's add them together \n" ); document.write( "71 + 73 + 75 + 77 = 296 \n" ); document.write( "Success! \n" ); document.write( " |