document.write( "Question 879964: if the product of 3 consecutive odd integers is 315,find the sum of the 2 smaller numbers \n" ); document.write( "
Algebra.Com's Answer #806095 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: (x-2), (x), (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2)(x)(x+2) = 315\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "315 = 5 * 63 = 5 * 7 * 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sum of 2 smaller numbers: 5 + 7 = 12 \n" ); document.write( " |