document.write( "Question 935023: If 4 consecutive odd integers sum to 152, what is the smallest of the 4?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #568089 by AlgebraLady88(44)![]() ![]() You can put this solution on YOUR website! Let the first odd integer be x. \n" ); document.write( "The second one would be x+2 \n" ); document.write( "The third one would be x+4 \n" ); document.write( "The fourth one would be x+6.\r \n" ); document.write( "\n" ); document.write( "How do I know the second one is x+2? Just plug in 1 as the odd integer(x). For the second one, x+2= 3, then x+4= 5 and the last one, x+6=7. Try it with other odd integers and you will get the same results.\r \n" ); document.write( "\n" ); document.write( "Now, we can solve algebraically\r \n" ); document.write( "\n" ); document.write( "x+ (x+2) + (x+4) + (x+6) = 152 \n" ); document.write( "4x + 12 = 152 \n" ); document.write( "4x + 12 - 12 = 152-12 \n" ); document.write( "4x = 140 \n" ); document.write( "x = 35\r \n" ); document.write( "\n" ); document.write( "So, the integers are 35, 37, 39 and 41. The smallest would be 35.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |