document.write( "Question 38898: The product of two consecutive odd intergers is 1 less than 4 times the sum. find the two intergers. \n" ); document.write( "
Algebra.Com's Answer #24360 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the two odd integers be. \n" ); document.write( "x, and x+2 \n" ); document.write( "Equation:\r \n" ); document.write( "\n" ); document.write( "(x)(x+2)=4(x+x+2)-1 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x=7 \n" ); document.write( "7+2=9 \n" ); document.write( "Hence, the two odd integers are 7 and 9. \n" ); document.write( "Paul. \n" ); document.write( " |