document.write( "Question 523779: Find two consecutive odd integers such that their sum is 52 and their product is 675.
\n" );
document.write( "Numbers have to be entered in increasing order. Thank for the help! \n" );
document.write( "
Algebra.Com's Answer #347417 by stanbon(75887) ![]() You can put this solution on YOUR website! Find two consecutive odd integers such that their sum is 52 and their product is 675. \n" ); document.write( "Numbers have to be entered in increasing order. \n" ); document.write( "---------- \n" ); document.write( "1st: 2x-1 \n" ); document.write( "2nd: 2x+1 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "Sum: 4x = 52 \n" ); document.write( "Prod: (4x^2-1) = 675 \n" ); document.write( "--------------------- \n" ); document.write( "x = 52/4 = 13 \n" ); document.write( "---- \n" ); document.write( "Check: \n" ); document.write( "4x^2-1 = 4*13^2-1 = 4*169-1 = 676-1 = 675 \n" ); document.write( "===================== \n" ); document.write( "Ans: \n" ); document.write( "1st = 2x-1 = 2*13-1 = 25 \n" ); document.write( "2nd = 2x+1 = 2*13+1 = 27 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |