document.write( "Question 852806: find three consecutive odd positive integers such that the sum of all three is 26 less than the product of the first and second integers. What is the formula to set this up? \n" ); document.write( "
Algebra.Com's Answer #513711 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find three consecutive odd positive integers such that the sum of all three is 26 less than the product of the first and second integers. What is the formula to set this up? \n" ); document.write( "--------- \n" ); document.write( "1st: 2x-1 \n" ); document.write( "2nd: 2x+1 \n" ); document.write( "3rd: 2x+3 \n" ); document.write( "----------- \n" ); document.write( "Equation: \n" ); document.write( "6x+3 < 4x^2-1-26 \n" ); document.write( "------ \n" ); document.write( "4x^2 - 30 > 0 \n" ); document.write( "------ \n" ); document.write( "x^2 > 15/2 \n" ); document.write( "----- \n" ); document.write( "x > (sqrt(30))/2 \n" ); document.write( "----- \n" ); document.write( "OR \n" ); document.write( "x > (sqrt(30))/2 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------------- \n" ); document.write( " |