document.write( "Question 879749: If 'd' is the middle number of three consecutive odd integers whose sum is 's', what is the value of 'd' divided by 's'? Explain how you got your answer. \n" ); document.write( "
Algebra.Com's Answer #806100 by CubeyThePenguin(3113) You can put this solution on YOUR website! numbers: d-2, d, d+2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(d-2) + d + (d+2) = s \n" ); document.write( "3d = s\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d/s = 1/3 \n" ); document.write( " |